#include <QuasiStaticSolidMechanicsPhysics.h>
Public Types | |
| typedef DataFileName | DataFileParameterType |
Public Member Functions | |
| QuasiStaticSolidMechanicsPhysics (const InputParameters ¶ms) | |
| virtual void | act () |
| void | timedAct () |
| virtual void | addRelationshipManagers (Moose::RelationshipManagerType when_type) |
| MooseObjectName | uniqueActionName () const |
| const std::string & | specificTaskName () const |
| const std::set< std::string > & | getAllTasks () const |
| void | appendTask (const std::string &task) |
| MooseApp & | getMooseApp () const |
| const std::string & | type () const |
| const std::string & | name () const |
| std::string | typeAndName () const |
| MooseObjectParameterName | uniqueParameterName (const std::string ¶meter_name) const |
| MooseObjectName | uniqueName () const |
| const InputParameters & | parameters () const |
| const hit::Node * | getHitNode () const |
| bool | hasBase () const |
| const std::string & | getBase () const |
| const T & | getParam (const std::string &name) const |
| std::vector< std::pair< T1, T2 > > | getParam (const std::string ¶m1, const std::string ¶m2) const |
| const T * | queryParam (const std::string &name) const |
| const T & | getRenamedParam (const std::string &old_name, const std::string &new_name) const |
| T | getCheckedPointerParam (const std::string &name, const std::string &error_string="") const |
| bool | haveParameter (const std::string &name) const |
| bool | isParamValid (const std::string &name) const |
| bool | isParamSetByUser (const std::string &name) const |
| void | connectControllableParams (const std::string ¶meter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const |
| void | paramError (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramWarning (const std::string ¶m, Args... args) const |
| void | paramInfo (const std::string ¶m, Args... args) const |
| std::string | messagePrefix (const bool hit_prefix=true) const |
| std::string | errorPrefix (const std::string &) const |
| void | mooseError (Args &&... args) const |
| void | mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const |
| void | mooseErrorNonPrefixed (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarning (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseWarningNonPrefixed (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecated (Args &&... args) const |
| void | mooseDeprecatedNoTrace (Args &&... args) const |
| void | mooseInfo (Args &&... args) const |
| void | callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const |
| std::string | getDataFileName (const std::string ¶m) const |
| std::string | getDataFileNameByName (const std::string &relative_path) const |
| std::string | getDataFilePath (const std::string &relative_path) const |
| PerfGraph & | perfGraph () |
| const Parallel::Communicator & | comm () const |
| processor_id_type | n_processors () const |
| processor_id_type | processor_id () const |
Static Public Member Functions | |
| static InputParameters | validParams () |
| static MultiMooseEnum | outputPropertiesType () |
| static MultiMooseEnum | materialOutputOrders () |
| static MultiMooseEnum | materialOutputFamilies () |
| static void | addCartesianComponentOutput (const std::string &name, const std::string &prop_name="") |
| static void | callMooseError (MooseApp *const app, const InputParameters ¶ms, std::string msg, const bool with_prefix, const hit::Node *node, const bool show_trace=true) |
Public Attributes | |
| usingCombinedWarningSolutionWarnings | |
| const ConsoleStream | _console |
Static Public Attributes | |
| static const std::string | unique_action_name_param |
| static const std::string | type_param |
| static const std::string | name_param |
| static const std::string | unique_name_param |
| static const std::string | app_param |
| static const std::string | moose_base_param |
| static const std::string | kokkos_object_param |
| static constexpr auto | SYSTEM |
| static constexpr auto | NAME |
| static const std::vector< char > | _component_table = {'x', 'y', 'z'} |
| table data for output generation More... | |
| static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > | _rank_two_invariant_table |
| static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > | _rank_two_directional_component_table |
| static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > | _rank_two_cylindrical_component_table |
| static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > | _rank_two_spherical_component_table |
Protected Types | |
| enum | Strain { Strain::Small, Strain::Finite } |
| strain formulation More... | |
| enum | StrainAndIncrement { StrainAndIncrement::SmallTotal, StrainAndIncrement::FiniteTotal, StrainAndIncrement::SmallIncremental, StrainAndIncrement::FiniteIncremental } |
| strain formulation More... | |
| enum | PlanarFormulation { PlanarFormulation::None, PlanarFormulation::WeakPlaneStress, PlanarFormulation::PlaneStrain, PlanarFormulation::GeneralizedPlaneStrain } |
| use an out of plane stress/strain formulation More... | |
| enum | OutOfPlaneDirection { OutOfPlaneDirection::x, OutOfPlaneDirection::y, OutOfPlaneDirection::z } |
| enum | LKFormulation { LKFormulation::Total, LKFormulation::Updated } |
| New kernel system kinematics types. More... | |
Protected Member Functions | |
| void | actSubdomainChecks () |
| void | actOutputGeneration () |
| void | actEigenstrainNames () |
| void | actOutputMatProp () |
| void | actGatherActionParameters () |
| void | verifyOrderAndFamilyOutputs () |
| void | actLagrangianKernelStrain () |
| void | actStressDivergenceTensorsStrain () |
| virtual std::string | getKernelType () |
| virtual InputParameters | getKernelParameters (std::string type) |
| template<typename T , typename T2 > | |
| bool | setupOutput (std::string out, T table, T2 setup) |
Helper function to decode generate_outputs options using a "table" of scalar output quantities and a "setup" lambda that performs the input parameter setup for the output material object. More... | |
| bool | addRelationshipManagers (Moose::RelationshipManagerType when_type, const InputParameters &moose_object_pars) |
| void | associateWithParameter (const std::string ¶m_name, InputParameters ¶ms) const |
| void | associateWithParameter (const InputParameters &from_params, const std::string ¶m_name, InputParameters ¶ms) const |
| const T & | getMeshProperty (const std::string &data_name, const std::string &prefix) |
| const T & | getMeshProperty (const std::string &data_name) |
| bool | hasMeshProperty (const std::string &data_name, const std::string &prefix) const |
| bool | hasMeshProperty (const std::string &data_name, const std::string &prefix) const |
| bool | hasMeshProperty (const std::string &data_name) const |
| bool | hasMeshProperty (const std::string &data_name) const |
| std::string | meshPropertyName (const std::string &data_name) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level) const |
| PerfID | registerTimedSection (const std::string §ion_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const |
| std::string | timedSectionName (const std::string §ion_name) const |
| void | flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const |
| InvalidSolutionID | registerInvalidSolutionInternal (const std::string &message, const bool warning) const |
Static Protected Member Functions | |
| static std::string | meshPropertyName (const std::string &data_name, const std::string &prefix) |
Protected Attributes | |
| Moose::CoordinateSystemType | _coord_system |
| std::vector< SubdomainName > | _subdomain_names |
| if this vector is not empty the variables, kernels and materials are restricted to these subdomains More... | |
| std::set< SubdomainID > | _subdomain_ids |
| set generated from the passed in vector of subdomain names More... | |
| std::set< SubdomainID > | _subdomain_id_union |
| set generated from the combined block restrictions of all SolidMechanics/Master action blocks More... | |
| enum QuasiStaticSolidMechanicsPhysics::Strain | _strain |
| enum QuasiStaticSolidMechanicsPhysics::StrainAndIncrement | _strain_and_increment |
| enum QuasiStaticSolidMechanicsPhysics::PlanarFormulation | _planar_formulation |
| const OutOfPlaneDirection | _out_of_plane_direction |
| const std::string | _base_name |
| base name for the current master action block More... | |
| bool | _use_displaced_mesh |
| use displaced mesh (true unless _strain is SMALL) More... | |
| std::vector< std::string > | _generate_output |
| output materials to generate scalar stress/strain tensor quantities More... | |
| MultiMooseEnum | _material_output_order |
| MultiMooseEnum | _material_output_family |
| bool | _cylindrical_axis_point1_valid |
| booleans used to determine if cylindrical axis points are passed More... | |
| bool | _cylindrical_axis_point2_valid |
| bool | _direction_valid |
| bool | _verbose |
| Point | _cylindrical_axis_point1 |
| points used to determine axis of rotation for cylindrical stress/strain quantities More... | |
| Point | _cylindrical_axis_point2 |
| Point | _direction |
| bool | _spherical_center_point_valid |
| booleans used to determine if spherical center point is passed More... | |
| Point | _spherical_center_point |
| center point for spherical stress/strain quantities More... | |
| const bool | _auto_eigenstrain |
| automatically gather names of eigenstrain tensors provided by simulation objects More... | |
| std::vector< MaterialPropertyName > | _eigenstrain_names |
| const bool | _lagrangian_kernels |
| New or old kernel system. More... | |
| const bool | _lk_large_kinematics |
| Simplified flag for small/large deformations, Lagrangian kernel system. More... | |
| const LKFormulation | _lk_formulation |
| bool | _lk_locking |
| Simplified volumetric locking correction flag for new kernels. More... | |
| bool | _lk_homogenization |
| Flag indicating if the homogenization system is present for new kernels. More... | |
| const std::string | _hname = "hvar" |
| const std::string | _integrator_name = "integrator" |
| const std::string | _homogenization_strain_name = "homogenization_gradient" |
| MultiMooseEnum | _constraint_types |
| std::vector< FunctionName > | _targets |
| const bool | _use_ad |
| std::string | _registered_identifier |
| std::string | _specific_task_name |
| std::set< std::string > | _all_tasks |
| ActionWarehouse & | _awh |
| const std::string & | _current_task |
| std::shared_ptr< MooseMesh > & | _mesh |
| std::shared_ptr< MooseMesh > & | _displaced_mesh |
| std::shared_ptr< FEProblemBase > & | _problem |
| PerfID | _act_timer |
| MooseApp & | _app |
| Factory & | _factory |
| ActionFactory & | _action_factory |
| const std::string & | _type |
| const std::string & | _name |
| const InputParameters & | _pars |
| MooseApp & | _pg_moose_app |
| const std::string | _prefix |
| const Parallel::Communicator & | _communicator |
| std::vector< VariableName > | _displacements |
| displacement variables More... | |
| unsigned int | _ndisp |
| Number of displacement variables. More... | |
| std::vector< VariableName > | _coupled_displacements |
| Coupled displacement variables. More... | |
| std::vector< AuxVariableName > | _save_in |
| residual debugging More... | |
| std::vector< AuxVariableName > | _diag_save_in |
Static Protected Attributes | |
| static const std::map< unsigned int, std::string > | _order_mapper |
| static std::map< std::string, std::string > | _rank_two_cartesian_component_table |
Definition at line 15 of file QuasiStaticSolidMechanicsPhysics.h.
|
strongprotected |
New kernel system kinematics types.
| Enumerator | |
|---|---|
| Total | |
| Updated | |
Definition at line 145 of file QuasiStaticSolidMechanicsPhysics.h.
|
strongprotected |
|
strongprotected |
use an out of plane stress/strain formulation
| Enumerator | |
|---|---|
| None | |
| WeakPlaneStress | |
| PlaneStrain | |
| GeneralizedPlaneStrain | |
Definition at line 88 of file QuasiStaticSolidMechanicsPhysics.h.
|
strongprotected |
strain formulation
| Enumerator | |
|---|---|
| Small | |
| Finite | |
Definition at line 72 of file QuasiStaticSolidMechanicsPhysics.h.
|
strongprotected |
strain formulation
| Enumerator | |
|---|---|
| SmallTotal | |
| FiniteTotal | |
| SmallIncremental | |
| FiniteIncremental | |
Definition at line 79 of file QuasiStaticSolidMechanicsPhysics.h.
| QuasiStaticSolidMechanicsPhysics::QuasiStaticSolidMechanicsPhysics | ( | const InputParameters & | params | ) |
Definition at line 127 of file QuasiStaticSolidMechanicsPhysics.C.
|
virtual |
Implements Action.
Reimplemented in LegacyDynamicTensorMechanicsAction, LegacyTensorMechanicsAction, PoroMechanicsAction, and DynamicSolidMechanicsPhysics.
Definition at line 323 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by LegacyDynamicTensorMechanicsAction::act(), DynamicSolidMechanicsPhysics::act(), PoroMechanicsAction::act(), and LegacyTensorMechanicsAction::act().
|
protected |
Definition at line 632 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
protected |
Definition at line 907 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
protected |
Definition at line 933 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
protected |
Definition at line 551 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
protected |
Definition at line 799 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by actOutputGeneration().
|
protected |
Definition at line 986 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
protected |
Definition at line 502 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
staticinherited |
Definition at line 334 of file QuasiStaticSolidMechanicsPhysicsBase.C.
|
protectedvirtual |
Reimplemented in DynamicSolidMechanicsPhysics.
Definition at line 1130 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act(), and DynamicSolidMechanicsPhysics::getKernelParameters().
|
protectedvirtual |
Reimplemented in DynamicSolidMechanicsPhysics.
Definition at line 1071 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by act().
|
staticinherited |
Definition at line 299 of file QuasiStaticSolidMechanicsPhysicsBase.C.
Referenced by QuasiStaticSolidMechanicsPhysicsBase::validParams(), and validParams().
|
staticinherited |
Definition at line 291 of file QuasiStaticSolidMechanicsPhysicsBase.C.
Referenced by QuasiStaticSolidMechanicsPhysicsBase::validParams(), and validParams().
|
staticinherited |
Definition at line 305 of file QuasiStaticSolidMechanicsPhysicsBase.C.
Referenced by QuasiStaticSolidMechanicsPhysicsBase::validParams(), and validParams().
|
protected |
Helper function to decode generate_outputs options using a "table" of scalar output quantities and a "setup" lambda that performs the input parameter setup for the output material object.
Definition at line 173 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actOutputMatProp().
|
static |
Definition at line 54 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by LegacyTensorMechanicsAction::validParams(), DynamicSolidMechanicsPhysics::validParams(), and PoroMechanicsAction::validParams().
|
protected |
Definition at line 749 of file QuasiStaticSolidMechanicsPhysics.C.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
automatically gather names of eigenstrain tensors provided by simulation objects
Definition at line 134 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act().
|
protected |
base name for the current master action block
Definition at line 106 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actOutputGeneration(), and actOutputMatProp().
|
staticinherited |
table data for output generation
Definition at line 27 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by actOutputMatProp(), and QuasiStaticSolidMechanicsPhysicsBase::outputPropertiesType().
|
protected |
Definition at line 167 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), and actLagrangianKernelStrain().
|
protected |
Definition at line 60 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actLagrangianKernelStrain(), actOutputMatProp(), actStressDivergenceTensorsStrain(), actSubdomainChecks(), DynamicSolidMechanicsPhysics::getKernelType(), and getKernelType().
|
protected |
Coupled displacement variables.
Definition at line 52 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actLagrangianKernelStrain(), actStressDivergenceTensorsStrain(), getKernelParameters(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
points used to determine axis of rotation for cylindrical stress/strain quantities
Definition at line 123 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
booleans used to determine if cylindrical axis points are passed
Definition at line 117 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 124 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 118 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 57 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 125 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 119 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
displacement variables
Definition at line 46 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by DynamicSolidMechanicsPhysics::act(), act(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 136 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actEigenstrainNames(), actLagrangianKernelStrain(), actStressDivergenceTensorsStrain(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
output materials to generate scalar stress/strain tensor quantities
Definition at line 112 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actOutputGeneration(), actOutputMatProp(), QuasiStaticSolidMechanicsPhysics(), and verifyOrderAndFamilyOutputs().
|
protected |
Definition at line 161 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), and actLagrangianKernelStrain().
|
protected |
Definition at line 165 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actLagrangianKernelStrain().
|
protected |
Definition at line 163 of file QuasiStaticSolidMechanicsPhysics.h.
|
protected |
New or old kernel system.
Definition at line 139 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), getKernelParameters(), getKernelType(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 150 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by getKernelParameters(), getKernelType(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
Flag indicating if the homogenization system is present for new kernels.
Definition at line 156 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), actLagrangianKernelStrain(), getKernelType(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
Simplified flag for small/large deformations, Lagrangian kernel system.
Definition at line 142 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), actLagrangianKernelStrain(), and getKernelParameters().
|
protected |
Simplified volumetric locking correction flag for new kernels.
Definition at line 153 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actLagrangianKernelStrain(), and getKernelParameters().
|
protected |
Definition at line 114 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actOutputGeneration(), and verifyOrderAndFamilyOutputs().
|
protected |
Definition at line 113 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actOutputGeneration(), and verifyOrderAndFamilyOutputs().
|
protected |
Number of displacement variables.
Definition at line 49 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by DynamicSolidMechanicsPhysics::act(), act(), actSubdomainChecks(), and QuasiStaticSolidMechanicsPhysics().
|
staticprotected |
Definition at line 159 of file QuasiStaticSolidMechanicsPhysics.h.
|
protected |
Definition at line 103 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), and actSubdomainChecks().
|
protected |
Referenced by act(), actStressDivergenceTensorsStrain(), actSubdomainChecks(), and QuasiStaticSolidMechanicsPhysics().
|
staticprotectedinherited |
Definition at line 42 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by actOutputMatProp(), QuasiStaticSolidMechanicsPhysicsBase::addCartesianComponentOutput(), QuasiStaticSolidMechanicsPhysicsBase::outputPropertiesType(), and setupOutput().
|
staticinherited |
Definition at line 33 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by actOutputMatProp(), and QuasiStaticSolidMechanicsPhysicsBase::outputPropertiesType().
|
staticinherited |
Definition at line 31 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by actOutputMatProp(), and QuasiStaticSolidMechanicsPhysicsBase::outputPropertiesType().
|
staticinherited |
Definition at line 29 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by actOutputMatProp(), and QuasiStaticSolidMechanicsPhysicsBase::outputPropertiesType().
|
staticinherited |
Definition at line 35 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by actOutputMatProp(), and QuasiStaticSolidMechanicsPhysicsBase::outputPropertiesType().
|
protected |
residual debugging
Definition at line 56 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
center point for spherical stress/strain quantities
Definition at line 131 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
booleans used to determine if spherical center point is passed
Definition at line 128 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
Referenced by QuasiStaticSolidMechanicsPhysics().
|
protected |
Referenced by actStressDivergenceTensorsStrain(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
set generated from the combined block restrictions of all SolidMechanics/Master action blocks
Definition at line 69 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actGatherActionParameters().
|
protected |
set generated from the passed in vector of subdomain names
Definition at line 66 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actEigenstrainNames(), and actSubdomainChecks().
|
protected |
if this vector is not empty the variables, kernels and materials are restricted to these subdomains
Definition at line 63 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by actLagrangianKernelStrain(), and actSubdomainChecks().
|
protected |
Definition at line 168 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), and actLagrangianKernelStrain().
|
protectedinherited |
Definition at line 44 of file QuasiStaticSolidMechanicsPhysicsBase.h.
Referenced by DynamicSolidMechanicsPhysics::act(), act(), actEigenstrainNames(), actOutputGeneration(), actOutputMatProp(), actStressDivergenceTensorsStrain(), PoroMechanicsAction::PoroMechanicsAction(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
use displaced mesh (true unless _strain is SMALL)
Definition at line 109 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by act(), getKernelParameters(), and QuasiStaticSolidMechanicsPhysics().
|
protected |
Definition at line 120 of file QuasiStaticSolidMechanicsPhysics.h.
Referenced by verifyOrderAndFamilyOutputs().
1.8.14