sc_mult_gf_cgf Module Procedure

module procedure sc_mult_gf_cgf 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.


Called by

proc~~sc_mult_gf_cgf~~CalledByGraph proc~sc_mult_gf_cgf sc_mult_gf_cgf interface~sc_mult_gf_cgf sc_mult_gf_cgf interface~sc_mult_gf_cgf->proc~sc_mult_gf_cgf

Contents

None