This class is a beam interface output for XMF format for paraview visualization software.
More...
|
|
| SM_XDMF (void) |
| | create
|
| |
|
virtual | ~SM_XDMF (void) |
| | destroy
|
| |
| virtual tMemSize | getMemorySize () const |
| | return the memory size of the class and the memory size of all its attributes/associations More...
|
| |
| virtual tMemSize | getContentsMemorySize () const |
| | return the memory size of the included associations More...
|
| |
| void | setExternalFileName (const tString &f) |
| | set the external file to find the vector data More...
|
| |
| void | setFormat (const tFlag &f) |
| | set the format of the data More...
|
| |
| const tFlag & | getFormat () const |
| | get the format of the data More...
|
| |
| const tString & | getExternalFileName () const |
| | get the external file name to find data More...
|
| |
| tBoolean | open () |
| | open the vtkfile More...
|
| |
| tBoolean | open (const tIndex &t) |
| | open the vtk field for writing or appending at the time step More...
|
| |
| tBoolean | writeGeometryHeader (const tIndex &it, const SM_Network &network) |
| | write the geometry header corresponding to the network More...
|
| |
| tBoolean | writeGeometryData (const tIndex &t, const SM_Network &network) |
| | write the geometry data of the network More...
|
| |
| tBoolean | writeContentHeader (const tIndex &t, const tFlag &support, const std::vector< tString > &scalarNames, const std::vector< tString > &vectorNames) |
| | write a content header More...
|
| |
| tBoolean | writeContentData (const tReal &t, const SM_Network &network, const tFlag &support, const tString &name, const tReal &alpha, const tReal *f) |
| | write a content data More...
|
| |
| tBoolean | writeContentFooter (const tIndex &t, const tFlag &support) |
| | write a content footer More...
|
| |
| tBoolean | writeGeometryFooter (const tIndex &t) |
| | write the geometry footer More...
|
| |
| tBoolean | close (const tIndex &t) |
| | close the file for the time step t More...
|
| |
| tBoolean | close () |
| | close the file More...
|
| |
|
| SM_VTK (void) |
| | create
|
| |
|
virtual | ~SM_VTK (void) |
| | destroy
|
| |
| tString | getVTKType () const |
| | return the VTK type of the template Type More...
|
| |
| tString | getVTKType (const tString &typeName) const |
| | return the VTK type of tthe type name More...
|
| |
| void | setFileName (const tString &fn) |
| | set the file name without extension More...
|
| |
| const tString & | getFileName () const |
| | get the file name without extension More...
|
| |
| void | setFields (const tUCInt &dim, const tFlag &support, const std::vector< tString > &names) |
| | initialize fields More...
|
| |
|
const tBoolean & | isFileOpened () const |
| | return true if the file is open
|
| |
| tBoolean | save (const SM_Network &network, const tIndex &it, const tReal &time) |
| | save the system at time More...
|
| |
| tBoolean | save (const SM_System &system, const tIndex &it, const tReal &time) |
| | save the system at time More...
|
| |
| tBoolean | save (const tString &vtkFileName, const SM_Network &network, const tString &Sname, const tReal &alpha, SM_RealField &S) |
| | save the system at time More...
|
| |
| tBoolean | save (const SM_Network &network, const tString &Sname, const tReal &alpha, const SM_RealField &S, const tIndex &it, const tReal &time) |
| | save the system at time More...
|
| |
| tBoolean | open () |
| | open the vtkfile More...
|
| |
| tBoolean | open (const tIndex &t) |
| | open the vtk field for writing or appending at the time step More...
|
| |
| tBoolean | writeGeometryHeader (const tIndex &t, const SM_Network &network) |
| | write the geometry header corresponding to the network More...
|
| |
| tBoolean | writeGeometryData (const tIndex &t, const SM_Network &network) |
| | write the geometry data of the network More...
|
| |
| tBoolean | writeContentHeader (const tIndex &t, const tFlag &support, const std::vector< tString > &scalarNames, const std::vector< tString > &vectorNames) |
| | write a content header More...
|
| |
| tBoolean | writeContentData (const tReal &t, const SM_Network &network, const tFlag &support, const tString &name, const tReal &alpha, const tReal *f) |
| | write a content data More...
|
| |
| tBoolean | writeContentFooter (const tIndex &t, const tFlag &support) |
| | write a content footer More...
|
| |
| tBoolean | writeGeometryFooter (const tIndex &t) |
| | write the geometry footer More...
|
| |
| tBoolean | close (const tIndex &t) |
| | close the file for the time step t More...
|
| |
| tBoolean | close () |
| | close the file More...
|
| |
|
| SM_Object (void) |
| | create
|
| |
|
virtual | ~SM_Object (void) |
| | destroy
|
| |
| template<class T > |
| std::shared_ptr< T > | getSharedPointer () |
| | return the shared pointer for this More...
|
| |
| template<class T > |
| std::shared_ptr< const T > | getConstSharedPointer () const |
| | return a const shared pointer for this More...
|
| |
| template<class T > |
| tBoolean | isInstanceOf () const |
| | test if the clas T is an instance of this class More...
|
| |
| tString | getClassName () const |
| | return the name of the class More...
|
| |
| tString | getPointerString () const |
| | retrun the pointer of the class as a string More...
|
| |
| tString | getIdentityString () const |
| | retrun the string identification of the class More...
|
| |
| virtual tString | toString () const |
| | return the string representation of the object node More...
|
| |
|
| static tBoolean | WriteVertices (CORE_OutputFile &file, const tFlag &fileType, const tString &linkHDFFile, const SM_Network &mesh, const tString &tag) |
| | write the vertices coordinates More...
|
| |
| static tBoolean | WriteConnectivity (CORE_OutputFile &file, const tFlag &fileType, const tString &linkHDFFile, const tIndex &nAloneParticles, const tIndex &nHaloParticles, const std::valarray< tIndex > &neighboringParticlesListOffset, const std::valarray< tIndex > &neighboringParticlesList, const tString &tagN) |
| | write the connectivity between vertices More...
|
| |
| static tBoolean | WriteField (CORE_OutputFile &file, const tFlag &fileType, const tString &linkHDFFile, const tIndex &t, const tFlag &contentType, const tString &name, const tString &tagName, const tReal &alpha, const tIndex &n, const tDimension &dim, const tReal *f) |
| | write a field with name More...
|
| |
This class is a beam interface output for XMF format for paraview visualization software.
- Author
- Stephane Despreaux
- Version
- 1.0