|
ThunderEgg
1.0.0
|
DFTPatchSolver class. More...
#include <ThunderEgg/Domain.h>#include <ThunderEgg/PatchArray.h>#include <ThunderEgg/PatchOperator.h>#include <ThunderEgg/PatchSolver.h>#include <ThunderEgg/Vector.h>#include <bitset>#include <map>#include <valarray>

Go to the source code of this file.
Classes | |
| class | ThunderEgg::Poisson::DFTPatchSolver< D > |
| Use DFT transforms to solve for the Poisson equation. More... | |
Namespaces | |
| ThunderEgg | |
| The ThunderEgg namespace. | |
| ThunderEgg::Poisson | |
| Classes specific to the Poisson equation. | |
Functions | |
| void | dgemv_ (char &, int &, int &, double &, double *, int &, double *, int &, double &, double *, int &) |
DFTPatchSolver class.