13 #if !defined(KRATOS_HELMHOLTZ_SURF_SHAPE_ELEMENT_H_INCLUDED )
14 #define KRATOS_HELMHOLTZ_SURF_SHAPE_ELEMENT_H_INCLUDED
24 #include "utilities/geometry_utilities.h"
96 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
100 void CalculateLeftHandSide(
MatrixType& rLeftHandSideMatrix,
const ProcessInfo& rCurrentProcessInfo)
override;
102 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
const ProcessInfo& rCurrentProcessInfo)
override;
108 void GetValuesVector(
VectorType &rValues,
int Step = 0)
const override;
112 int Check(
const ProcessInfo& rCurrentProcessInfo)
const override;
190 void save(
Serializer& rSerializer)
const override
209 void CalculateSurfaceMassMatrix(
MatrixType& rMassMatrix,
const ProcessInfo& rCurrentProcessInfo)
const;
210 void CalculateSurfaceStiffnessMatrix(
MatrixType& rStiffnessMatrix,
const ProcessInfo& rCurrentProcessInfo)
const;
213 void CalculateAvgSurfUnitNormal(
VectorType & rNormal)
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
Geometry base class.
Definition: geometry.h:71
Short class definition.
Definition: helmholtz_surf_shape_element.h:59
Geometry< PointType > GeometryType
Definition: helmholtz_surf_shape_element.h:66
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(HelmholtzSurfShapeElement)
Counted pointer of HelmholtzSurfShapeElement.
HelmholtzSurfShapeElement()
Definition: helmholtz_surf_shape_element.h:169
Tetrahedra3D4< PointType > TetrahedraGeometryType
Definition: helmholtz_surf_shape_element.h:68
Node::Pointer PointPtrType
Definition: helmholtz_surf_shape_element.h:65
Node PointType
Definition: helmholtz_surf_shape_element.h:64
Pyramid3D5< PointType > PyramidGeometryType
Definition: helmholtz_surf_shape_element.h:67
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
A five node pyramid geometry with linear shape functions.
Definition: pyramid_3d_5.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
A four node tetrahedra geometry with linear shape functions.
Definition: tetrahedra_3d_4.h:59
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
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
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
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: exact_mortar_segmentation_utility.h:57
array_1d< double, 3 > VectorType
Definition: solid_mechanics_application_variables.cpp:19
ProcessInfo
Definition: edgebased_PureConvection.py:116
def load(f)
Definition: ode_solve.py:307