15 #if !defined(KRATOS_LEVELSET_CONVECTION_ELEMENT_SIMPLEX_ALGEBRAIC_STABILIZATION )
16 #define KRATOS_LEVELSET_CONVECTION_ELEMENT_SIMPLEX_ALGEBRAIC_STABILIZATION
49 template<
unsigned int TDim,
unsigned int TNumNodes>
79 GeometryType::Pointer pGeometry);
83 GeometryType::Pointer pGeometry,
84 PropertiesType::Pointer pProperties);
100 PropertiesType::Pointer pProperties)
const override;
104 GeometryType::Pointer pGeom,
105 PropertiesType::Pointer pProperties)
const override;
107 void CalculateLocalSystem(
128 std::string
Info()
const override
130 return "LevelSetConvectionElementSimplexAlgebraicStabilization #";
137 rOStream <<
Info() << this->Id();
197 void save(
Serializer& rSerializer)
const override
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Base class for all Elements.
Definition: element.h:60
std::size_t IndexType
Definition: flags.h:74
Geometry base class.
Definition: geometry.h:71
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:52
Element::VectorType VectorType
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:68
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(LevelSetConvectionElementSimplexAlgebraicStabilization)
Counted pointer of.
Element::MatrixType MatrixType
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:66
Element::NodesArrayType NodesArrayType
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:64
Element::GeometryType GeometryType
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:60
std::string Info() const override
Turn back information as a string.
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:128
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:135
Element::PropertiesType PropertiesType
Definition: levelset_convection_element_simplex_algebraic_stabilization.h:62
formulation described in https://docs.google.com/document/d/13a_zGLj6xORDuLgoOG5LwHI6BwShvfO166opZ815...
Definition: levelset_convection_element_simplex.h:59
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
#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