add_sc_mult_gf_cgf Module Procedure

module procedure add_sc_mult_gf_cgf module subroutine add_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 second grid function.


Called by

proc~~add_sc_mult_gf_cgf~~CalledByGraph proc~add_sc_mult_gf_cgf add_sc_mult_gf_cgf interface~add_sc_mult_gf_cgf add_sc_mult_gf_cgf interface~add_sc_mult_gf_cgf->proc~add_sc_mult_gf_cgf

Contents

None