MADNESS 0.10.1
Classes | Typedefs | Functions | Variables
writecoeff.cc File Reference
#include <complex>
#include <memory>
#include <madness/mra/mra.h>
#include <madness/world/worldmutex.h>
Include dependency graph for writecoeff.cc:

Classes

class  WriteCoeff< T, D >
 
class  WriteCoeffImpl< T, D >
 

Typedefs

typedef Function< std::complex< double >, DcfunctionT
 
typedef Vector< double, DcoordT
 
typedef FunctionFactory< std::complex< double >, DfactoryT
 
typedef std::shared_ptr< FunctionFunctorInterface< std::complex< double >, D > > functorT
 
typedef SeparatedConvolution< std::complex< double >, DoperatorT
 

Functions

static std::complex< double > f (const coordT &r)
 
int main (int argc, char **argv)
 

Variables

static const size_t D = 2
 
static const long k = 3
 
static const double L = 32.0*R
 
static const double R = 1.4
 
static const double thresh = 1e-3
 

Typedef Documentation

◆ cfunctionT

typedef Function<std::complex<double>,D> cfunctionT

◆ coordT

typedef Vector<double,D> coordT

◆ factoryT

typedef FunctionFactory<std::complex<double>,D> factoryT

◆ functorT

typedef std::shared_ptr< FunctionFunctorInterface<std::complex<double>,D> > functorT

◆ operatorT

typedef SeparatedConvolution<std::complex<double>,D> operatorT

Function Documentation

◆ f()

static std::complex< double > f ( const coordT r)
static

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ D

const size_t D = 2
static

◆ k

const long k = 3
static

Referenced by main().

◆ L

const double L = 32.0*R
static

Referenced by main().

◆ R

const double R = 1.4
static

◆ thresh

const double thresh = 1e-3
static

Referenced by main().