#include <MechanicsModelParameters.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| MechanicsModelParameters (std::shared_ptr< AMP::Database > db) | |
| virtual | ~MechanicsModelParameters () |
Public Attributes | |
| std::shared_ptr< AMP::Database > | d_db |
| std::shared_ptr< AMP::LinearAlgebra::Vector > | d_deformationGradient |
| std::string | d_name |
A class encapsulating all the parameters that the material model requires to evaluate the stress and/or tangent
Definition at line 13 of file MechanicsModelParameters.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
|
inlineexplicit |
Constructor
Definition at line 17 of file MechanicsModelParameters.h.
|
inlinevirtual |
Destructor
Definition at line 23 of file MechanicsModelParameters.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| std::shared_ptr<AMP::LinearAlgebra::Vector> AMP::Operator::MechanicsModelParameters::d_deformationGradient |
A vector of deformation gradient values, which are required to compute the stress and/or tangent.
Definition at line 27 of file MechanicsModelParameters.h.
|
inherited |
Definition at line 25 of file ParameterBase.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 |