Afivo  0.3
Public Member Functions | List of all members
m_af_types::mg_box_gsrb Interface Reference

Subroutine that performs Gauss-Seidel relaxation. More...

Public Member Functions

subroutine mg_box_gsrb (box, redblack_cntr, mg)
 

Detailed Description

Subroutine that performs Gauss-Seidel relaxation.

Definition at line 677 of file m_af_types.f90.

Constructor & Destructor Documentation

◆ mg_box_gsrb()

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 
)
Parameters
[in,out]boxThe box to operate on
[in]mgMultigrid options
[in]redblack_cntrIteration counter

Definition at line 677 of file m_af_types.f90.