#include <MechanicsLinearFEOperatorParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| MechanicsLinearFEOperatorParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~MechanicsLinearFEOperatorParameters () |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| AMP::LinearAlgebra::Vector::shared_ptr | d_dispVec |
| std::shared_ptr< ElementOperation > | d_elemOp |
| std::shared_ptr< AMP::Discretization::DOFManager > | d_inDofMap |
| std::shared_ptr< MechanicsMaterialModel > | d_materialModel |
| std::shared_ptr< AMP::Mesh::Mesh > | d_Mesh |
| Optional mesh for the operator. | |
| std::string | d_name |
| std::shared_ptr< AMP::Discretization::DOFManager > | d_outDofMap |
| std::shared_ptr< AMP::Operator::Operator > | d_pOperator |
| Allow for the case that a fully constructed operator is returned. | |
This class encapsulates parameters used to initialize or reset the MechanicsLinearFEOperator.
Definition at line 17 of file MechanicsLinearFEOperatorParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Constructor.
Definition at line 23 of file MechanicsLinearFEOperatorParameters.h.
|
inlinevirtual |
Destructor.
Definition at line 31 of file MechanicsLinearFEOperatorParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| AMP::LinearAlgebra::Vector::shared_ptr AMP::Operator::MechanicsLinearFEOperatorParameters::d_dispVec |
Displacement vector, which is passed from MechanicsNonlinearFEOperator to MechanicsLinearFEOperator.
Definition at line 36 of file MechanicsLinearFEOperatorParameters.h.
|
inherited |
Shared pointer to an element operation
Definition at line 29 of file FEOperatorParameters.h.
|
inherited |
Definition at line 26 of file LinearFEOperatorParameters.h.
| std::shared_ptr<MechanicsMaterialModel> AMP::Operator::MechanicsLinearFEOperatorParameters::d_materialModel |
Material model.
Definition at line 33 of file MechanicsLinearFEOperatorParameters.h.
|
inherited |
Optional mesh for the operator.
Definition at line 39 of file OperatorParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
|
inherited |
Definition at line 27 of file LinearFEOperatorParameters.h.
|
inherited |
Allow for the case that a fully constructed operator is returned.
Definition at line 42 of file OperatorParameters.h.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:44. Comments on this page |