AGRIF
Adaptive Grid Refinement In Fortran
agrif_save_forrestore Interface Reference

Public Member Functions

subroutine agrif_save_forrestore0d (tabvarsindic0, tabvarsindic)
 
subroutine agrif_save_forrestore2d (q, tabvarsindic)
 This function is used to restore a current grid variable (with the index tabvarsindic) to the input 2D-variable. More...
 
subroutine agrif_save_forrestore3d (q, tabvarsindic)
 This function is used to restore a current grid variable (with the index tabvarsindic) to the input 3D-variable. More...
 
subroutine agrif_save_forrestore4d (q, tabvarsindic)
 This function is used to restore a current grid variable (with the index tabvarsindic) to the input 4D-variable. More...
 

Detailed Description

Member Function/Subroutine Documentation

subroutine agrif_save_forrestore0d ( integer, intent(in)  tabvarsindic0,
integer, intent(in)  tabvarsindic 
)
Parameters
[in]tabvarsindic0index of the current grid variable
[in]tabvarsindicindex of the varible which should be restored
subroutine agrif_save_forrestore2d ( real, dimension(:,:), intent(in)  q,
integer, intent(in)  tabvarsindic 
)

This function is used to restore a current grid variable (with the index tabvarsindic) to the input 2D-variable.

Parameters
[in]qinput 2D-variable which should be saved
[in]tabvarsindicindex of the current grid variable we want to restore
subroutine agrif_save_forrestore3d ( real, dimension(:,:,:), intent(in)  q,
integer, intent(in)  tabvarsindic 
)

This function is used to restore a current grid variable (with the index tabvarsindic) to the input 3D-variable.

Parameters
[in]qinput 3D-variable which should be saved
[in]tabvarsindicindex of the current grid variable we want to restore
subroutine agrif_save_forrestore4d ( real, dimension(:,:,:,:), intent(in)  q,
integer, intent(in)  tabvarsindic 
)

This function is used to restore a current grid variable (with the index tabvarsindic) to the input 4D-variable.

Parameters
[in]qinput 4D-variable which should be saved
[in]tabvarsindicindex of the current grid variable we want to restore