testing for diff() in 1D
More...
◆ coordT
◆ factoryT
◆ functionT
◆ tensorT
◆ compare()
◆ du_exact()
static double du_exact |
( |
const coordT & |
pt | ) |
|
|
static |
◆ left_dirichlet()
static double left_dirichlet |
( |
const coordT & |
pt | ) |
|
|
static |
◆ left_neumann()
static double left_neumann |
( |
const coordT & |
pt | ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
References madness::BC_DIRICHLET, madness::BC_FREE, madness::BC_NEUMANN, SafeMPI::COMM_WORLD, compare(), du_exact(), madness::WorldGopInterface::fence(), madness::finalize(), madness::World::gop, init_lev, madness::initialize(), k, left_dirichlet(), left_neumann(), right_dirichlet(), right_neumann(), madness::FunctionDefaults< NDIM >::set_autorefine(), madness::FunctionDefaults< NDIM >::set_cubic_cell(), madness::FunctionDefaults< NDIM >::set_initial_level(), madness::FunctionDefaults< NDIM >::set_k(), madness::FunctionDefaults< NDIM >::set_refine(), madness::FunctionDefaults< NDIM >::set_thresh(), madness::startup(), test_axis, thresh, u(), and u_exact().
◆ right_dirichlet()
static double right_dirichlet |
( |
const coordT & |
pt | ) |
|
|
static |
◆ right_neumann()
static double right_neumann |
( |
const coordT & |
pt | ) |
|
|
static |
◆ sech()
double sech |
( |
double |
val | ) |
|
◆ u_exact()
static double u_exact |
( |
const coordT & |
pt | ) |
|
|
static |
◆ init_lev
◆ test_axis
◆ thresh
const double thresh = 1.e-7 |
|
static |