15 #if !defined(KRATOS_FLUID_2D_GLS_H_INCLUDED )
16 #define KRATOS_FLUID_2D_GLS_H_INCLUDED
24 #include "boost/smart_ptr.hpp"
122 virtual std::string
Info()
const
124 return "Fluid2DGLS_expl #" ;
130 rOStream <<
Info() <<
Id();
183 std::vector< Matrix > mInvJ0;
210 virtual void save(
Serializer& rSerializer)
const
223 void CalculateLumpedMass();
225 void CalculateGalerkinMomentumResidual(
VectorType& Galerkin_RHS);
227 void CalculateRHSVector(
VectorType& GalerkinRHS,
double&
dt);
233 void ComputeTimeStep(
double CFLNumber);
Base class for all Elements.
Definition: element.h:60
Vector VectorType
Definition: element.h:88
Element(IndexType NewId=0)
Definition: element.h:121
std::vector< DofType::Pointer > DofsVectorType
Definition: element.h:100
std::vector< std::size_t > EquationIdVectorType
Definition: element.h:98
std::size_t IndexType
Definition: flags.h:74
Short class definition.
Definition: fluid_2dGLS_expl.h:61
void InitializeSolutionStep(ProcessInfo &CurrentProcessInfo)
Definition: fluid_2dGLS_expl.cpp:90
virtual std::string Info() const
Turn back information as a string.
Definition: fluid_2dGLS_expl.h:122
void GetDofList(DofsVectorType &ElementalDofList, ProcessInfo &CurrentProcessInfo)
Definition: fluid_2dGLS_expl.cpp:495
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(Fluid2DGLS_expl)
Counted pointer of Fluid2DGLS_expl.
void Calculate(const Variable< double > &rVariable, double &Output, const ProcessInfo &rCurrentProcessInfo)
Definition: fluid_2dGLS_expl.cpp:439
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, ProcessInfo &rCurrentProcessInfo)
Definition: fluid_2dGLS_expl.cpp:276
virtual void PrintInfo(std::ostream &rOStream) const
Print information about this object.
Definition: fluid_2dGLS_expl.h:128
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const
It creates a new element pointer.
Definition: fluid_2dGLS_expl.cpp:70
void EquationIdVector(EquationIdVectorType &rResult, ProcessInfo &rCurrentProcessInfo)
Definition: fluid_2dGLS_expl.cpp:477
friend class Serializer
Definition: fluid_2dGLS_expl.h:203
virtual ~Fluid2DGLS_expl()
Destructor.
Definition: fluid_2dGLS_expl.cpp:78
void CalculateRightHandSide(VectorType &rRightHandSideVector, ProcessInfo &rCurrentProcessInfo)
Definition: fluid_2dGLS_expl.cpp:83
IntegrationMethod
Definition: geometry_data.h:76
IndexType Id() const
Definition: indexed_object.h:107
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
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
dt
Definition: DEM_benchmarks.py:173
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
ProcessInfo
Definition: edgebased_PureConvection.py:116
def load(f)
Definition: ode_solve.py:307