13 #if !defined (KRATOS_EXPONENTIAL_COHESIVE_2D_LAW_H_INCLUDED)
14 #define KRATOS_EXPONENTIAL_COHESIVE_2D_LAW_H_INCLUDED
45 ConstitutiveLaw::Pointer
Clone()
const override
72 void InitializeConstitutiveLawVariables(ConstitutiveLawVariables& rVariables,
Parameters& rValues)
override;
74 void ComputeEquivalentStrain(ConstitutiveLawVariables& rVariables,
Parameters& rValues)
override;
76 void ComputeCriticalDisplacement(ConstitutiveLawVariables& rVariables,
Parameters& rValues)
override;
78 void ComputeConstitutiveMatrix(
Matrix& rConstitutiveMatrix,
79 ConstitutiveLawVariables& rVariables,
90 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
Definition: exponential_cohesive_2D_law.hpp:29
ConstitutiveLaw::Pointer Clone() const override
Clone function (has to be implemented by any derived class)
Definition: exponential_cohesive_2D_law.hpp:45
~ExponentialCohesive2DLaw() override
Definition: exponential_cohesive_2D_law.hpp:56
ExponentialCohesive2DLaw(const ExponentialCohesive2DLaw &rOther)
Definition: exponential_cohesive_2D_law.hpp:51
ExponentialCohesive2DLaw()
Definition: exponential_cohesive_2D_law.hpp:41
KRATOS_CLASS_POINTER_DEFINITION(ExponentialCohesive2DLaw)
ExponentialCohesive3DLaw BaseType
Definition of the base class.
Definition: exponential_cohesive_2D_law.hpp:34
Definition: exponential_cohesive_3D_law.hpp:29
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
#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
def load(f)
Definition: ode_solve.py:307