preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Namespaces
ResidualSumPreconditioner.hpp File Reference
#include <Eigen/Core>
#include <stddef.h>
#include <string>
#include <vector>
#include "acceleration/impl/Preconditioner.hpp"
#include "logging/Logger.hpp"
Include dependency graph for ResidualSumPreconditioner.hpp:
This graph shows which files directly or indirectly include this file:

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