preCICE v3.2.0
|
#include "xml/XMLTag.hpp"
#include <Eigen/Core>
#include <utility>
#include "logging/LogMacros.hpp"
#include "utils/String.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 | |
std::string | precice::xml::getName (const XMLTag::Attribute &attribute) |
Returns the name of an Attribute. | |
XMLTag | precice::xml::getRootTag () |
Returns an empty root tag with name "configuration". | |
std::string | precice::xml::configure (XMLTag &tag, const precice::xml::ConfigurationContext &context, std::string_view configurationFilename) |
Configures the given configuration from file configurationFilename. |