0.6.0
Loading...
Searching...
No Matches
mod_lis_face_interface Module Reference

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.
 

Function/Subroutine Documentation

◆ convert_matrix_to_csr()

subroutine mod_lis_face_interface::convert_matrix_to_csr ( double precision, dimension(:), intent(in) matrix,
type(t_face_ls_map), intent(in) ls_map,
type(t_face_stencil), intent(in) stencil,
intent(out) row_offset,
intent(out) column,
intent(out) coef )
private

Convert the face-based matrix to CSR format.

Parameters
[in]matrixmatrix of the linear system.
[in]ls_maplinear system mapping structure.
[in]stencilstencil of the discretization.
[out]row_offsetrow pointers.
[out]columncolumn indices.
[out]coefcoefficients of the matrix.