MADNESS
0.10.1
|
Provides FunctionDefaults and utilities for coordinate transformation. More...
#include <madness/world/MADworld.h>
#include <madness/world/vector.h>
#include <madness/world/worlddc.h>
#include <madness/tensor/tensor.h>
#include <madness/tensor/gentensor.h>
#include <madness/mra/key.h>
Go to the source code of this file.
Classes | |
class | madness::BoundaryConditions< NDIM > |
This class is used to specify boundary conditions for all operators. More... | |
class | madness::FunctionDefaults< NDIM > |
FunctionDefaults holds default paramaters as static class members. More... | |
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
template<std::size_t NDIM = 1> | |
std::ostream & | madness::operator<< (std::ostream &os, const TreeState treestate) |
template<std::size_t NDIM> | |
static std::ostream & | madness::operator<< (std::ostream &s, const BoundaryConditions< NDIM > &bc) |
template<std::size_t NDIM> | |
static void | madness::sim_to_user (const Vector< double, NDIM > &xsim, Vector< double, NDIM > &xuser) |
Convert simulation coords ([0,1]^ndim) to user coords (FunctionDefaults<NDIM>::get_cell()) More... | |
template<typename T , std::size_t NDIM> | |
static Key< NDIM > | madness::simpt2key (const Vector< T, NDIM > &pt, Level n) |
template<std::size_t NDIM> | |
static void | madness::user_to_sim (const Vector< double, NDIM > &xuser, Vector< double, NDIM > &xsim) |
Convert user coords (cell[][]) to simulation coords ([0,1]^ndim) More... | |
Variables | |
static const int | madness::MAXK = 30 |
The maximum wavelet order presently supported. More... | |
static const int | madness::MAXLEVEL = 8*sizeof(Translation)-2 |
The maximum depth of refinement possible. More... | |
Provides FunctionDefaults and utilities for coordinate transformation.