13 #if !defined(KRATOS_HELMHOLTZ_BULK_SHAPE_ELEMENT_H_INCLUDED )
14 #define KRATOS_HELMHOLTZ_BULK_SHAPE_ELEMENT_H_INCLUDED
24 #include "utilities/geometry_utilities.h"
88 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
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;
106 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
184 void save(
Serializer& rSerializer)
const override
202 MatrixType SetAndModifyConstitutiveLaw(
const int Dimension,
const int PointNumber)
const;
203 MatrixType CalculateBMatrix(
const int Dimension,
const int PointNumber)
const;
205 void CalculateBulkStiffnessMatrix(
MatrixType& rStiffnessMatrix,
const ProcessInfo& rCurrentProcessInfo)
const;
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
Short class definition.
Definition: helmholtz_bulk_shape_element.h:57
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(HelmholtzBulkShapeElement)
Counted pointer of HelmholtzBulkShapeElement.
HelmholtzBulkShapeElement()
Definition: helmholtz_bulk_shape_element.h:163
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
#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