IGMBaseLib 1.0
Private Member Functions

Field_IcGrid2D_Manager::Field_IcGrid2D_Init Interface Reference

List of all members.

Private Member Functions

subroutine init_Field_IcGrid2D1 (self, icgrid, name, rank, long_name, units)
 Initialize a variable of derived type Field_IcGrid2D.
subroutine init_Field_IcGrid2D2 (self, icgrid, name, rank)
 Initialize a variable of derived type Field_IcGrid2D.

Detailed Description

Definition at line 130 of file Field_IcGrid2D_Manager.f90.


Member Function/Subroutine Documentation

subroutine Field_IcGrid2D_Manager::Field_IcGrid2D_Init::init_Field_IcGrid2D1 ( type(Field_IcGrid2D),intent(inout)  self,
type(IcGrid2D_FVM),intent(in),target  icgrid,
character(*),intent(in)  name,
integer,intent(in)  rank,
character(*),intent(in)  long_name,
character(*),intent(in)  units 
) [private]

Initialize a variable of derived type Field_IcGrid2D.

Parameters:
[in,out]selfThe variable of derived type Field_IcGrid2D.
[in]icgridThe variable of derived type IcGrid2D_FVM.
[in]nameThe (short) name of the physical field.
[in]field_rankThe rank of the physical filed.
[in]long_nameThe long name of (or the explanation for) the physical field.
[in]unitsThe unit of the physical field.

Definition at line 225 of file Field_IcGrid2D_Manager.f90.

subroutine Field_IcGrid2D_Manager::Field_IcGrid2D_Init::init_Field_IcGrid2D2 ( type(Field_IcGrid2D),intent(inout)  self,
type(IcGrid2D_FVM),intent(in),target  icgrid,
character(*),intent(in)  name,
integer,intent(in)  rank 
) [private]

Initialize a variable of derived type Field_IcGrid2D.

Parameters:
[in,out]selfThe variable of derived type Field_IcGrid2D.
[in]icgridThe variable of derived type IcGrid2D_FVM.
[in]nameThe (short) name of the physical field.
[in]field_rankThe rank of the physical filed.

Definition at line 273 of file Field_IcGrid2D_Manager.f90.


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