ITM Grid Service Library: Fortran 90
|
Functions/Subroutines | |
subroutine | gridSanityCheck (grid, doStop) |
Check a grid description for possible errors. | |
subroutine | gridSanityCheckSpace (space) |
Check a grid space description for possible errors. |
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.