|
Afivo 0.3
|
Subroutine that performs Gauss-Seidel relaxation. More...
Public Member Functions | |
| subroutine | mg_box_gsrb (box, redblack_cntr, mg) |
Subroutine that performs Gauss-Seidel relaxation.
Definition at line 677 of file m_af_types.f90.
| subroutine m_af_types::mg_box_gsrb::mg_box_gsrb | ( | type(box_t), intent(inout) | box, |
| integer, intent(in) | redblack_cntr, | ||
| type(mg_t), intent(in) | mg | ||
| ) |
| [in,out] | box | The box to operate on |
| [in] | mg | Multigrid options |
| [in] | redblack_cntr | Iteration counter |
Definition at line 677 of file m_af_types.f90.