19 #include "custom_utilities/element_utilities.hpp"
24 template <
unsigned int TDim,
unsigned int TNumNodes>
39 GeometryType::Pointer pGeometry,
40 PropertiesType::Pointer pProperties);
46 PropertiesType::Pointer pProperties)
const override
48 return Kratos::make_intrusive<GeoTNormalFluxCondition>(
49 NewId, this->GetGeometry().
Create(rThisNodes), pProperties);
53 void CalculateRHS(
Vector& rRightHandSideVector,
59 void save(
Serializer& rSerializer)
const override
Base class for all Conditions.
Definition: condition.h:59
std::size_t IndexType
Definition: flags.h:74
Definition: T_condition.h:27
Definition: T_normal_flux_condition.h:26
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(GeoTNormalFluxCondition)
Condition::Pointer Create(IndexType NewId, NodesArrayType const &rThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new condition pointer.
Definition: T_normal_flux_condition.h:44
~GeoTNormalFluxCondition() override
Geometry base class.
Definition: geometry.h:71
PointerVector< TPointType > PointsArrayType
Definition: geometry.h:118
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
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307