![]() ![]() ![]() ![]() 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
|