OPAL (Object Oriented Parallel Accelerator Library)  2024.1
OPAL
Classes | Enumerations | Functions
FieldSolver.h File Reference
#include "AbstractObjects/Definition.h"
#include "Algorithms/PartData.h"
#include "Solvers/PoissonSolver.h"
#include "Amr/AmrObject.h"
#include "Solvers/AmrPoissonSolver.h"
#include <memory>
#include <string>
Include dependency graph for FieldSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PartBunchBase< T, Dim >
 
class  FieldSolver
 

Enumerations

enum  FieldSolverType : short {
  FieldSolverType::NONE = -1, FieldSolverType::FFT, FieldSolverType::FFTBOX, FieldSolverType::SAAMG,
  FieldSolverType::P3M, FieldSolverType::FMG, FieldSolverType::ML, FieldSolverType::AMRMG,
  FieldSolverType::HYPRE, FieldSolverType::HPGMG
}
 

Functions

Informoperator<< (Inform &os, const FieldSolver &fs)
 

Enumeration Type Documentation

enum FieldSolverType : short
strong
Enumerator
NONE 
FFT 
FFTBOX 
SAAMG 
P3M 
FMG 
ML 
AMRMG 
HYPRE 
HPGMG 

Definition at line 38 of file FieldSolver.h.

Function Documentation

Inform& operator<< ( Inform os,
const FieldSolver fs 
)
inline

Definition at line 169 of file FieldSolver.h.

References FieldSolver::printInfo().

Here is the call graph for this function: