MADNESS 0.10.1
|
Typedefs | |
typedef Vector< double, D > | coordT |
typedef double | dataT |
typedef FunctionFactory< dataT, D > | factoryT |
using | fio = FunctionIO< double, D > |
typedef Function< dataT, D > | functionT |
typedef std::shared_ptr< FunctionFunctorInterface< dataT, D > > | functorT |
typedef Key< D > | keyT |
typedef SeparatedConvolution< dataT, D > | operatorT |
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 double dataT |
typedef FunctionFactory<dataT, D> factoryT |
using fio = FunctionIO<double, D> |
typedef std::shared_ptr<FunctionFunctorInterface<dataT, D> > functorT |
typedef SeparatedConvolution<dataT, D> operatorT |
References madness::Vector< T, N >::normf(), and R.
int main | ( | int | argc, |
char ** | argv | ||
) |
References madness::WorldGopInterface::fence(), madness::finalize(), madness::World::gop, madness::initialize(), L, madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_initial_level(), madness::FunctionDefaults< NDIM >::set_truncate_mode(), madness::startup(), and test().
void test | ( | World & | world | ) |
|
static |
|
static |
|
static |
Referenced by main().
|
static |