copy_cgf Interface

interface


Calls

interface~~copy_cgf~~CallsGraph interface~copy_cgf copy_cgf proc~copy_cgf copy_cgf interface~copy_cgf->proc~copy_cgf

public module subroutine copy_cgf(this, gf)

Arguments

Type IntentOptional AttributesName
class(cgf), intent(inout) :: this

The routine is called on this object.

class(cgf), intent(in) :: gf

The grid function to copy.

Description

The interface for a procedure for copying the data from one complex grid function to another.

this%elems(:)%var(:) = gf%elems(:)%var(:)