|
preCICE v3.3.0
|
#include <Eigen/Core>#include <stddef.h>#include <string>#include <vector>#include "acceleration/impl/Preconditioner.hpp"#include "logging/Logger.hpp"Go to the source code of this file.
Classes | |
| class | precice::acceleration::impl::ResidualSumPreconditioner |
| Preconditioner that uses the residuals of all iterations of the current time window summed up to scale the quasi-Newton system. This is somewhat similar to what is done in the Marks and Luke paper. More... | |
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::acceleration |
| contains implementations of acceleration schemes. | |
| namespace | precice::acceleration::impl |