AGRIF
Adaptive Grid Refinement In Fortran
|
Public Member Functions | |
subroutine | agrif_set_parent_int (integer_variable, value) |
This subroutine is used to set the type of the variable of the parent grid of the current grid as integer variable. More... | |
subroutine | agrif_set_parent_real4 (real_variable, value) |
This subroutine is used to set a real variable of the parent grid of the current grid as Single-precision real floating-point value. More... | |
subroutine | agrif_set_parent_real8 (real_variable, value) |
This subroutine is used to set a real variable of the parent grid of the current grid as Double-precision real floating-point value. More... | |
subroutine agrif_set_parent_int | ( | integer, intent(in) | integer_variable, |
integer, intent(in) | value | ||
) |
This subroutine is used to set the type of the variable of the parent grid of the current grid as integer variable.
[in] | integer_variable | indice of the variable in tabvars |
[in] | value | input value |
subroutine agrif_set_parent_real4 | ( | real(kind=4), intent(in) | real_variable, |
real(kind=4), intent(in) | value | ||
) |
This subroutine is used to set a real variable of the parent grid of the current grid as Single-precision real floating-point value.
[in] | real_variable | input variable |
[in] | value | input value for the parent grid |
subroutine agrif_set_parent_real8 | ( | real(kind=8), intent(in) | real_variable, |
real(kind=8), intent(in) | value | ||
) |
This subroutine is used to set a real variable of the parent grid of the current grid as Double-precision real floating-point value.
[in] | real_variable | input variable |
[in] | value | input value for the parent grid |