version 3.11-dev
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dumux::Detail::VTKReader Namespace Reference

Functions

const tinyxml2::XMLElement * getPieceNode (const tinyxml2::XMLDocument &doc, const std::string &fileName)
 Get the piece node an xml document. More...
 
std::string getProcessPieceFileName (const std::string &pvtkFileName)
 get the vtk filename for the current processor More...
 

Function Documentation

◆ getPieceNode()

const tinyxml2::XMLElement * Dumux::Detail::VTKReader::getPieceNode ( const tinyxml2::XMLDocument &  doc,
const std::string &  fileName 
)
Note
Returns nullptr if the piece node wasn't found
Parameters
docan xml document
fileNamea file name the doc was created from

◆ getProcessPieceFileName()

std::string Dumux::Detail::VTKReader::getProcessPieceFileName ( const std::string &  pvtkFileName)