13 #if !defined(KRATOS_ADJOINT_SMALL_DISPLACEMENT_ELEMENT_H_INCLUDED )
14 #define KRATOS_ADJOINT_SMALL_DISPLACEMENT_ELEMENT_H_INCLUDED
24 #include "utilities/geometry_utilities.h"
92 void CalculateLeftHandSide(
MatrixType& rLeftHandSideMatrix,
const ProcessInfo& rCurrentProcessInfo)
override;
94 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
const ProcessInfo& rCurrentProcessInfo)
override;
100 void GetValuesVector(
VectorType &rValues,
int Step = 0)
const override;
102 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
190 void save(
Serializer& rSerializer)
const override
Short class definition.
Definition: adjoint_small_displacement_element.h:57
AdjointSmallDisplacementElement()
Definition: adjoint_small_displacement_element.h:169
Element::Pointer mpPrimalElement
Definition: adjoint_small_displacement_element.h:162
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AdjointSmallDisplacementElement)
Counted pointer of AdjointSmallDisplacementElement.
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
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
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307