20#ifndef DAMARIS_OUTPUT_MODULE_HPP
21#define DAMARIS_OUTPUT_MODULE_HPP
23#include <opm/simulators/utils/ParallelCommunication.hpp>
38std::string initDamarisXmlFile();
47 const std::map<std::string, std::string>& find_replace_map);
Below are the Damaris Keywords supported by Damaris to be filled in the built-in XML file.
Definition DamarisWriter.cpp:39
void initializeDamaris(const Parallel::Communication comm, const int mpiRank, const std::map< std::string, std::string > &find_replace_map)
Initialize Damaris by either reading a file specified by the environment variable FLOW_DAMARIS_XML_FI...
Definition DamarisOutputModule.cpp:44