init_cgf Module Procedure

module procedure init_cgf module function init_cgf(n, order, var_name)

Arguments

Type IntentOptional AttributesName
integer(kind=ip), intent(in) :: n

The number of elements in this grid function.

integer(kind=ip), intent(in) :: order

The order of the elements in this grid function.

character(len=*), intent(in) :: var_name

The name to be assigned to this grid function.

Return Value type(cgf)

The return type has to be of type cgf.


Calls

proc~~init_cgf~~CallsGraph proc~init_cgf init_cgf interface~element_cdata element_cdata proc~init_cgf->interface~element_cdata interface~allocate_cdata allocate_cdata interface~element_cdata->interface~allocate_cdata proc~allocate_cdata allocate_cdata interface~allocate_cdata->proc~allocate_cdata

Called by

proc~~init_cgf~~CalledByGraph proc~init_cgf init_cgf interface~init_cgf init_cgf interface~init_cgf->proc~init_cgf interface~cgf cgf interface~cgf->interface~init_cgf proc~scal_schw_init scal_schw_init proc~scal_schw_init->interface~cgf interface~scal_schw_init scal_schw_init interface~scal_schw_init->proc~scal_schw_init

Contents

None