14 #if !defined(KRATOS_STRUCTURAL_MESHMOVING_ELEMENT_INCLUDED)
15 #define KRATOS_STRUCTURAL_MESHMOVING_ELEMENT_INCLUDED
74 PropertiesType::Pointer pProperties);
98 PropertiesType::Pointer pProperties)
const override;
101 PropertiesType::Pointer pProperties)
const override;
111 const ProcessInfo &rCurrentProcessInfo)
const override;
119 const ProcessInfo &rCurrentProcessInfo)
const override;
198 MatrixType SetAndModifyConstitutiveLaw(
const int Dimension,
199 const double PointNumber)
const;
201 MatrixType CalculateBMatrix(
const int Dimension,
const double PointNumber)
const;
203 void CheckElementMatrixDimension(
MatrixType &rLeftHandSideMatrix,
224 void save(
Serializer& rSerializer)
const override
Base class for all Elements.
Definition: element.h:60
Vector VectorType
Definition: element.h:88
std::size_t SizeType
Definition: element.h:94
Properties PropertiesType
Definition: element.h:80
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
Geometry< NodeType >::PointsArrayType NodesArrayType
definition of nodes container type, redefined from GeometryType
Definition: element.h:86
Matrix MatrixType
Definition: element.h:90
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
std::size_t IndexType
Defines the index type.
Definition: geometrical_object.h:73
IntegrationMethod
Definition: geometry_data.h:76
Geometry base class.
Definition: geometry.h:71
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
Definition: structural_meshmoving_element.h:48
BaseType::SizeType SizeType
Definition: structural_meshmoving_element.h:60
BaseType::GeometryType GeometryType
Definition: structural_meshmoving_element.h:56
void GetValuesVector(VectorType &rValues, int Step=0) const override
Definition: structural_meshmoving_element.cpp:60
void GetDofList(DofsVectorType &rElementalDofList, const ProcessInfo &rCurrentProcessInfo) const override
Definition: structural_meshmoving_element.cpp:324
BaseType::NodesArrayType NodesArrayType
Definition: structural_meshmoving_element.h:57
BaseType::DofsVectorType DofsVectorType
Definition: structural_meshmoving_element.h:64
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: structural_meshmoving_element.cpp:250
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(StructuralMeshMovingElement)
virtual ~StructuralMeshMovingElement()
Definition: structural_meshmoving_element.h:76
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &rCurrentProcessInfo) const override
Definition: structural_meshmoving_element.cpp:286
Element BaseType
Definition: structural_meshmoving_element.h:55
int Check(const ProcessInfo &rCurrentProcessInfo) const override
Definition: structural_meshmoving_element.cpp:366
BaseType::PropertiesType PropertiesType
Definition: structural_meshmoving_element.h:58
BaseType::MatrixType MatrixType
Definition: structural_meshmoving_element.h:61
BaseType::Pointer Create(IndexType NewId, NodesArrayType const &rThisNodes, PropertiesType::Pointer pProperties) const override
Definition: structural_meshmoving_element.cpp:38
BaseType::VectorType VectorType
Definition: structural_meshmoving_element.h:62
BaseType::IndexType IndexType
Definition: structural_meshmoving_element.h:59
void CalculateRightHandSide(VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: structural_meshmoving_element.cpp:356
BaseType::EquationIdVectorType EquationIdVectorType
Definition: structural_meshmoving_element.h:63
GeometryData::IntegrationMethod IntegrationMethod
Definition: structural_meshmoving_element.h:65
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307