55 template <
class TConstLawIntegratorType>
81 ConstitutiveLaw::Pointer
Clone()
const override
83 return Kratos::make_shared<GenericSmallStrainIsotropicDamagePlaneStress<TConstLawIntegratorType>>(*this);
193 void save(
Serializer &rSerializer)
const override
Definition: constitutive_law.h:47
This class is the base class which define all the constitutive laws for damage in small deformation.
Definition: generic_small_strain_isotropic_damage.h:58
std::conditional< VoigtSize==6, ElasticIsotropic3D, LinearPlaneStrain >::type BaseType
Definition of the base class.
Definition: generic_small_strain_isotropic_damage.h:70
This class is the base class which define all the constitutive laws for damage in plane stress small ...
Definition: generic_small_strain_isotropic_damage_plane_stress.h:58
~GenericSmallStrainIsotropicDamagePlaneStress() override
Definition: generic_small_strain_isotropic_damage_plane_stress.h:97
ConstitutiveLaw::Pointer Clone() const override
Definition: generic_small_strain_isotropic_damage_plane_stress.h:81
KRATOS_CLASS_POINTER_DEFINITION(GenericSmallStrainIsotropicDamagePlaneStress)
GenericSmallStrainIsotropicDamagePlaneStress(const GenericSmallStrainIsotropicDamagePlaneStress &rOther)
Definition: generic_small_strain_isotropic_damage_plane_stress.h:89
GenericSmallStrainIsotropicDamagePlaneStress()
Definition: generic_small_strain_isotropic_damage_plane_stress.h:74
GenericSmallStrainIsotropicDamage< TConstLawIntegratorType > BaseType
Definition of the base class.
Definition: generic_small_strain_isotropic_damage_plane_stress.h:64
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::size_t SizeType
The definition of the size type.
Definition: mortar_classes.h:43
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:189