Jacobi
Documentation for Jacobi Solver
|
Test suite for the Jacobi solver for Laplace equation. More...
Functions | |
double | test_update_small () |
bool | test_boundary_conditions () |
int | main (int argc, char **argv) |
Test suite for the Jacobi solver for Laplace equation.
This file contains a series of unit test for the components of solver of the Laplace equation using Jacobi iterative method on a square grid, given the boundary conditions
bool test_boundary_conditions | ( | ) |
Test routine for the boundary conditions. Checks that both the input buffers in the setBoundayConditions methos have the same values on the boundary
double test_update_small | ( | ) |
Test routine for the update method