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 | |
namespace | madness |
Namespace for all elements and tools of MADNESS. | |
namespace | madness::detail |
namespace | 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) |
static bool | madness::enforce_in_volume (Level n, const 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 | |
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. | |
Declaration and initialization of static data, some implementation, some instantiation.