MADNESS
0.10.1
|
Classes | |
class | NuclearChargeDensityOp< T, NDIM > |
Macros | |
#define | TO_STRING(s) TO_STRING2(s) |
#define | TO_STRING2(s) #s |
Typedefs | |
typedef Vector< double, 3 > | coordT |
Functions | |
int | main (int argc, char **argv) |
double | psi_func_hydro (const Vector< double, 3 > &r) |
static double | rho_func_hydro (const coordT &rr) |
void | test_hydro (World &world) |
Variables | |
const double | PI = 3.1415926535897932384 |
#define TO_STRING | ( | s | ) | TO_STRING2(s) |
#define TO_STRING2 | ( | s | ) | #s |
int main | ( | int | argc, |
char ** | argv | ||
) |
References SafeMPI::COMM_WORLD, madness::cpu_frequency(), e(), madness::error(), madness::WorldGopInterface::fence(), SafeMPI::Finalize(), madness::BaseTensor::get_instance_count(), madness::World::gop, SafeMPI::Init(), madness::print(), madness::World::rank(), madness::World::size(), madness::startup(), test_hydro(), and TO_STRING.
double psi_func_hydro | ( | const Vector< double, 3 > & | r | ) |
Referenced by test_hydro().
|
static |
References c.
Referenced by test_hydro().
void test_hydro | ( | World & | world | ) |
References e(), madness::FunctionFactory< T, NDIM >::f(), SafeMPI::Finalize(), madness::func(), madness::EigSolver< T, NDIM >::get_eig(), madness::EigSolver< T, NDIM >::get_phi(), madness::FunctionFactory< T, NDIM >::initial_level(), L, madness::print(), psi(), psi_func_hydro(), madness::World::rank(), rho_func_hydro(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::EigSolver< T, NDIM >::solve(), thresh, madness::FunctionFactory< T, NDIM >::thresh(), madness::Function< T, NDIM >::trace(), and madness::Function< T, NDIM >::truncate().
Referenced by main().
const double PI = 3.1415926535897932384 |