13 #if !defined(KRATOS_GEO_U_PW_UPDATED_LAGRANGIAN_AXISYMMETRIC_FIC_ELEMENT_H_INCLUDED)
14 #define KRATOS_GEO_U_PW_UPDATED_LAGRANGIAN_AXISYMMETRIC_FIC_ELEMENT_H_INCLUDED
21 #include "custom_utilities/element_utilities.hpp"
28 template <
unsigned int TDim,
unsigned int TNumNodes>
68 GeometryType::Pointer pGeometry,
69 PropertiesType::Pointer pProperties)
81 PropertiesType::Pointer pProperties)
const override;
83 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
88 std::string
Info()
const override
90 std::stringstream buffer;
91 buffer <<
"Small strain axisymmetric U-Pw Element #" << this->Id()
92 <<
"\nConstitutive law: " << mConstitutiveLawVector[0]->Info();
97 void PrintInfo(std::ostream& rOStream)
const override
99 rOStream <<
"Small strain axisymmetric U-Pw Element #" << this->Id()
100 <<
"\nConstitutive law: " << mConstitutiveLawVector[0]->Info();
113 unsigned int PointNumber,
114 double detJ)
override;
127 void save(
Serializer& rSerializer)
const override
135 UPwUpdatedLagrangianAxisymmetricFICElement&
136 operator=(UPwUpdatedLagrangianAxisymmetricFICElement
const& rOther);
139 UPwUpdatedLagrangianAxisymmetricFICElement(UPwUpdatedLagrangianAxisymmetricFICElement
const& rOther);
143 template <
class TValueType>
144 inline void ThreadSafeNodeWrite(
NodeType& rNode,
const Variable<TValueType>& Var,
const TValueType Value)
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Elements.
Definition: element.h:60
std::size_t SizeType
Definition: element.h:94
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
std::vector< IntegrationPointType > IntegrationPointsArrayType
Definition: geometry.h:161
PointerVector< TPointType > PointsArrayType
Definition: geometry.h:118
This class defines the node.
Definition: node.h:65
TVariableType::Type & FastGetSolutionStepValue(const TVariableType &rThisVariable)
Definition: node.h:435
void SetLock()
Definition: node.h:282
void UnSetLock()
Definition: node.h:287
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: U_Pw_base_element.hpp:36
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:31
UPwUpdatedLagrangianAxisymmetricFICElement(IndexType NewId, GeometryType::Pointer pGeometry)
Constructor using Geometry.
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:61
UPwUpdatedLagrangianAxisymmetricFICElement(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Constructor using Properties.
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:67
std::string Info() const override
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:88
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:97
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UPwUpdatedLagrangianAxisymmetricFICElement)
~UPwUpdatedLagrangianAxisymmetricFICElement() override
Destructor.
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:75
UPwUpdatedLagrangianAxisymmetricFICElement(IndexType NewId, const NodesArrayType &ThisNodes)
Constructor using an array of nodes.
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:55
UPwUpdatedLagrangianAxisymmetricFICElement(IndexType NewId=0)
Default Constructor.
Definition: updated_lagrangian_U_Pw_axisymmetric_FIC_element.hpp:49
Updated Lagrangian element for 2D and 3D geometries.
Definition: U_Pw_updated_lagrangian_FIC_element.hpp:56
#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
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
Internals::Matrix< double, AMatrix::dynamic, 1 > Vector
Definition: amatrix_interface.h:472
Internals::Matrix< double, AMatrix::dynamic, AMatrix::dynamic > Matrix
Definition: amatrix_interface.h:470
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307