preCICE v3.1.2
|
#include <Eigen/Core>
#include <iomanip>
#include <limits>
#include <math.h>
#include <ostream>
#include <string>
#include "../CouplingData.hpp"
#include "ConvergenceMeasure.hpp"
#include "logging/Logger.hpp"
#include "math/differences.hpp"
#include "math/math.hpp"
#include "utils/IntraComm.hpp"
Go to the source code of this file.
Classes | |
class | precice::cplscheme::impl::AbsoluteOrRelativeConvergenceMeasure |
Measures the convergence from an old data set to a new one. More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::cplscheme |
contains implementations of coupling schemes for coupled simulations. | |
namespace | precice::cplscheme::tests |
namespace | precice::cplscheme::impl |