23 #include "utilities/geometry_utilities.h"
59 GeometryType::Pointer pGeometry);
63 GeometryType::Pointer pGeometry,
64 PropertiesType::Pointer pProperties);
82 GeometryType::Pointer pGeom,
83 PropertiesType::Pointer pProperties
96 PropertiesType::Pointer pProperties
106 Condition::Pointer Clone (
116 void EquationIdVector(
136 void GetValuesVector(
148 void CalculateLocalSystem(
159 void CalculateLeftHandSide(
169 void CalculateRightHandSide(
180 void CalculateMassMatrix(
203 int Check(
const ProcessInfo& rCurrentProcessInfo )
const override;
218 void save(
Serializer& rSerializer)
const override
237 void CalculateStiffnessMatrix(
245 void CalculateNormal(
254 void GetParentElementShapeFunctionsValues(
265 void GetParentElementShapeFunctionsGlobalGradients(
Base class for all Conditions.
Definition: condition.h:59
std::vector< std::size_t > EquationIdVectorType
Definition: condition.h:98
std::vector< DofType::Pointer > DofsVectorType
Definition: condition.h:100
std::size_t IndexType
Definition: flags.h:74
Short class definition.
Definition: helmholtz_surface_shape_condition.h:44
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(HelmholtzSurfaceShapeCondition)
Counted pointer of HelmholtzSurfaceShapeCondition.
HelmholtzSurfaceShapeCondition()
Definition: helmholtz_surface_shape_condition.h:209
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
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