AGRIF
Adaptive Grid Refinement In Fortran
|
Public Member Functions | |
real(kind=4) function | agrif_parent_real_4 (real_variable) |
This function returns the list of real grid variables of the parent of the current grid as single-precision real floating-point. More... | |
real(kind=8) function | agrif_parent_real_8 (real_variable) |
This function returns the list of real grid variables of the parent of the current grid as double-precision real floating-point. More... | |
integer function | agrif_parent_integer (integer_variable) |
This function returns the list of integer grid variables of the parent of the current grid as integer. More... | |
character(len(character_variable)) function | agrif_parent_character (character_variable) |
This function returns the list of character grid variables of the parent of the current grid as character. More... | |
logical function | agrif_parent_logical (logical_variable) |
This function returns the list of logical grid variables of the parent of the current grid as logical variables. More... | |
real(kind=4) function agrif_parent_real_4 | ( | real(kind=4) | real_variable | ) |
This function returns the list of real grid variables of the parent of the current grid as single-precision real floating-point.
real_variable | input real variable |
real(kind=8) function agrif_parent_real_8 | ( | real(kind=8) | real_variable | ) |
This function returns the list of real grid variables of the parent of the current grid as double-precision real floating-point.
real_variable | input real variable |
integer function agrif_parent_integer | ( | integer | integer_variable | ) |
This function returns the list of integer grid variables of the parent of the current grid as integer.
character(len(character_variable)) function agrif_parent_character | ( | character(*) | character_variable | ) |
This function returns the list of character grid variables of the parent of the current grid as character.
logical function agrif_parent_logical | ( | logical | logical_variable | ) |
This function returns the list of logical grid variables of the parent of the current grid as logical variables.