|
MADNESS 0.10.1
|
#include "../Perturbations.hpp"#include "../ResponseProtocol.hpp"#include "../solvers/fd_save_load.hpp"#include <madness/mra/mra.h>#include <madness/world/MADworld.h>#include <cmath>#include <cstdio>#include <filesystem>#include <string>
Macros | |
| #define | EXPECT(cond, msg) |
Functions | |
| static double | gauss0 (const coord_3d &r) |
| static double | gauss1 (const coord_3d &r) |
| int | main (int argc, char **argv) |
Variables | |
| static int | n_fail = 0 |
| #define EXPECT | ( | cond, | |
| msg | |||
| ) |
|
static |
Referenced by main(), test_arithmetic(), and test_inner().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References std::abs(), madness::dir, e(), EXPECT, madness::WorldGopInterface::fence(), madness::finalize(), gauss0(), gauss1(), madness::World::gop, madness::initialize(), madness::inner(), n_fail, madness::print(), madness::World::rank(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::startup(), and v.
|
static |
Referenced by main().