MADNESS  0.10.1
Classes | Namespaces | Functions
mraimpl.h File Reference

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>
Include dependency graph for mraimpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  madness::detail::absinplace< T, NDIM >
 
struct  madness::detail::abssquareinplace< T, NDIM >
 
struct  madness::detail::noop< A, B >
 
struct  madness::detail::scaleinplace< T, NDIM >
 
struct  madness::detail::squareinplace< T, NDIM >
 

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< Tmadness::fcube (const Key< NDIM > &, T(*f)(const Vector< double, NDIM > &), const Tensor< double > &)
 
template<typename T , std::size_t NDIM>
Tensor< Tmadness::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...
 

Detailed Description

Declaration and initialization of static data, some implementation, some instantiation.