|
KASKADE 7 development version
|
Output of mesh and solution for visualization software. More...
#include <string>#include <iostream>#include <fstream>#include "io/iobase.hh"#include <boost/fusion/include/for_each.hpp>#include <boost/fusion/include/zip_view.hpp>#include <boost/fusion/include/vector.hpp>#include "utilities/enums.hh"#include "fem/assemble.hh"#include "fem/spaces.hh"#include "io/vtk.hh"#include "io/matlab.hh"#include "io/amirameshreader.hh"#include "io/amiramesh.hh"#include "io/dune/amirameshwriter.hh"Go to the source code of this file.
Classes | |
| class | Kaskade::MaterialAmiraMeshWriter< GridType > |
Namespaces | |
| namespace | Kaskade |
Macros | |
| #define | HAVE_AMIRAMESH 1 |
Functions | |
| template<class GridView > | |
| void | Kaskade::copyHeader (GridView const &gridView, std::string const &file_in, std::string const &file_out) |
| template<class GridView , class VariableSet > | |
| void | Kaskade::writeAMIRAFile (GridView const &gridView, VariableSet const &vars, std::string file_out, IoOptions options=ioOptions_default, Dune::BlockVector< Dune::FieldVector< double, 1 > > materialData=Dune::BlockVector< Dune::FieldVector< double, 1 > >(), std::string file_in="") |
Output of mesh and solution for visualization software.
This file contains functionality needed to write mesh data and solution data for Amira.
Definition in file amira.hh.