dune-grid 2.9.0
|
writer for the types array More...
#include <dune/grid/io/file/vtk/functionwriter.hh>
Public Types | |
typedef FieldVector< DF, mydim > | Domain |
typedef Cell | Cell |
Public Member Functions | |
virtual std::string | name () const |
return name More... | |
virtual unsigned | ncomps () const |
return number of components of the vector More... | |
virtual void | addArray (PVTUWriter &writer) |
add this field to the given parallel writer More... | |
virtual bool | beginWrite (VTUWriter &writer, std::size_t nitems) |
start writing with the given writer More... | |
virtual void | write (const Cell &cell, const typename Base::Domain &) |
write at the given position More... | |
virtual void | endWrite () |
signal end of writing More... | |
virtual void | write (const Cell &, const Domain &) |
write at the given position More... | |
virtual void | write (const Cell &cell, unsigned cornerIndex) |
write at the given corner More... | |
writer for the types array
|
inherited |
|
inherited |
|
inlinevirtual |
add this field to the given parallel writer
Implements Dune::VTK::FunctionWriterBase< Cell >.
|
inlinevirtual |
start writing with the given writer
Implements Dune::VTK::FunctionWriterBase< Cell >.
|
inlinevirtual |
signal end of writing
Implements Dune::VTK::FunctionWriterBase< Cell >.
|
inlinevirtual |
return name
Implements Dune::VTK::FunctionWriterBase< Cell >.
|
inlinevirtual |
return number of components of the vector
Implements Dune::VTK::FunctionWriterBase< Cell >.
|
inlinevirtualinherited |
write at the given position
This is the default dummy implementation. This method is not abstract so derived classes don't have to override it if they don't need it.
|
inlinevirtual |
write at the given position
|
inlinevirtualinherited |
write at the given corner
This default method forwards the writing to write(const Cell&, const Domain&).
Reimplemented in Dune::VTK::NonConformingConnectivityWriter< Cell >.