OPAL (Object Oriented Parallel Accelerator Library) 2022.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  FieldSolver
 

Enumerations

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

Functions

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

Enumeration Type Documentation

◆ FieldSolverType

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

Definition at line 38 of file FieldSolver.h.

Function Documentation

◆ operator<<()

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

Definition at line 169 of file FieldSolver.h.

References Hypervolume::fs.