ITM Grid Service Library: Fortran 90
|
Go to the source code of this file.
Functions/Subroutines | |
program | itm_grid_example1_2dstructured_manual |
subroutine | gridSetupStruct1dSpace (space, coordtype, nodes) |
This routine sets up a single 1d structured space for the given coordinate type and node positions. |
subroutine itm_grid_example1_2dstructured_manual::gridSetupStruct1dSpace | ( | type(type_complexgrid_space),dimension (assumed to be in increasing order),intent(in) | space, |
integer,intent(in) | coordtype, | ||
real(R8),dimension(:),intent(in) | nodes | ||
) |
This routine sets up a single 1d structured space for the given coordinate type and node positions.
This routine is copied here from src/service/itm_grid_structured and modified better readability. In your own code, simply use the routine provided in module itm_grid_structured.
Definition at line 126 of file itm_grid_example1_2dstructured_manual.f90.
program itm_grid_example1_2dstructured_manual | ( | ) |
Definition at line 1 of file itm_grid_example1_2dstructured_manual.f90.