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 add. |
The interface for a procedure for adding 2 complex grid functions together and storing the result in the first one.
this%elems(:)%var(:) = this%elems(:)%var(:)+gf%elems(:)%var(:)