10 #if !defined(KRATOS_LINEAR_SOLID_ELEMENT_H_INCLUDED)
11 #define KRATOS_LINEAR_SOLID_ELEMENT_H_INCLUDED
20 #include "custom_utilities/solid_mechanics_math_utilities.hpp"
134 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
139 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
144 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
163 void Initialize(
const ProcessInfo& rCurrentProcessInfo)
override;
173 void InitializeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
178 void FinalizeNonLinearIteration(
const ProcessInfo& rCurrentProcessInfo)
override;
183 void FinalizeSolutionStep(
const ProcessInfo& rCurrentProcessInfo)
override;
197 void CalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
208 void CalculateMassMatrix(
MatrixType& rMassMatrix,
217 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
230 void AddExplicitContribution(
const VectorType& rRHSVector,
246 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
296 void ClearNodalForces ();
302 Matrix& CalculateTotalDeltaPosition(
Matrix & rDeltaPosition);
308 void CalculateInfinitesimalStrain(
Vector& rStrainVector,
352 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
Base class for all Elements.
Definition: element.h:60
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
IntegrationMethod
Definition: geometry_data.h:76
std::size_t SizeType
Definition: geometry_data.h:173
Linear Solid Element for 3D and 2D geometries. (Template for learning element design)
Definition: linear_solid_element.hpp:43
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: linear_solid_element.hpp:55
ConstitutiveLaw ConstitutiveLawType
Definition: linear_solid_element.hpp:49
IntegrationMethod mThisIntegrationMethod
Definition: linear_solid_element.hpp:273
std::vector< ConstitutiveLaw::Pointer > mConstitutiveLawVector
Definition: linear_solid_element.hpp:278
GeometryData::SizeType SizeType
Type for size.
Definition: linear_solid_element.hpp:57
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: linear_solid_element.hpp:53
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(LinearSolidElement)
Counted pointer of LinearSolidElement.
LinearSolidElement()
Definition: linear_solid_element.hpp:284
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: linear_solid_element.hpp:51
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
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
pybind11::list CalculateOnIntegrationPoints(TObject &dummy, const Variable< TDataType > &rVariable, const ProcessInfo &rProcessInfo)
Definition: add_mesh_to_python.cpp:142
void InitializeSolutionStep(ConstructionUtility &rThisUtil, std::string ThermalSubModelPartName, std::string MechanicalSubModelPartName, std::string HeatFluxSubModelPartName, std::string HydraulicPressureSubModelPartName, bool thermal_conditions, bool mechanical_conditions, int phase)
Definition: add_custom_utilities_to_python.cpp:45
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307