ITM Grid Service Library: Fortran 90
|
Go to the source code of this file.
Modules | |
module | itm_grid_structured_factory |
Functions/Subroutines | |
subroutine | itm_grid_structured_factory::gridSetupStructuredExample1d (grid, nx) |
Set up an simple 1d grid with nx nodes, starting at 0.0, grid spacing 1.0. | |
subroutine | itm_grid_structured_factory::gridSetupStructuredExample2d (grid, nx, ny) |
Set up an simple 2d grid with nx*ny nodes, starting at 0.0, grid spacing 1.0. | |
subroutine | itm_grid_structured_factory::gridSetupStructuredExample3d (grid, nx, ny, nz) |
Set up an simple 3d grid with nx*ny*nz nodes, starting at 0.0, grid spacing 1.0. |