1 #if !defined(KRATOS_WATER_FIXED_VELOCITY_CONDITION_H_INCLUDED )
2 #define KRATOS_WATER_FIXED_VELOCITY_CONDITION_H_INCLUDED
5 #include "boost/smart_ptr.hpp"
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
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: water_fixed_velocity_2d.h:18
void CalculateRightHandSide(VectorType &rRightHandSideVector, ProcessInfo &rCurrentProcessInfo)
Definition: water_fixed_velocity_2d.cpp:34
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, ProcessInfo &rCurrentProcessInfo)
Definition: water_fixed_velocity_2d.cpp:53
KRATOS_CLASS_POINTER_DEFINITION(WaterFixedVelocity2D)
Counted pointer of WaterFixedVelocity2D.
void GetDofList(DofsVectorType &ConditionalDofList, ProcessInfo &CurrentProcessInfo)
Definition: water_fixed_velocity_2d.cpp:100
void EquationIdVector(EquationIdVectorType &rResult, ProcessInfo &rCurrentProcessInfo)
Definition: water_fixed_velocity_2d.cpp:82
Condition::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const
It creates a new condition pointer.
Definition: water_fixed_velocity_2d.cpp:23
virtual ~WaterFixedVelocity2D()
Destructor.
Definition: water_fixed_velocity_2d.cpp:28
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21