5 #if !defined(KRATOS_ICECONTINUUMPARTICLE_H_INCLUDED)
6 #define KRATOS_ICECONTINUUMPARTICLE_H_INCLUDED
39 virtual std::string
Info()
const override
41 std::stringstream buffer;
42 buffer <<
"IceContinuumParticle" ;
47 virtual void PrintInfo(std::ostream& rOStream)
const override {rOStream <<
"IceContinuumParticle";}
50 virtual void PrintData(std::ostream& rOStream)
const override {}
58 virtual void save(
Serializer& rSerializer)
const override
92 rOStream << std::endl;
std::size_t IndexType
Definition: flags.h:74
Definition: ice_continuum_particle.h:18
virtual void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: ice_continuum_particle.h:47
Element::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, PropertiesType::Pointer pProperties) const override
It creates a new element pointer.
Definition: ice_continuum_particle.h:30
virtual void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: ice_continuum_particle.h:50
IceContinuumParticle(IndexType NewId, NodesArrayType const &ThisNodes)
Definition: ice_continuum_particle.h:27
virtual std::string Info() const override
Turn back information as a string.
Definition: ice_continuum_particle.h:39
virtual ~IceContinuumParticle()
Destructor.
Definition: ice_continuum_particle.h:36
IceContinuumParticle()
Definition: ice_continuum_particle.h:25
IceContinuumParticle(IndexType NewId, GeometryType::Pointer pGeometry)
Definition: ice_continuum_particle.h:26
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(IceContinuumParticle)
Pointer definition of IceContinuumParticle.
IceContinuumParticle(IndexType NewId, GeometryType::Pointer pGeometry, PropertiesType::Pointer pProperties)
Definition: ice_continuum_particle.h:28
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
Definition: spheric_continuum_particle.h:26
#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
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432
def load(f)
Definition: ode_solve.py:307