AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
test.h
1#ifndef _H_TEST_
2#define _H_TEST_
3
4
5int test_jacobian(int npx, int npy, double xmin, double xmax, double ymin, double ymax);
6int test_la(void);
7int test_newton(int npx, int npy, double xmin, double xmax, double ymin, double ymax);
8int test_residual(int npx, int npy, double xmin, double xmax, double ymin, double ymax);
9int test_sw2_nb(int nt);
10int test_sw2_wd(int npx, int npy, int nt);
11int test_timeloop(int npx, int npy, int nt);
12int test_grid_read_partition(int npx, int npy, int nt);
13int run_tests(void);
14
15#endif
int run_tests(void)
This function calls all engine tests.
Definition: run_tests.c:17