init_cgf Interface

interface


Calls

interface~~init_cgf~~CallsGraph interface~init_cgf init_cgf proc~init_cgf init_cgf interface~init_cgf->proc~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

interface~~init_cgf~~CalledByGraph interface~init_cgf 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

public 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.

Description

The interface for a constructor for a complex data type grid function.