|
dune-grid
2.2.0
|
writer for the connectivity array in nonconforming mode 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 | |
| virtual unsigned | ncomps () const |
| return number of components of the vector | |
| virtual void | addArray (PVTUWriter &writer) |
| add this field to the given parallel writer | |
| virtual bool | beginWrite (VTUWriter &writer, std::size_t nitems) |
| start writing with the given writer | |
| virtual void | write (const Cell &cell, unsigned cornerIndex) |
| write at the given corner | |
| virtual void | endWrite () |
| signal end of writing | |
| virtual void | write (const Cell &cell, const Domain &xl) |
| write at the given position | |
writer for the connectivity array in nonconforming mode
typedef Cell Dune::VTK::FunctionWriterBase< Cell >::Cell [inherited] |
typedef FieldVector<DF, mydim> Dune::VTK::FunctionWriterBase< Cell >::Domain [inherited] |
| virtual void Dune::VTK::NonConformingConnectivityWriter< Cell >::addArray | ( | PVTUWriter & | writer | ) | [inline, virtual] |
add this field to the given parallel writer
Implements Dune::VTK::FunctionWriterBase< Cell >.
References Dune::VTK::PVTUWriter::addArray(), Dune::VTK::NonConformingConnectivityWriter< Cell >::name(), and Dune::VTK::NonConformingConnectivityWriter< Cell >::ncomps().
| virtual bool Dune::VTK::NonConformingConnectivityWriter< Cell >::beginWrite | ( | VTUWriter & | writer, |
| std::size_t | nitems | ||
| ) | [inline, virtual] |
start writing with the given writer
Implements Dune::VTK::FunctionWriterBase< Cell >.
References Dune::VTK::VTUWriter::makeArrayWriter(), Dune::VTK::NonConformingConnectivityWriter< Cell >::name(), and Dune::VTK::NonConformingConnectivityWriter< Cell >::ncomps().
| virtual void Dune::VTK::NonConformingConnectivityWriter< Cell >::endWrite | ( | ) | [inline, virtual] |
signal end of writing
Implements Dune::VTK::FunctionWriterBase< Cell >.
| virtual std::string Dune::VTK::NonConformingConnectivityWriter< Cell >::name | ( | ) | const [inline, virtual] |
return name
Implements Dune::VTK::FunctionWriterBase< Cell >.
Referenced by Dune::VTK::NonConformingConnectivityWriter< Cell >::addArray(), and Dune::VTK::NonConformingConnectivityWriter< Cell >::beginWrite().
| virtual unsigned Dune::VTK::NonConformingConnectivityWriter< Cell >::ncomps | ( | ) | const [inline, virtual] |
return number of components of the vector
Implements Dune::VTK::FunctionWriterBase< Cell >.
Referenced by Dune::VTK::NonConformingConnectivityWriter< Cell >::addArray(), and Dune::VTK::NonConformingConnectivityWriter< Cell >::beginWrite().
| virtual void Dune::VTK::FunctionWriterBase< Cell >::write | ( | const Cell & | cell, |
| const Domain & | xl | ||
| ) | [inline, virtual, inherited] |
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.
| virtual void Dune::VTK::NonConformingConnectivityWriter< Cell >::write | ( | const Cell & | cell, |
| unsigned | cornerIndex | ||
| ) | [inline, virtual] |
write at the given corner
Reimplemented from Dune::VTK::FunctionWriterBase< Cell >.
1.7.6.1