Go to the source code of this file.
|
template<class GridView , class = std::void_t<typename GridView::IndexSet>> |
| Dune::VtkUnstructuredGridWriter (GridView const &, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkUnstructuredGridWriter< GridView, Vtk::ContinuousDataCollector< GridView >> |
|
template<class DataCollector , class = std::void_t<typename DataCollector::GridView>> |
| Dune::VtkUnstructuredGridWriter (DataCollector &, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkUnstructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|
template<class DataCollector , class = std::void_t<typename DataCollector::GridView>> |
| Dune::VtkUnstructuredGridWriter (std::shared_ptr< DataCollector >, Vtk::FormatTypes=Vtk::FormatTypes::BINARY, Vtk::DataTypes=Vtk::DataTypes::FLOAT32) -> VtkUnstructuredGridWriter< typename DataCollector::GridView, DataCollector > |
|