MADNESS
version 0.9
|
#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/mra/funcplot.h>
#include <madness/mra/lbdeux.h>
#include <iostream>
Functions | |
template<size_t NDIM> | |
void | load_function (World &world, Function< double, NDIM > &pair, const std::string name) |
template<size_t NDIM> | |
void | save_function (World &world, Function< double, NDIM > &pair, const std::string name) |
template<size_t NDIM> | |
void | draw_line (World &world, Function< double, NDIM > &pair, const std::string restart_name) |
template<size_t NDIM> | |
void | draw_circle (World &world, Function< double, NDIM > &pair, const std::string restart_name) |
int | main (int argc, char **argv) |
void draw_circle | ( | World & | world, |
Function< double, NDIM > & | pair, | ||
const std::string | restart_name | ||
) |
void draw_line | ( | World & | world, |
Function< double, NDIM > & | pair, | ||
const std::string | restart_name | ||
) |
References madness::trajectory< NDIM >::line2().
Referenced by main().
void load_function | ( | World & | world, |
Function< double, NDIM > & | pair, | ||
const std::string | name | ||
) |
References madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_k(), and madness::FunctionDefaults< NDIM >::set_thresh().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
References madness::arg(), SafeMPI::COMM_WORLD, draw_line(), madness::f, madness::WorldGopInterface::fence(), madness::World::gop, madness::initialize(), L, load_function(), MADNESS_EXCEPTION, NDIM, madness::plot_plane(), madness::position_stream(), madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_tensor_type(), madness::World::size(), madness::startup(), and madness::TT_FULL.
void save_function | ( | World & | world, |
Function< double, NDIM > & | pair, | ||
const std::string | name | ||
) |
References madness::print(), and madness::World::rank().