wathen_matrix_test


wathen_matrix_test, a C code which calls wathen_matrix(), which compares storage schemes (full, banded, sparse triplet, sparse) and solution strategies (A\x, Linpack, conjugate gradient (CG)) for linear systems involving the Wathen matrix, which can arise when solving a problem using the finite element method (FEM).

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

wathen_matrix, a C code which compares storage schemes (full, banded, sparse triplet) and solution strategies (linpack full, linpack banded, conjugate gradient (CG)) for linear systems involving the Wathen matrix, which can arise when solving a problem using the finite element method (FEM).

Source Code:


Last revised on 22 March 2022.