1 #if !defined(KRATOS_FIXED_VELOCITY_CONDITION_H_INCLUDED )
2 #define KRATOS_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
Definition: fixed_velocity_2d.h:17
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: fixed_velocity_2d.cpp:46
Condition::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new condition pointer.
Definition: fixed_velocity_2d.cpp:23
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &rCurrentProcessInfo) const override
Definition: fixed_velocity_2d.cpp:75
virtual ~FixedVelocity2D() override
Destructor.
Definition: fixed_velocity_2d.cpp:28
void GetDofList(DofsVectorType &ConditionalDofList, const ProcessInfo &CurrentProcessInfo) const override
Definition: fixed_velocity_2d.cpp:93
KRATOS_CLASS_POINTER_DEFINITION(FixedVelocity2D)
Counted pointer of FixedVelocity2D.
void CalculateRightHandSide(VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo) override
Definition: fixed_velocity_2d.cpp:34
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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21