MADNESS  version 0.9
Functions
tiny.cc File Reference
#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <madness/mra/funcplot.h>
#include <madness/mra/lbdeux.h>
#include <iostream>
Include dependency graph for tiny.cc:

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)
 

Function Documentation

template<size_t NDIM>
void draw_circle ( World world,
Function< double, NDIM > &  pair,
const std::string  restart_name 
)
template<size_t NDIM>
void draw_line ( World world,
Function< double, NDIM > &  pair,
const std::string  restart_name 
)

References madness::trajectory< NDIM >::line2().

Referenced by main().

template<size_t NDIM>
void load_function ( World world,
Function< double, NDIM > &  pair,
const std::string  name 
)
int main ( int  argc,
char **  argv 
)
template<size_t NDIM>
void save_function ( World world,
Function< double, NDIM > &  pair,
const std::string  name 
)