Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cgf), | intent(inout) | :: | this | The routine is called on this object. |
||
real(kind=wp), | intent(in) | :: | scalar | The scalar to multiply with. |
||
class(cgf), | intent(in) | :: | gf | The grid function to multiply with. |
The interface for a procedure for multplying a complex grid function with a real scalar and storing the result in another complex grid function.
this%elems(:)%var(:) = scalar*gf%elems(:)%var(:)