IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
PoissonCG.h File Reference
#include "LaplaceHelpers.h"
#include "LinearSolvers/PCG.h"
#include "Poisson.h"
Include dependency graph for PoissonCG.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ippl::PoissonCG< FieldLHS, FieldRHS >

Namespaces

namespace  ippl

Macros

#define IPPL_SOLVER_OPERATOR_WRAPPER(fun, type)

Macro Definition Documentation

◆ IPPL_SOLVER_OPERATOR_WRAPPER

#define IPPL_SOLVER_OPERATOR_WRAPPER ( fun,
type )
Value:
[](type arg) { \
return fun(arg); \
}

Definition at line 17 of file PoissonCG.h.