14 #if !defined(KRATOS_U_PW_DISCHARGE_CONDITION_H_INCLUDED )
15 #define KRATOS_U_PW_DISCHARGE_CONDITION_H_INCLUDED
21 #include "custom_conditions/U_Pw_condition.hpp"
27 template<
unsigned int TDim,
unsigned int TNumNodes >
70 void CalculateRHS(
VectorType& rRightHandSideVector,
const ProcessInfo& CurrentProcessInfo )
override;
84 void save(
Serializer& rSerializer)
const override
Base class for all Conditions.
Definition: condition.h:59
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
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
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
Definition: U_Pw_condition.hpp:37
Definition: U_Pw_discharge_condition.hpp:29
UPwDischargeCondition(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: U_Pw_discharge_condition.hpp:53
UPwDischargeCondition(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: U_Pw_discharge_condition.hpp:50
Geometry< NodeType >::PointsArrayType NodesArrayType
Definition: U_Pw_discharge_condition.hpp:39
KRATOS_CLASS_POINTER_DEFINITION(UPwDischargeCondition)
~UPwDischargeCondition() override
Definition: U_Pw_discharge_condition.hpp:56
Node NodeType
Definition: U_Pw_discharge_condition.hpp:37
Properties PropertiesType
Definition: U_Pw_discharge_condition.hpp:36
Vector VectorType
Definition: U_Pw_discharge_condition.hpp:40
UPwDischargeCondition()
Definition: U_Pw_discharge_condition.hpp:47
Matrix MatrixType
Definition: U_Pw_discharge_condition.hpp:41
Geometry< NodeType > GeometryType
Definition: U_Pw_discharge_condition.hpp:38
std::size_t IndexType
Definition: U_Pw_discharge_condition.hpp:35
#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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307