10 #if !defined(KRATOS_TOTAL_LAGRANGIAN_ELEMENT_H_INCLUDED)
11 #define KRATOS_TOTAL_LAGRANGIAN_ELEMENT_H_INCLUDED
119 void Initialize(
const ProcessInfo& rCurrentProcessInfo)
override;
131 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
181 void CalculateKinematics(ElementDataType& rVariables,
182 const double& rPointNumber)
override;
187 void CalculateKinetics(ElementDataType& rVariables,
188 const double& rPointNumber)
override;
194 void CalculateDeformationMatrix(
Matrix& rB,
202 void GetHistoricalVariables( ElementDataType& rVariables,
203 const double& rPointNumber )
override;
209 double& CalculateTotalMass(
double& rTotalMass,
const ProcessInfo& rCurrentProcessInfo)
override;
215 double& CalculateVolumeChange(
double& rVolumeChange, ElementDataType& rVariables)
override;
253 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
Large Displacement Lagrangian Element for 3D and 2D geometries. (base class)
Definition: large_displacement_element.hpp:46
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Total Lagrangian Element for 3D and 2D geometries.
Definition: total_lagrangian_element.hpp:47
GeometryData::SizeType SizeType
Type for size.
Definition: total_lagrangian_element.hpp:59
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(TotalLagrangianElement)
Counted pointer of TotalLagrangianElement.
TotalLagrangianElement()
Definition: total_lagrangian_element.hpp:173
double mTotalDomainInitialSize
Definition: total_lagrangian_element.hpp:158
LargeDisplacementElement::ElementDataType ElementDataType
Type for element variables.
Definition: total_lagrangian_element.hpp:61
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: total_lagrangian_element.hpp:57
ConstitutiveLaw ConstitutiveLawType
Definition: total_lagrangian_element.hpp:53
std::vector< Matrix > mInvJ0
Definition: total_lagrangian_element.hpp:163
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: total_lagrangian_element.hpp:55
Vector mDetJ0
Definition: total_lagrangian_element.hpp:168
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
Definition: solid_element.hpp:83