assignment(=) Interface

private interface assignment(=)

Calls

interface~~assignment(=)~3~~CallsGraph interface~assignment(=)~3 assignment(=) proc~copy_stencilelement copy_stencilElement interface~assignment(=)~3->proc~copy_stencilelement proc~copy_stencilheader copy_stencilHeader interface~assignment(=)~3->proc~copy_stencilheader

Module Procedures

private subroutine copy_stencilElement(left, right)

This function provides copy assigment for tem_stencilElement_type

Arguments

Type IntentOptional Attributes Name
type(tem_stencilElement_type), intent(out) :: left

tem_stencilElement to copy to

type(tem_stencilElement_type), intent(in) :: right

tem_stencilElement to copy from

private subroutine copy_stencilHeader(left, right)

This function provides copy assigment for tem_stencilHeader_type

Arguments

Type IntentOptional Attributes Name
type(tem_stencilHeader_type), intent(out) :: left

tem_stencilHeader to copy to

type(tem_stencilHeader_type), intent(in) :: right

tem_stencilHeader to copy from