MADNESS  version 0.9
Typedefs | Functions
heat.cc File Reference

Example Green function for the 3D heat equation. More...

#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/constants.h>
Include dependency graph for heat.cc:

Typedefs

typedef Vector< double, 3 > coordT
 
typedef std::shared_ptr
< FunctionFunctorInterface
< double, 3 > > 
functorT
 
typedef Function< double, 3 > functionT
 
typedef FunctionFactory
< double, 3 > 
factoryT
 
typedef SeparatedConvolution
< double, 3 > 
operatorT
 
typedef Tensor< double > tensorT
 

Functions

int main (int argc, char **argv)
 

Detailed Description

Example Green function for the 3D heat equation.

Typedef Documentation

typedef Vector<double,3> coordT
typedef FunctionFactory<double,3> factoryT
typedef Function<double,3> functionT
typedef SeparatedConvolution<double,3> operatorT
typedef Tensor<double> tensorT

Function Documentation

int main ( int  argc,
char **  argv 
)