| ITM Grid Service Library: Fortran 90 | 
| Functions/Subroutines | |
| subroutine | gridSetupStructuredExample1d (grid, nx) | 
| Set up an simple 1d grid with nx nodes, starting at 0.0, grid spacing 1.0. | |
| subroutine | gridSetupStructuredExample2d (grid, nx, ny) | 
| Set up an simple 2d grid with nx*ny nodes, starting at 0.0, grid spacing 1.0. | |
| subroutine | gridSetupStructuredExample3d (grid, nx, ny, nz) | 
| Set up an simple 3d grid with nx*ny*nz nodes, starting at 0.0, grid spacing 1.0. | |
| subroutine itm_grid_structured_factory::gridSetupStructuredExample1d | ( | type(type_complexgrid),intent(out) | grid, | 
| integer,intent(in) | nx | ||
| ) | 
Set up an simple 1d grid with nx nodes, starting at 0.0, grid spacing 1.0.
Definition at line 10 of file itm_grid_structured_factory.f90.
| subroutine itm_grid_structured_factory::gridSetupStructuredExample2d | ( | type(type_complexgrid),intent(out) | grid, | 
| integer,intent(in) | nx, | ||
| integer,intent(in) | ny | ||
| ) | 
Set up an simple 2d grid with nx*ny nodes, starting at 0.0, grid spacing 1.0.
Definition at line 28 of file itm_grid_structured_factory.f90.
| subroutine itm_grid_structured_factory::gridSetupStructuredExample3d | ( | type(type_complexgrid),intent(out) | grid, | 
| integer,intent(in) | nx, | ||
| integer,intent(in) | ny, | ||
| integer,intent(in) | nz | ||
| ) | 
Set up an simple 3d grid with nx*ny*nz nodes, starting at 0.0, grid spacing 1.0.
Definition at line 52 of file itm_grid_structured_factory.f90.