#include <vector>
#include <sstream>
#include <dune/common/exceptions.hh>
#include <dune/geometry/typeindex.hh>
#include <dune/localfunctions/common/interfaceswitch.hh>
#include <dune/typetree/visitor.hh>
#include <dune/typetree/traversal.hh>
#include <dune/pdelab/common/function.hh>
#include <dune/pdelab/common/vtkexport.hh>
#include <dune/pdelab/gridfunctionspace/localfunctionspace.hh>
#include <dune/pdelab/gridfunctionspace/lfsindexcache.hh>
#include <dune/pdelab/gridfunctionspace/localvector.hh>
Go to the source code of this file.
|
class | Dune::VTKWriter< GV > |
|
class | Dune::SubsamplingVTKWriter< GV > |
|
class | Dune::VTKSequenceWriter< GV > |
|
class | Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data > |
|
class | Dune::PDELab::vtk::DGFTreeVectorFunction< LFS, Data > |
|
struct | Dune::PDELab::vtk::OutputCollector< VTKWriter, Data_ > |
|
class | Dune::PDELab::vtk::DGFTreeCommonData< GFS, X, Pred > |
| Helper class for common data of a DGFTree. More...
|
|
class | Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data > |
|
class | Dune::PDELab::vtk::DGFTreeVectorFunction< LFS, Data > |
|
class | Dune::PDELab::vtk::DefaultFunctionNameGenerator |
|
struct | Dune::PDELab::vtk::add_solution_to_vtk_writer_visitor< VTKWriter, Data, NameGenerator > |
|
struct | Dune::PDELab::vtk::add_solution_to_vtk_writer_visitor< VTKWriter, Data, NameGenerator >::VisitChild< LFS, Child, TreePath > |
|
struct | Dune::PDELab::vtk::DefaultPredicate |
|
struct | Dune::PDELab::vtk::OutputCollector< VTKWriter, Data_ > |
|
|
DefaultFunctionNameGenerator | Dune::PDELab::vtk::defaultNameScheme () |
|
template<typename VTKWriter , typename GFS , typename X , typename NameGenerator = vtk::DefaultFunctionNameGenerator, typename Predicate = vtk::DefaultPredicate> |
vtk::OutputCollector< VTKWriter, vtk::DGFTreeCommonData< GFS, X, Predicate > > | Dune::PDELab::addSolutionToVTKWriter (VTKWriter &vtk_writer, const GFS &gfs, const X &x, const NameGenerator &name_generator=vtk::defaultNameScheme(), const Predicate &predicate=Predicate()) |
|