Advanced Multi-Physics (AMP)
On-Line Documentation
DiffusionLinearFEOperatorParameters.h
Go to the documentation of this file.
1#ifndef included_AMP_DiffusionLinearFEOperatorParameters
2#define included_AMP_DiffusionLinearFEOperatorParameters
3
4#include "AMP/operators/diffusion/DiffusionTransportModel.h"
5#include "AMP/operators/libmesh/LinearFEOperatorParameters.h"
6
7namespace AMP::Operator {
8
9
11{
12public:
13 explicit DiffusionLinearFEOperatorParameters( std::shared_ptr<AMP::Database> db )
15 {
16 }
17
19
20 std::shared_ptr<DiffusionTransportModel> d_transportModel;
21
22 std::map<std::string, std::shared_ptr<AMP::LinearAlgebra::Vector>> d_inputVecs;
23};
24
25
26} // namespace AMP::Operator
27
28#endif
std::map< std::string, std::shared_ptr< AMP::LinearAlgebra::Vector > > d_inputVecs
std::shared_ptr< ParameterBase > shared_ptr



Advanced Multi-Physics (AMP)
Oak Ridge National Laboratory
Idaho National Laboratory
Los Alamos National Laboratory
This page automatically produced from the
source code by doxygen
Last updated: Tue Mar 10 2026 13:06:41.
Comments on this page