- Home
- About DUNE
- Download
- Documentation
- Community
- Development
options for VTK output More...
#include <dune/grid/io/file/vtk/common.hh>
Public Types | |
typedef VTK::OutputType | OutputType |
How the bulk data should be stored in the file. | |
typedef VTK::DataMode | DataMode |
Whether to produce conforming or non-conforming output. | |
Static Public Attributes | |
static const VTK::OutputType | ascii = VTK::ascii |
Output to the file is in ascii. | |
static const VTK::OutputType | binary = VTK::base64 |
Output to the file is inline binary. | |
static const VTK::OutputType | binaryappended = VTK::appendedraw |
Ouput is appended binary to the file. | |
static const VTK::DataMode | conforming = VTK::conforming |
Output conforming data. | |
static const VTK::DataMode | nonconforming = VTK::nonconforming |
Output non-conforming data. |
options for VTK output
#include <dune/grid/io/file/vtk/common.hh>
Whether to produce conforming or non-conforming output.
This applies to the conformity of the data; a non-conforming grid can still be written in conforming data mode, and it is quite possible for data to be non-conforming on a conforming grid.
How the bulk data should be stored in the file.
const VTK::OutputType Dune::VTKOptions::ascii = VTK::ascii [static] |
Output to the file is in ascii.
const VTK::OutputType Dune::VTKOptions::binary = VTK::base64 [static] |
Output to the file is inline binary.
const VTK::OutputType Dune::VTKOptions::binaryappended = VTK::appendedraw [static] |
Ouput is appended binary to the file.
const VTK::DataMode Dune::VTKOptions::conforming = VTK::conforming [static] |
Output conforming data.
Neighboring elements share common vertices and thus have a common DoF on that vertex.
const VTK::DataMode Dune::VTKOptions::nonconforming = VTK::nonconforming [static] |
Output non-conforming data.
Each element has it's own set of vertices. The position of a vertex of one element will concide with the position of the corresponding vertex on another element. This allows for multiple DoFs (one per element) on the "same" vertex.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].