68 std::string
Info()
const override
70 return " ParticleVtkOutput object ";
77 void PrintInfo(std::ostream& rOStream)
const override
79 rOStream <<
" ParticleVtkOutput object " << std::endl;
83 void PrintData(std::ostream& rOStream)
const override
94 void WriteNodesToFile(
96 std::ofstream& rFileStream
105 template <
typename TContainerType>
106 void WriteConnectivity(
107 const TContainerType& rContainer,
108 std::ofstream& rFileStream
117 template <
typename TContainerType>
119 const TContainerType& rContainer,
120 std::ofstream& rFileStream
129 void WriteConditionsAndElementsToFile(
131 std::ofstream& rFileStream
139 void WriteNodalResultsToFile(
141 std::ofstream& rFileStream
std::size_t SizeType
Definition: io.h:97
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
ParticleVtkOutput A simple class that has functionality to write vtk output.
Definition: particle_vtk_output.h:31
std::string Info() const override
Turn back information as a string.
Definition: particle_vtk_output.h:68
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: particle_vtk_output.h:83
KRATOS_CLASS_POINTER_DEFINITION(ParticleVtkOutput)
Pointer definition of ParticleVtkOutput.
void PrintInfo(std::ostream &rOStream) const override
Prints information about the class.
Definition: particle_vtk_output.h:77
VtkOutput A simple class that has functionality to write vtk output.
Definition: vtk_output.h:35
std::size_t IndexType
Definition of the index type.
Definition: vtk_output.h:42
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21