AGRIF
Adaptive Grid Refinement In Fortran
|
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... | |
subroutine agrif_save_forrestore0d | ( | integer, intent(in) | tabvarsindic0, |
integer, intent(in) | tabvarsindic | ||
) |
[in] | tabvarsindic0 | index of the current grid variable |
[in] | tabvarsindic | index 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.
[in] | q | input 2D-variable which should be saved |
[in] | tabvarsindic | index 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.
[in] | q | input 3D-variable which should be saved |
[in] | tabvarsindic | index 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.
[in] | q | input 4D-variable which should be saved |
[in] | tabvarsindic | index of the current grid variable we want to restore |