Advanced Multi-Physics (AMP)
On-Line Documentation
MechanicsLinearFEOperatorParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_MechanicsLinearFEOperatorParameters
3#define included_AMP_MechanicsLinearFEOperatorParameters
4
5#include "AMP/operators/libmesh/LinearFEOperatorParameters.h"
6#include "AMP/operators/mechanics/MechanicsMaterialModel.h"
7
8#include <vector>
9
10namespace AMP::Operator {
11
18{
19public:
23 explicit MechanicsLinearFEOperatorParameters( std::shared_ptr<AMP::Database> db )
25 {
26 }
27
32
33 std::shared_ptr<MechanicsMaterialModel> d_materialModel;
39protected:
40private:
41};
42} // namespace AMP::Operator
43
44#endif
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
Definition Vector.h:60
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