ITM Grid Service Library: Fortran 90
|
Public Member Functions | |
subroutine | gridsanitycheck (grid, doStop) |
Check a grid description for possible errors. | |
subroutine | gridsanitycheckspace (space) |
Check a grid space description for possible errors. |
Definition at line 1 of file itm_grid.f90.
subroutine itm_grid::gridsanitycheck | ( | type(type_complexgrid), intent(in) | grid, |
logical, intent(in), optional | doStop | ||
) |
Check a grid description for possible errors.
Definition at line 22 of file itm_grid.f90.
subroutine itm_grid::gridsanitycheckspace | ( | type(type_complexgrid_space), intent(in) | space | ) |
Check a grid space description for possible errors.
Definition at line 55 of file itm_grid.f90.