12 #if !defined(KRATOS_TRIANGULAR_CONVDIFF_2_ELEM_H_INCLUDED )
13 #define KRATOS_TRIANGULAR_CONVDIFF_2_ELEM_H_INCLUDED
84 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
99 double AA(
double,
double,
double,
double,
double,
double);
101 Vector Z(
Matrix,
double,
double,
double,
double,
double,
double,
double,
double,
double);
105 void DD(
double,
double,
double,
double,
double,
double,
double,
double,
MatrixType&,
VectorType& ,
ProcessInfo&);
108 void A2(
double ,
double,
double,
double,
double,
double ,
double,
double,
MatrixType&,
VectorType& ,
ProcessInfo&);
208 virtual void save(
Serializer& rSerializer)
const
Short class definition.
Definition: conv_diff_change_of_phase_2d.h:53
void EquationIdVector(EquationIdVectorType &rResult, const ProcessInfo &rCurrentProcessInfo) const
Definition: conv_diff_change_of_phase_2d.cpp:618
void GetDofList(DofsVectorType &ElementalDofList, const ProcessInfo &CurrentProcessInfo) const
Definition: conv_diff_change_of_phase_2d.cpp:630
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(ConvDiffChangeOfPhase2D)
Counted pointer of ConvDiffChangeOfPhase2D.
void A1(double, double, double, double, double, double, double, MatrixType &, VectorType &, ProcessInfo &)
double AA(double, double, double, double, double, double)
Definition: conv_diff_change_of_phase_2d.cpp:484
void InitializeSolutionStep(const ProcessInfo &CurrentProcessInfo)
Definition: conv_diff_change_of_phase_2d.cpp:568
void CC(double, double, double, double, double, double, double, MatrixType &, VectorType &, ProcessInfo &)
Definition: conv_diff_change_of_phase_2d.cpp:507
void DD(double, double, double, double, double, double, double, double, MatrixType &, VectorType &, ProcessInfo &)
Definition: conv_diff_change_of_phase_2d.cpp:533
Vector Z(Matrix, double, double, double, double, double, double, double, double, double)
Definition: conv_diff_change_of_phase_2d.cpp:491
void CalculateLocalSystem(MatrixType &rLeftHandSideMatrix, VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo)
Definition: conv_diff_change_of_phase_2d.cpp:79
friend class Serializer
Definition: conv_diff_change_of_phase_2d.h:201
void A2(double, double, double, double, double, double, double, double, MatrixType &, VectorType &, ProcessInfo &)
virtual ~ConvDiffChangeOfPhase2D()
Destructor.
Definition: conv_diff_change_of_phase_2d.cpp:73
void CalculateRightHandSide(VectorType &rRightHandSideVector, const ProcessInfo &rCurrentProcessInfo)
Definition: conv_diff_change_of_phase_2d.cpp:559
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: conv_diff_change_of_phase_2d.cpp:63
Base class for all Elements.
Definition: element.h:60
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
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
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
a
Definition: generate_stokes_twofluid_element.py:77
def load(f)
Definition: ode_solve.py:307