14 #if !defined(KRATOS_TRANSIENT_CONVECTION_DIFFUSION_FIC_EXPLICIT_ELEMENT_H_INCLUDED )
15 #define KRATOS_TRANSIENT_CONVECTION_DIFFUSION_FIC_EXPLICIT_ELEMENT_H_INCLUDED
23 #include "custom_utilities/element_utilities.hpp"
31 template<
unsigned int TDim,
unsigned int TNumNodes >
71 Element::Pointer
Create(
IndexType NewId, GeometryType::Pointer pGeom, PropertiesType::Pointer pProperties)
const override;
75 void CalculateFirstDerivativesContributions(
MatrixType& rLeftHandSideMatrix,
88 void CalculateAndAddLHS(
MatrixType& rLeftHandSideMatrix, ElementVariables& rVariables)
override;
102 void save(
Serializer& rSerializer)
const override
113 TransientConvectionDiffusionFICExplicitElement &
operator=(TransientConvectionDiffusionFICExplicitElement
const& rOther);
116 TransientConvectionDiffusionFICExplicitElement(TransientConvectionDiffusionFICExplicitElement
const& rOther);
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Base class for all Elements.
Definition: element.h:60
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
Geometry base class.
Definition: geometry.h:71
This class defines the node.
Definition: node.h:65
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
Definition: transient_convection_diffusion_FIC_element.hpp:33
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:33
TransientConvectionDiffusionFICExplicitElement(IndexType NewId, GeometryType::Pointer pGeometry)
Constructor using Geometry.
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:59
SteadyConvectionDiffusionFICElement< TDim, TNumNodes >::ElementVariables ElementVariables
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:48
Matrix MatrixType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:47
TransientConvectionDiffusionFICExplicitElement(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Constructor using Properties.
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:62
Geometry< NodeType >::PointsArrayType NodesArrayType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:43
Vector VectorType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:46
TransientConvectionDiffusionFICExplicitElement(IndexType NewId=0)
Default Constructor.
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:53
Geometry< NodeType > GeometryType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:42
Properties PropertiesType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:40
std::size_t IndexType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:39
TransientConvectionDiffusionFICExplicitElement(IndexType NewId, const NodesArrayType &ThisNodes)
Constructor using an array of nodes.
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:56
Element::EquationIdVectorType EquationIdVectorType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:45
~TransientConvectionDiffusionFICExplicitElement() override
Destructor.
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:65
Node NodeType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:41
Element::DofsVectorType DofsVectorType
Definition: transient_convection_diffusion_FIC_explicit_element.hpp:44
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(TransientConvectionDiffusionFICExplicitElement)
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
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
ModelPart::NodesContainerType NodesArrayType
Definition: gid_gauss_point_container.h:42
def load(f)
Definition: ode_solve.py:307
Definition: steady_convection_diffusion_FIC_element.hpp:112