sc_mult_gf_cgf Interface

interface


Calls

interface~~sc_mult_gf_cgf~~CallsGraph interface~sc_mult_gf_cgf sc_mult_gf_cgf proc~sc_mult_gf_cgf sc_mult_gf_cgf interface~sc_mult_gf_cgf->proc~sc_mult_gf_cgf

public module subroutine sc_mult_gf_cgf(this, scalar, gf)

Arguments

Type IntentOptional AttributesName
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.

Description

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(:)