Defines | |
| #define | MODULE_ID "XSH_FLUX" |
Functions | |
| static double | derivative_x (const double a1, const double a2, const double x) |
| static double | derivative_y (const double a1, const double a2, const double y) |
| int | main (void) |
Variables | |
| static const double | poly0_coeff [] |
| static const double | poly1_coeff [] |
| #define MODULE_ID "XSH_FLUX" |
Definition at line 59 of file test-xsh_flux.c.
| static double derivative_x | ( | const double | a1, | |
| const double | a2, | |||
| const double | x | |||
| ) | [static] |
Definition at line 64 of file test-xsh_flux.c.
Referenced by main().
| static double derivative_y | ( | const double | a1, | |
| const double | a2, | |||
| const double | y | |||
| ) | [static] |
Definition at line 71 of file test-xsh_flux.c.
Referenced by main().
| int main | ( | void | ) |
Definition at line 77 of file test-xsh_flux.c.
References check, derivative_x(), derivative_y(), MODULE_ID, nx, ny, poly0_coeff, TESTS_INIT, xsh_error_dump, xsh_free_image(), xsh_free_polynomial(), xsh_free_vector(), and xsh_msg.
const double poly0_coeff[] [static] |
{
-256., 1., 0.001 }
Definition at line 52 of file test-xsh_flux.c.
Referenced by main().
const double poly1_coeff[] [static] |
{
-256., 1., 0.001 }
Definition at line 54 of file test-xsh_flux.c.
1.6.1