AGRIF
Adaptive Grid Refinement In Fortran
agrif_set_parent Interface Reference

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

Detailed Description

Member Function/Subroutine Documentation

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.

Parameters
[in]integer_variableindice of the variable in tabvars
[in]valueinput 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.

Parameters
[in]real_variableinput variable
[in]valueinput 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.

Parameters
[in]real_variableinput variable
[in]valueinput value for the parent grid