A vtk file reader using tinyxml2 as xml backend. More...
#include <iostream>
#include <iterator>
#include <algorithm>
#include <memory>
#include <type_traits>
#include <unordered_map>
#include <utility>
#include <filesystem>
#include <dune/common/parallel/mpihelper.hh>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/capabilities.hh>
#include <dune/grid/io/file/vtk/common.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dumux/io/container.hh>
#include <dumux/io/xml/tinyxml2.h>
Go to the source code of this file.
Classes | |
class | Dumux::VTKReader |
A vtk file reader using tinyxml2 as xml backend. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Detail |
Distance implementation details. | |
namespace | Dumux::Detail::VTKReader |
Functions | |
const tinyxml2::XMLElement * | Dumux::Detail::VTKReader::getPieceNode (const tinyxml2::XMLDocument &doc, const std::string &fileName) |
Get the piece node an xml document. More... | |
std::string | Dumux::Detail::VTKReader::getProcessPieceFileName (const std::string &pvtkFileName) |
get the vtk filename for the current processor More... | |