Functions/Subroutines | |
| subroutine, public | lis_face_interface (matrix, solution, rhs, solver, stencil, ls_map) |
| LIS solver interface for a face-based linear system. | |
| subroutine | convert_matrix_to_csr (matrix, ls_map, stencil, row_offset, column, coef) |
| Convert the face-based matrix to CSR format. | |
|
private |
Convert the face-based matrix to CSR format.
| [in] | matrix | matrix of the linear system. |
| [in] | ls_map | linear system mapping structure. |
| [in] | stencil | stencil of the discretization. |
| [out] | row_offset | row pointers. |
| [out] | column | column indices. |
| [out] | coef | coefficients of the matrix. |