AGRIF
Adaptive Grid Refinement In Fortran
agrif_parent Interface Reference

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...
 

Detailed Description

Member Function/Subroutine Documentation

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.

Parameters
real_variableinput 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.

Parameters
real_variableinput 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.