MADNESS  0.10.1
Classes | Typedefs | Functions
testbc.cc File Reference
#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/tensor/solvers.h>
#include <madness/constants.h>
Include dependency graph for testbc.cc:

Classes

class  DSphere
 Functor representing the log-derivative of $\epsilon$ along an axis. More...
 
class  Sphere
 

Typedefs

typedef Vector< double, 3 > coordT
 
typedef FunctionFactory< double, 3 > factoryT
 
typedef Function< double, 3 > functionT
 
typedef std::shared_ptr< FunctionFunctorInterface< double, 3 > > functorT
 
typedef SeparatedConvolution< double, 3 > operatorT
 
typedef std::pair< vecfuncT, vecfuncTpairvecfuncT
 
typedef std::shared_ptr< WorldDCPmapInterface< Key< 3 > > > pmapT
 
typedef std::shared_ptr< operatorTpoperatorT
 
typedef std::vector< pairvecfuncTsubspaceT
 
typedef Tensor< double > tensorT
 
typedef std::vector< functionTvecfuncT
 

Functions

int main (int argc, char **argv)
 

Typedef Documentation

◆ coordT

typedef Vector<double,3> coordT

◆ factoryT

typedef FunctionFactory<double,3> factoryT

◆ functionT

typedef Function<double,3> functionT

◆ functorT

typedef std::shared_ptr< FunctionFunctorInterface<double,3> > functorT

◆ operatorT

typedef SeparatedConvolution<double,3> operatorT

◆ pairvecfuncT

typedef std::pair<vecfuncT,vecfuncT> pairvecfuncT

◆ pmapT

typedef std::shared_ptr< WorldDCPmapInterface< Key<3> > > pmapT

◆ poperatorT

typedef std::shared_ptr<operatorT> poperatorT

◆ subspaceT

typedef std::vector<pairvecfuncT> subspaceT

◆ tensorT

typedef Tensor<double> tensorT

◆ vecfuncT

typedef std::vector<functionT> vecfuncT

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)