preCICE v3.1.2
|
#include "xml/XMLTag.hpp"
#include <Eigen/Core>
#include <ostream>
#include <utility>
#include "logging/LogMacros.hpp"
#include "utils/Helpers.hpp"
#include "utils/assertion.hpp"
#include "xml/ConfigParser.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::xml |
contains the XML configuration parser. | |
Functions | |
XMLTag | precice::xml::getRootTag () |
Returns an XMLTag::Listener that does nothing on callbacks. | |
void | precice::xml::configure (XMLTag &tag, const precice::xml::ConfigurationContext &context, std::string_view configurationFilename) |
Configures the given configuration from file configurationFilename. | |