Functions/Subroutines | |
| subroutine, public | mumps_face_interface (matrix, solution, rhs, solver, stencil, ls_map) |
| MUMPS solver interface for a face-based linear system. | |
| subroutine | remove_overlapping_faces_from_rhs (ls_map, rhs, rhs_wo) |
| Remove overlapping faces from the right-hand side. | |
| subroutine | copy_solution (ls_map, solution_wo, solution) |
| Copy the solution without overlapping to the solution with overlapping. | |
|
private |
Copy the solution without overlapping to the solution with overlapping.
| [in] | ls_map | linear system mapping structure. |
| [in] | solution_wo | solution of the linear system without overlapping faces. |
| [out] | solution | solution of the linear system with overlapping faces. |
|
private |
Remove overlapping faces from the right-hand side.
| [in] | ls_map | linear system mapping structure. |
| [in] | rhs | right-hand side of the linear system. |
| [out] | rhs_wo | right-hand side of the linear system without overlapping. |