13 #if !defined(KRATOS_GEO_UNDRAINED_U_PW_SMALL_STRAIN_ELEMENT_H_INCLUDED)
14 #define KRATOS_GEO_UNDRAINED_U_PW_SMALL_STRAIN_ELEMENT_H_INCLUDED
20 #include "custom_elements/U_Pw_small_strain_element.hpp"
21 #include "custom_utilities/element_utilities.hpp"
28 template <
unsigned int TDim,
unsigned int TNumNodes>
84 PropertiesType::Pointer pProperties)
const override;
86 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
88 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
91 std::string
Info()
const override
93 std::stringstream buffer;
94 buffer <<
"undrained small strain Element #" << this->Id()
95 <<
"\nConstitutive law: " << mConstitutiveLawVector[0]->Info();
102 rOStream <<
"undrained small strain Element #" << this->Id()
103 <<
"\nConstitutive law: " << mConstitutiveLawVector[0]->Info();
110 void CalculateAndAddLHS(
MatrixType& rLeftHandSideMatrix, ElementVariables& rVariables)
override;
112 void CalculateAndAddRHS(
VectorType& rRightHandSideVector, ElementVariables& rVariables,
unsigned int GPoint)
override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
std::size_t SizeType
Definition: element.h:94
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
PointerVector< TPointType > PointsArrayType
Definition: geometry.h:118
This class defines the node.
Definition: node.h:65
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
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_small_strain_element.hpp:30
Definition: undrained_U_Pw_small_strain_element.hpp:31
~UndrainedUPwSmallStrainElement() override
Destructor.
Definition: undrained_U_Pw_small_strain_element.hpp:79
UndrainedUPwSmallStrainElement(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Constructor using Properties.
Definition: undrained_U_Pw_small_strain_element.hpp:73
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(UndrainedUPwSmallStrainElement)
std::string Info() const override
Turn back information as a string.
Definition: undrained_U_Pw_small_strain_element.hpp:91
typename UPwSmallStrainElement< TDim, TNumNodes >::ElementVariables ElementVariables
Definition: undrained_U_Pw_small_strain_element.hpp:48
UndrainedUPwSmallStrainElement(IndexType NewId, GeometryType::Pointer pGeometry)
Constructor using Geometry.
Definition: undrained_U_Pw_small_strain_element.hpp:67
UndrainedUPwSmallStrainElement(IndexType NewId=0)
Default Constructor.
Definition: undrained_U_Pw_small_strain_element.hpp:55
UndrainedUPwSmallStrainElement(IndexType NewId, const NodesArrayType &ThisNodes)
Constructor using an array of nodes.
Definition: undrained_U_Pw_small_strain_element.hpp:61
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: undrained_U_Pw_small_strain_element.hpp:100
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
Definition: U_Pw_small_strain_element.hpp:128