MADNESS  version 0.9
Macros | Typedefs | Functions
lineplot.cc File Reference
#include <madness/mra/mra.h>
#include <madness/world/parar.h>
#include <madness/constants.h>
#include <madness/tensor/vmath.h>
#include <madness/mra/lbdeux.h>
#include <complex>
Include dependency graph for lineplot.cc:

Macros

#define PRINT(str)   if(world.rank()==0) std::cout << str
 
#define PRINTLINE(str)   if(world.rank()==0) std::cout << str << std::endl
 

Typedefs

typedef std::complex< double > double_complex
 
typedef Function
< double_complex, 3 > 
complex_functionT
 
typedef Vector< double, 3 > coordT
 

Functions

const char * wave_function_filename (int step)
 
bool wave_function_exists (World &world, int step)
 
complex_functionT wave_function_load (World &world, int step)
 
void line_plot (World &world, int step, complex_functionT &psi)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define PRINT (   str)    if(world.rank()==0) std::cout << str
#define PRINTLINE (   str)    if(world.rank()==0) std::cout << str << std::endl

Typedef Documentation

typedef Vector<double,3> coordT
typedef std::complex<double> double_complex

Function Documentation

void line_plot ( World world,
int  step,
complex_functionT psi 
)
int main ( int  argc,
char **  argv 
)
bool wave_function_exists ( World world,
int  step 
)

References wave_function_filename().

Referenced by main().

const char* wave_function_filename ( int  step)
complex_functionT wave_function_load ( World world,
int  step 
)

References psi(), and wave_function_filename().

Referenced by main().