OPALX (Object Oriented Parallel Accelerator Library for Exascale) MINIorX
OPALX
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
 Implementations for FFT constructor/destructor and transforms.
 

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.