preCICE v3.1.2
|
#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::ConstantPreconditioner |
Preconditioner that uses the constant user-defined factors to scale the quasi-Newton system. More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::acceleration |
contains implementations of acceleration schemes. | |
namespace | precice::acceleration::impl |