Home
last modified time | relevance | path

Searched defs:StandardElastoViscoPlasticityBrick (Results 1 – 3 of 3) sorted by relevance

/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DStandardElastoViscoPlasticityBrick.hxx57 static const char* const brokenVariable;
62 static const char* const fixedPointConverged;
83 static const char* const porosityUpperBound;
89 static const char* const porosityUpperBoundSafetyFactor;
117 static const char* const staggeredSchemeIterationCounter;
192 nucleation_models;
208 enum {
211 } porosity_growth_policy = UNDEFINEDPOROSITYGROWTHPOLICY;
216 struct StaggeredSchemeParameters {
237 StaggeredSchemeParameters staggered_scheme_parameters;
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DStandardElastoViscoPlasticityBrick.hxx30 struct StandardElastoViscoPlasticityBrick : public BehaviourBrickBase { struct
55 std::shared_ptr<bbrick::StressPotential> stress_potential;
57 std::vector<std::shared_ptr<bbrick::InelasticFlow>> flows;
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DStandardElastoViscoPlasticityBrick.cxx110 StandardElastoViscoPlasticityBrick::StandardElastoViscoPlasticityBrick( in StandardElastoViscoPlasticityBrick() function in mfront::StandardElastoViscoPlasticityBrick