next up previous contents
Next: Arguments Up: Old interface Previous: Calling from C:   Contents

Calling from Fortran:

All Coordinate Directions:

call BndStaticVN(ierr, cctkGH, stencil_array, variable_name)
call BndStaticGN(ierr, cctkGH, stencil_array, group_name)
call BndStaticVI(ierr, cctkGH, stencil_array, variable_index)
call BndStaticGI(ierr, cctkGH, stencil_array, group_index)

Individual Coordinate Directions:

call BndStaticDirVN(ierr, cctkGH, stencil, dir, variable_name)
call BndStaticDirGN(ierr, cctkGH, stencil, dir, group_name)
call BndStaticDirVI(ierr, cctkGH, stencil, dir, variable_index)
call BndStaticDirGI(ierr, cctkGH, stencil, dir, group_index)
where

integer 		 ierr 

CCTK_POINTER cctkGH
integer dir
integer stencil
integer stencil_array(dim)
character*(*) variable_name
character*(*) group_name
integer variable_index
integer group_index