40 template<std::
size_t TDim>
97 GeometryType::Pointer pGeom,
98 PropertiesType::Pointer pProperties
125 void GetValuesVector(
Vector& rValues,
int Step = 0)
const override;
130 void GetFirstDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
135 void GetSecondDerivativesVector(
Vector& rValues,
int Step = 0)
const override;
149 void CalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
161 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
171 void CalculateLeftHandSide(
MatrixType& rLeftHandSideMatrix,
180 void CalculateMassMatrix(
MatrixType& rMassMatrix,
189 void CalculateDampingMatrix(
MatrixType& rDampingMatrix,
199 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
219 static constexpr
unsigned int msNumNodes = 2;
220 static constexpr
unsigned int msLocalSize = (TDim == 2) ? 3 : (TDim == 3) ? 6 : 0;
221 static constexpr
unsigned int msElementSize = msLocalSize * msNumNodes;
262 void ConstCalculateDampingMatrix(
MatrixType& rDampingMatrix)
const;
264 void ConstCalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
VectorType& rRightHandSideVector)
const;
266 void ConstCalculateLeftHandSide(
MatrixType& rLeftHandSideMatrix)
const;
268 void ConstCalculateRightHandSide(
VectorType& rRightHandSideVector)
const;
282 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
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
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
Concentrated nodal for 3D and 2D points.
Definition: spring_damper_element.hpp:43
SpringDamperElement()
Definition: spring_damper_element.hpp:230
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(SpringDamperElement)
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