ThunderEgg  1.0.0
DFTPatchSolver.h File Reference

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>
Include dependency graph for DFTPatchSolver.h:
This graph shows which files directly or indirectly include this file:

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 &)
 

Detailed Description

DFTPatchSolver class.