|
preCICE v3.3.0
|
#include "precice/Tooling.hpp"#include "fmt/color.h"#include "precice/config/Configuration.hpp"#include "precice/impl/versions.hpp"#include "utils/Parallel.hpp"#include "utils/Petsc.hpp"#include "utils/fmt.hpp"#include "xml/Printer.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::tooling |
| Contains the preCICE tooling API. | |
Functions | |
| void | precice::tooling::printConfigReference (std::ostream &out, ConfigReferenceType reftype) |
| Generates a configuration reference. | |
| void | precice::tooling::checkConfiguration (const std::string &filename, const std::string &participant, int size) |
| Checks a given configuration. | |
| std::string | precice::getVersionInformation () |
| Returns information on the version of preCICE. | |