MADNESS 0.10.1
Typedefs | Functions | Variables
writecoeff3.cc File Reference
#include <FunctionIO.h>
#include <iostream>
#include <madness/mra/mra.h>
#include <memory>
Include dependency graph for writecoeff3.cc:

Typedefs

typedef Vector< double, DcoordT
 
typedef double dataT
 
typedef FunctionFactory< dataT, DfactoryT
 
using fio = FunctionIO< double, D >
 
typedef Function< dataT, DfunctionT
 
typedef std::shared_ptr< FunctionFunctorInterface< dataT, D > > functorT
 
typedef Key< DkeyT
 
typedef SeparatedConvolution< dataT, DoperatorT
 

Functions

static dataT f (const coordT &r)
 
int main (int argc, char **argv)
 
void test (World &world)
 

Variables

static const size_t D = 2
 
static const long k = 5
 
static const double L = 4.0
 
static const double thresh = 1e-3
 

Typedef Documentation

◆ coordT

typedef Vector<double, D> coordT

◆ dataT

typedef double dataT

◆ factoryT

◆ fio

using fio = FunctionIO<double, D>

◆ functionT

◆ functorT

typedef std::shared_ptr<FunctionFunctorInterface<dataT, D> > functorT

◆ keyT

typedef Key<D> keyT

◆ operatorT

Function Documentation

◆ f()

static dataT f ( const coordT r)
static

◆ main()

int main ( int  argc,
char **  argv 
)

◆ test()

void test ( World world)

Variable Documentation

◆ D

const size_t D = 2
static

◆ k

const long k = 5
static

Referenced by main().

◆ L

const double L = 4.0
static

Referenced by main().

◆ thresh

const double thresh = 1e-3
static

Referenced by main().