10 #if !defined(KRATOS_SMALL_DISPLACEMENT_BBAR_ELEMENT_H_INCLUDED)
11 #define KRATOS_SMALL_DISPLACEMENT_BBAR_ELEMENT_H_INCLUDED
105 PropertiesType::Pointer pProperties)
const override;
147 void CalculateKinematics(
ElementDataType& rVariables,
const double& rPointNumber)
override;
159 void CalculateVolumetricDeformationMatrix(
ElementDataType& rVariables);
164 void CalculateDeformationMatrixBbar(
Matrix& rB,
const Matrix& rH,
const Matrix& rDN_DX);
169 void CalculateInfinitesimalStrainBbar(
Vector& rStrainVector,
const Matrix& rH,
const Matrix& rDN_DX);
206 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
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
Small Displacement Bbar Element for 3D and 2D geometries.
Definition: small_displacement_bbar_element.hpp:46
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SmallDisplacementBbarElement)
Counted pointer of SmallDisplacementBbarElement.
SmallDisplacementElement::ElementDataType ElementDataType
Type for element variables.
Definition: small_displacement_bbar_element.hpp:62
ConstitutiveLaw ConstitutiveLawType
Definition: small_displacement_bbar_element.hpp:52
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: small_displacement_bbar_element.hpp:56
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: small_displacement_bbar_element.hpp:54
GeometryData::SizeType SizeType
Type for size.
Definition: small_displacement_bbar_element.hpp:60
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: small_displacement_bbar_element.hpp:58
Small Displacement Element for 3D and 2D geometries.
Definition: small_displacement_element.hpp:47
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