|
| template<typename DGF , typename TreePath > |
| void | add_to_vtk_writer (const shared_ptr< DGF > &dgf, TreePath tp) |
| |
| template<typename LFS , typename TreePath > |
| void | add_vector_solution (const LFS &lfs, TreePath tp, VectorGridFunctionSpaceTag tag) |
| | Tag dispatch-based switch that creates a vector-valued function for a VectorGridFunctionSpace. More...
|
| |
| template<typename LFS , typename TreePath > |
| void | add_vector_solution (const LFS &lfs, TreePath tp, GridFunctionSpaceTag tag) |
| | Tag dispatch-based switch that creates a vector-valued function for a VectorGridFunctionSpace. More...
|
| |
| template<typename LFS , typename TreePath > |
| std::enable_if< !std::is_same< typename LFS::Traits::GridFunctionSpace::Traits::GridView, typename vtk_writer_traits< VTKWriter >::GridView >::value >::type | post (const LFS &lfs, TreePath tp) |
| |
| template<typename LFS , typename TreePath > |
| std::enable_if< !std::is_same< typename LFS::Traits::GridFunctionSpace::Traits::GridView, typename vtk_writer_traits< VTKWriter >::GridView >::value >::type | leaf (const LFS &lfs, TreePath tp) |
| |
| template<typename LFS , typename TreePath > |
| std::enable_if< std::is_same< typename LFS::Traits::GridFunctionSpace::Traits::GridView, typename vtk_writer_traits< VTKWriter >::GridView >::value >::type | post (const LFS &lfs, TreePath tp) |
| | Handle VectorGridFunctionSpace components in here. More...
|
| |
| template<typename LFS , typename TreePath > |
| std::enable_if< std::is_same< typename LFS::Traits::GridFunctionSpace::Traits::GridView, typename vtk_writer_traits< VTKWriter >::GridView >::value >::type | leaf (const LFS &lfs, TreePath tp) |
| | Create a standard leaf function for leaf GridFunctionSpaces. More...
|
| |
| | add_solution_to_vtk_writer_visitor (VTKWriter &vtk_writer_, shared_ptr< Data > data_, const NameGenerator &name_generator_, const typename Data::Predicate &predicate_) |
| |