#include <TensorMechanicsActionBase.h>
Public Member Functions | |
TensorMechanicsActionBase (const InputParameters ¶ms) | |
Static Public Member Functions | |
static InputParameters | validParams () |
static MultiMooseEnum | outputPropertiesType () |
Static Public Attributes | |
static const std::map< std::string, std::string > | _ranktwoaux_table |
table data for output generation More... | |
static const std::vector< char > | _component_table = {'x', 'y', 'z'} |
static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > | _ranktwoscalaraux_table |
Protected Attributes | |
const bool | _use_ad |
Definition at line 19 of file TensorMechanicsActionBase.h.
TensorMechanicsActionBase::TensorMechanicsActionBase | ( | const InputParameters & | params | ) |
Definition at line 112 of file TensorMechanicsActionBase.C.
|
static |
Definition at line 134 of file TensorMechanicsActionBase.C.
Referenced by TensorMechanicsAction::validParams(), and validParams().
|
static |
Definition at line 39 of file TensorMechanicsActionBase.C.
Referenced by TensorMechanicsAction::validParams(), and CommonTensorMechanicsAction::validParams().
|
static |
Definition at line 31 of file TensorMechanicsActionBase.h.
Referenced by TensorMechanicsAction::actOutputGeneration(), and outputPropertiesType().
|
static |
table data for output generation
Definition at line 30 of file TensorMechanicsActionBase.h.
Referenced by TensorMechanicsAction::actOutputGeneration(), and outputPropertiesType().
|
static |
Definition at line 33 of file TensorMechanicsActionBase.h.
Referenced by TensorMechanicsAction::actOutputGeneration(), and outputPropertiesType().
|
protected |
Definition at line 37 of file TensorMechanicsActionBase.h.
Referenced by TensorMechanicsAction::act(), and PoroMechanicsAction::PoroMechanicsAction().