|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include "Expression/IpplOperations.h"Go to the source code of this file.
Namespaces | |
| namespace | ippl |
Macros | |
| #define | IPPL_SOLVER_OPERATOR_WRAPPER(fun, type) |
Functions | |
| template<typename Field, typename Functor> | |
| double | ippl::powermethod (Functor &&f, Field &x_0, unsigned int max_iter=5000, double tol=1e-3) |
| template<typename Field, typename Functor> | |
| double | ippl::adapted_powermethod (Functor &&f, Field &x_0, double lambda_max, unsigned int max_iter=5000, double tol=1e-3) |
| #define IPPL_SOLVER_OPERATOR_WRAPPER | ( | fun, | |
| type ) |
Definition at line 15 of file Preconditioner.h.
Referenced by ippl::PoissonCG< Field< T, Dim >, Field_t< Dim > >::setSolver(), and ippl::PoissonCG< Field< T, Dim >, Field_t< Dim > >::solve().