#include <aslVTKFormatWriters.h>
|
| | WriterVTKXML (const std::string &file, Block *nbl=0) |
| |
| void | write () |
| |
| | WriterVTKXML (const std::string &file, Block *nbl=0) |
| |
| void | write () |
| |
| | Writer (const std::string &file_) |
| |
| | ~Writer () |
| |
| void | enable () |
| |
| void | addScalars (std::string name, AbstractData &data) |
| |
| void | addVector (std::string name, AbstractData &data) |
| |
| void | addScalars (std::string name, acl::VectorOfElementsData &data) |
| |
| void | addVector (std::string name, acl::VectorOfElementsData &data) |
| |
| void | addScalars (std::string name, const acl::VectorOfElements &data, acl::Kernel &kernel, unsigned int nGhost=1) |
| |
| void | addVector (std::string name, const acl::VectorOfElements &data, acl::Kernel &kernel, unsigned int nGhost=1) |
| |
| | Writer (const std::string &file_) |
| |
| | ~Writer () |
| |
| void | enable () |
| |
| void | addScalars (std::string name, AbstractData &data) |
| |
| void | addVector (std::string name, AbstractData &data) |
| |
| void | addScalars (std::string name, acl::VectorOfElementsData &data) |
| |
| void | addVector (std::string name, acl::VectorOfElementsData &data) |
| |
| void | addScalars (std::string name, const acl::VectorOfElements &data, acl::Kernel &kernel, unsigned int nGhost=1) |
| |
| void | addVector (std::string name, const acl::VectorOfElements &data, acl::Kernel &kernel, unsigned int nGhost=1) |
| |
Writes data accumulated in Writer into a file with VTK XML format "vti"
- Examples:
- acousticWaves.cc, bus_wind.cc, compressor.cc, cubeGravity.cc, cubeIncompressibleGravity.cc, cubePoroelasticGravity.cc, flow.cc, flow2.cc, flow3.cc, flowKDPGrowth.cc, flowRotatingCylinders.cc, jumpingBox.cc, levelSetBasic.cc, levelSetFacetedGrowth.cc, levelSetNormalGrowth.cc, locomotive.cc, locomotive_laminar.cc, locomotive_stability.cc, multicomponent_flow.cc, multiphase_flow.cc, pitot_tube_ice.cc, poroelastic.cc, surfaceFlux.cc, testDistanceFunction.cc, testSMDiff.cc, testSMDiff3C.cc, testSMPhi.cc, and testSMPhiBV.cc.
Definition at line 41 of file aslVTKFormatWriters.h.
| asl::WriterVTKXML::WriterVTKXML |
( |
const std::string & |
file, |
|
|
Block * |
nbl = 0 |
|
) |
| |
| asl::WriterVTKXML::WriterVTKXML |
( |
const std::string & |
file, |
|
|
Block * |
nbl = 0 |
|
) |
| |
| void asl::WriterVTKXML::write |
( |
| ) |
|
|
virtual |
| void asl::WriterVTKXML::write |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: