12 #if !defined(KRATOS_HELMHOLTZ_SURF_SHAPE_CONDITION_3D_H_INCLUDED )
13 #define KRATOS_HELMHOLTZ_SURF_SHAPE_CONDITION_3D_H_INCLUDED
23 #include "utilities/geometry_utilities.h"
127 Condition::Pointer
Create(
130 PropertiesType::Pointer pProperties
140 Condition::Pointer
Create(
142 GeometryType::Pointer pGeom,
143 PropertiesType::Pointer pProperties
152 Condition::Pointer Clone (
162 void EquationIdVector(
163 EquationIdVectorType& rResult,
173 DofsVectorType& ElementalDofList,
182 void GetValuesVector(
191 double& rOutput,
const ProcessInfo& rCurrentProcessInfo)
override;
201 void CalculateLocalSystem(
212 void CalculateRightHandSide(
222 int Check(
const ProcessInfo& rCurrentProcessInfo )
const override;
238 std::string
Info()
const override
240 std::stringstream buffer;
241 buffer <<
"Base surface filter Condition #" << Id();
249 rOStream <<
"Base surface filter Condition #" << Id();
255 pGetGeometry()->PrintData(rOStream);
313 void CalculateSurfaceMassMatrix(
MatrixType& rMassMatrix,
const ProcessInfo& rCurrentProcessInfo)
const;
314 void CalculateSurfaceStiffnessMatrix(
MatrixType& rStiffnessMatrix,
const ProcessInfo& rCurrentProcessInfo)
const;
331 void save(
Serializer& rSerializer )
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Conditions.
Definition: condition.h:59
std::size_t IndexType
Definition: flags.h:74
std::size_t IndexType
Defines the index type.
Definition: geometrical_object.h:73
IntegrationMethod
Definition: geometry_data.h:76
Geometry base class.
Definition: geometry.h:71
This is the class of surface PDE/Helmholtz-based surface filtering.
Definition: helmholtz_surf_shape_condition.h:56
BaseType::GeometryType GeometryType
Definition of the geometry type with given NodeType.
Definition: helmholtz_surf_shape_condition.h:78
HelmholtzSurfShapeCondition(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: helmholtz_surf_shape_condition.h:95
BaseType::NodesArrayType NodesArrayType
Definition of nodes container type, redefined from GeometryType.
Definition: helmholtz_surf_shape_condition.h:81
~HelmholtzSurfShapeCondition() override
Definition: helmholtz_surf_shape_condition.h:106
Condition BaseType
We define the base class Condition.
Definition: helmholtz_surf_shape_condition.h:63
std::string Info() const override
Turn back information as a string.
Definition: helmholtz_surf_shape_condition.h:238
BaseType::SizeType SizeType
Definition of the size type.
Definition: helmholtz_surf_shape_condition.h:69
BaseType::IndexType IndexType
Dfinition of the index type.
Definition: helmholtz_surf_shape_condition.h:66
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: helmholtz_surf_shape_condition.h:253
BaseType::NodeType NodeType
Definition of the node type.
Definition: helmholtz_surf_shape_condition.h:72
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(HelmholtzSurfShapeCondition)
HelmholtzSurfShapeCondition(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: helmholtz_surf_shape_condition.h:99
HelmholtzSurfShapeCondition()
Definition: helmholtz_surf_shape_condition.h:91
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: helmholtz_surf_shape_condition.h:247
BaseType::PropertiesType PropertiesType
Definition of the properties type.
Definition: helmholtz_surf_shape_condition.h:75
This class defines the node.
Definition: node.h:65
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
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
std::size_t SizeType
Definition: nurbs_utilities.h:41
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
Properties PropertiesType
Definition: regenerate_pfem_pressure_conditions_process.h:26
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307