MADNESS
version 0.9
|
Example Green function for the 3D heat equation. More...
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) |
Example Green function for the 3D heat equation.
typedef FunctionFactory<double,3> factoryT |
typedef std::shared_ptr< FunctionFunctorInterface<double,3> > functorT |
typedef SeparatedConvolution<double,3> operatorT |
typedef Tensor<double> tensorT |
int main | ( | int | argc, |
char ** | argv | ||
) |
References c, SafeMPI::COMM_WORLD, madness::Function< T, NDIM >::err(), madness::WorldGopInterface::fence(), madness::finalize(), G, madness::World::gop, madness::initialize(), k, L, madness::Function< T, NDIM >::norm2(), madness::constants::pi, madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_autorefine(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_refine(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::startup(), thresh, madness::Function< T, NDIM >::trace(), madness::Function< T, NDIM >::truncate(), and uexact().