ITM Grid Service Library: Fortran 90

itm_grid_structured::gridStructReadData Interface Reference

List of all members.

Public Member Functions

subroutine gridStructReadData1d (grid, cpofield, subgrid, data)
subroutine gridStructReadData2d (grid, cpofield, subgrid, data)
subroutine gridStructReadData3d (grid, cpofield, subgrid, data)
subroutine gridStructReadData4d (grid, cpofield, subgrid, data)
subroutine gridStructReadData5d (grid, cpofield, subgrid, data)
subroutine gridStructReadData6d (grid, cpofield, subgrid, data)

Detailed Description

Definition at line 39 of file itm_grid_structured.f90.


Member Function/Subroutine Documentation

subroutine itm_grid_structured::gridStructReadData::gridStructReadData1d ( type(type_complexgrid),intent(in)  grid,
type(type_complexgrid_scalar),intent(in)  cpofield,
integer,intent(in)  subgrid,
real(R8),dimension(:),intent(out)  data 
)

Definition at line 622 of file itm_grid_structured.f90.

subroutine itm_grid_structured::gridStructReadData::gridStructReadData2d ( type(type_complexgrid),intent(in)  grid,
type(type_complexgrid_scalar),intent(in)  cpofield,
integer,intent(in)  subgrid,
real(R8),dimension(:,:),intent(out)  data 
)

Definition at line 632 of file itm_grid_structured.f90.

subroutine itm_grid_structured::gridStructReadData::gridStructReadData3d ( type(type_complexgrid),intent(in)  grid,
type(type_complexgrid_scalar),intent(in)  cpofield,
integer,intent(in)  subgrid,
real(R8),dimension(:,:,:),intent(out)  data 
)

Definition at line 642 of file itm_grid_structured.f90.

subroutine itm_grid_structured::gridStructReadData::gridStructReadData4d ( type(type_complexgrid),intent(in)  grid,
type(type_complexgrid_scalar),intent(in)  cpofield,
integer,intent(in)  subgrid,
real(R8),dimension(:,:,:,:),intent(out)  data 
)

Definition at line 652 of file itm_grid_structured.f90.

subroutine itm_grid_structured::gridStructReadData::gridStructReadData5d ( type(type_complexgrid),intent(in)  grid,
type(type_complexgrid_scalar),intent(in)  cpofield,
integer,intent(in)  subgrid,
real(R8),dimension(:,:,:,:,:),intent(out)  data 
)

Definition at line 662 of file itm_grid_structured.f90.

subroutine itm_grid_structured::gridStructReadData::gridStructReadData6d ( type(type_complexgrid),intent(in)  grid,
type(type_complexgrid_scalar),intent(in)  cpofield,
integer,intent(in)  subgrid,
real(R8),dimension(:,:,:,:,:,:),intent(out)  data 
)

Definition at line 672 of file itm_grid_structured.f90.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables