Advanced Multi-Physics (AMP)
On-Line Documentation
MechanicsModelParameters.h
Go to the documentation of this file.
1
2#ifndef included_AMP_MechanicsModelParameters
3#define included_AMP_MechanicsModelParameters
4
5#include "AMP/operators/ElementPhysicsModelParameters.h"
6
7#include "AMP/vectors/Vector.h"
8
9namespace AMP::Operator {
10
14{
15public:
17 explicit MechanicsModelParameters( std::shared_ptr<AMP::Database> db )
19 {
20 }
21
24
27 std::shared_ptr<AMP::LinearAlgebra::Vector> d_deformationGradient;
28};
29} // namespace AMP::Operator
30
31#endif
std::shared_ptr< AMP::LinearAlgebra::Vector > d_deformationGradient
MechanicsModelParameters(std::shared_ptr< AMP::Database > db)
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