preCICE v3.1.2
|
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 | |
void | precice::xml::readValueSpecific (const std::string &rawValue, double &value) |
void | precice::xml::readValueSpecific (const std::string &rawValue, int &value) |
void | precice::xml::readValueSpecific (const std::string &rawValue, std::string &value) |
void | precice::xml::readValueSpecific (const std::string &rawValue, bool &value) |
void | precice::xml::readValueSpecific (const std::string &rawValue, Eigen::VectorXd &value) |