40 template<
class TDataContainer>
55 static constexpr
IndexType NumberOfNodes = TDataContainer::NumberOfNodes;
57 static constexpr
IndexType DataDimension = TDataContainer::TargetVariablesList.
size();
59 static constexpr
IndexType LocalSize = NumberOfNodes * DataDimension;
71 GeometryType::Pointer pGeometry);
75 GeometryType::Pointer pGeometry,
76 PropertiesType::Pointer pProperties);
94 GeometryType::Pointer pGeom,
95 PropertiesType::Pointer pProperties)
const override;
107 PropertiesType::Pointer pProperties)
const override;
116 Element::Pointer Clone(
125 void EquationIdVector(
127 const ProcessInfo& rCurrentProcessInfo)
const override;
136 const ProcessInfo& rCurrentProcessInfo)
const override;
143 void GetValuesVector(
145 int Step = 0)
const override;
154 void CalculateLocalSystem(
164 void CalculateLeftHandSide(
173 void CalculateRightHandSide(
182 void CalculateMassMatrix(
203 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
217 TDataContainer mDataContainer;
224 void save(
Serializer& rSerializer)
const override
242 void CalculateStiffnessMatrix(
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
Geometry base class.
Definition: geometry.h:71
SizeType size() const
Definition: geometry.h:518
Short class definition.
Definition: helmholtz_element.h:42
virtual ~HelmholtzElement()=default
Destructor.
HelmholtzElement()
Definition: helmholtz_element.h:209
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(HelmholtzElement)
Counted pointer of HelmholtzElement.
Node::Pointer PointPtrType
Definition: helmholtz_element.h:51
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
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
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
TDataType Calculate(GeometryType &dummy, const Variable< TDataType > &rVariable)
Definition: add_geometries_to_python.cpp:103
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ProcessInfo
Definition: edgebased_PureConvection.py:116
def load(f)
Definition: ode_solve.py:307