|
KASKADE 7 development version
|
Output of mesh and solution for visualization software. More...
#include <string>#include <boost/fusion/include/for_each.hpp>#include <boost/fusion/include/zip_view.hpp>#include <boost/fusion/include/vector.hpp>Go to the source code of this file.
Classes | |
| struct | Kaskade::UnaryTrue |
| struct | Kaskade::IoOptions |
| options for VTK/AMIRA output More... | |
Namespaces | |
| namespace | Kaskade |
Functions | |
| std::string | Kaskade::paddedString (int n, int places=3) |
| creates a zero-padded string representation of the given number More... | |
| template<class GridView , class Writer , class VariableSet , class Filter , class Options > | |
| void | Kaskade::writePartialFile (GridView const &gridView, Writer &writer, VariableSet const &vars, std::string const &filename, Filter const &filter, Options const &options) |
Variables | |
| IoOptions | Kaskade::ioOptions_default |
Output of mesh and solution for visualization software.
This file contains common basis functionality needed to write mesh data and solution data for visualization software,e.g., in
Definition in file iobase.hh.