testing for diff() in 2D
More...
#include <madness/mra/mra.h>
#include <string>
◆ coordT
◆ factoryT
◆ functionT
◆ tensorT
◆ compare()
◆ dudx_exact()
static double dudx_exact |
( |
const coordT & |
pt | ) |
|
|
static |
◆ dudy_exact()
static double dudy_exact |
( |
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(), dudx_exact(), dudy_exact(), madness::WorldGopInterface::fence(), madness::finalize(), madness::World::gop, init_lev, madness::initialize(), k, Length, 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(), u_exact(), xleft_dirichlet(), xleft_neumann(), xright_dirichlet(), xright_neumann(), yleft_dirichlet(), yleft_neumann(), yright_dirichlet(), and yright_neumann().
◆ u_exact()
static double u_exact |
( |
const coordT & |
pt | ) |
|
|
static |
◆ xleft_dirichlet()
static double xleft_dirichlet |
( |
const coordT & |
pt | ) |
|
|
static |
◆ xleft_neumann()
static double xleft_neumann |
( |
const coordT & |
pt | ) |
|
|
static |
◆ xright_dirichlet()
static double xright_dirichlet |
( |
const coordT & |
pt | ) |
|
|
static |
◆ xright_neumann()
static double xright_neumann |
( |
const coordT & |
pt | ) |
|
|
static |
◆ yleft_dirichlet()
static double yleft_dirichlet |
( |
const coordT & |
pt | ) |
|
|
static |
◆ yleft_neumann()
static double yleft_neumann |
( |
const coordT & |
pt | ) |
|
|
static |
◆ yright_dirichlet()
static double yright_dirichlet |
( |
const coordT & |
pt | ) |
|
|
static |
◆ yright_neumann()
static double yright_neumann |
( |
const coordT & |
pt | ) |
|
|
static |
◆ init_lev
◆ Length
◆ test_axis
◆ thresh
const double thresh = 1.e-7 |
|
static |