MADNESS
0.10.1
|
Declaration and initialization of static data, some implementation, some instantiation. More...
#include <memory>
#include <math.h>
#include <cmath>
#include <madness/world/world_object.h>
#include <madness/world/worlddc.h>
#include <madness/world/worldhashmap.h>
#include <madness/mra/function_common_data.h>
#include <madness/mra/funcimpl.h>
#include <madness/mra/displacements.h>
Go to the source code of this file.
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
madness::detail | |
std | |
Functions | |
static void | madness::dxprintvalue (FILE *f, const double t) |
static void | madness::dxprintvalue (FILE *f, const double_complex &t) |
static bool | madness::enforce_bc (bool is_periodic, Level n, Translation &l) |
template<typename T , std::size_t NDIM> | |
Tensor< T > | madness::fcube (const Key< NDIM > &, T(*f)(const Vector< double, NDIM > &), const Tensor< double > &) |
template<typename T , std::size_t NDIM> | |
Tensor< T > | madness::fcube (const Key< NDIM > &key, const FunctionFunctorInterface< T, NDIM > &f, const Tensor< double > &qx) |
template<typename T , std::size_t NDIM> | |
void | madness::fcube (const Key< NDIM > &key, const FunctionFunctorInterface< T, NDIM > &f, const Tensor< double > &qx, Tensor< T > &fval) |
forward declaration More... | |
template<typename T > | |
bool | std::isnan (const std::complex< T > &v) |
template<typename T , std::size_t NDIM> | |
void | madness::plotdx (const Function< T, NDIM > &f, const char *filename, const Tensor< double > &cell=FunctionDefaults< NDIM >::get_cell(), const std::vector< long > &npt=std::vector< long >(NDIM, 201L), bool binary=true) |
Writes an OpenDX format file with a cube/slice of points on a uniform grid. More... | |
Declaration and initialization of static data, some implementation, some instantiation.