FromFine2Coarse Function

public function FromFine2Coarse(OneGrid)

A procedure to create a two-grid system from a given fine Gridpara type The wavenumber of the coarse level is restricted from the fine level

Arguments

Type IntentOptional Attributes Name
type(Gridpara), intent(inout) :: OneGrid

Return Value type(TwoGrids)


Calls

proc~~fromfine2coarse~~CallsGraph proc~fromfine2coarse FromFine2Coarse proc~wavenumber_fwrestriction wavenumber_FWrestriction proc~fromfine2coarse->proc~wavenumber_fwrestriction proc~mg_checkreal_xy2d mg_checkreal_xy2d proc~wavenumber_fwrestriction->proc~mg_checkreal_xy2d proc~mg_checkreal_x2d mg_checkreal_x2d proc~mg_checkreal_xy2d->proc~mg_checkreal_x2d proc~mg_checkreal_y2d mg_checkreal_y2d proc~mg_checkreal_xy2d->proc~mg_checkreal_y2d mpi_sendrecv mpi_sendrecv proc~mg_checkreal_x2d->mpi_sendrecv proc~mg_checkreal_y2d->mpi_sendrecv

Called by

proc~~fromfine2coarse~~CalledByGraph proc~fromfine2coarse FromFine2Coarse interface~twogrids TwoGrids interface~twogrids->proc~fromfine2coarse