Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cgf), | intent(inout) | :: | this | The routine is called on this object. |
||
class(cgf), | intent(in) | :: | gf | The grid function to copy. |
The interface for a procedure for copying the data from one complex grid function to another.
this%elems(:)%var(:) = gf%elems(:)%var(:)