17 #if !defined(KRATOS_GEO_PW_CONDITION_H_INCLUDED )
18 #define KRATOS_GEO_PW_CONDITION_H_INCLUDED
36 template<
unsigned int TDim,
unsigned int TNumNodes >
53 GeometryType::Pointer pGeometry,
54 PropertiesType::Pointer pProperties )
55 :
Condition(NewId, pGeometry, pProperties)
64 PropertiesType::Pointer pProperties )
const override;
67 const ProcessInfo& rCurrentProcessInfo)
const override;
71 void CalculateLocalSystem(
MatrixType& rLeftHandSideMatrix,
75 void CalculateLeftHandSide(
MatrixType& rLeftHandSideMatrix,
78 void CalculateRightHandSide(
VectorType& rRightHandSideVector,
82 const ProcessInfo& rCurrentProcessInfo)
const override;
87 virtual void CalculateAll(
MatrixType& rLeftHandSideMatrix,
91 virtual void CalculateRHS(
VectorType& rRightHandSideVector,
102 void save(
Serializer& rSerializer)
const override
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
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
Definition: Pw_condition.hpp:38
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(PwCondition)
~PwCondition() override=default
PwCondition(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: Pw_condition.hpp:48
PwCondition()
Definition: Pw_condition.hpp:46
PwCondition(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: Pw_condition.hpp:52
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