sc_mult_gf1_plus_sc_mult_gf2_cgf Module Procedure

module procedure sc_mult_gf1_plus_sc_mult_gf2_cgf module subroutine sc_mult_gf1_plus_sc_mult_gf2_cgf(this, gf1, scalar1, gf2, scalar2)

Arguments

Type IntentOptional AttributesName
class(cgf), intent(inout) :: this

The routine is called on this object.

class(cgf), intent(in) :: gf1

The second grid function.

real(kind=wp), intent(in) :: scalar1

The first scalar.

class(cgf), intent(in) :: gf2

The third grid function.

real(kind=wp), intent(in) :: scalar2

The second scalar.


Called by

proc~~sc_mult_gf1_plus_sc_mult_gf2_cgf~~CalledByGraph proc~sc_mult_gf1_plus_sc_mult_gf2_cgf sc_mult_gf1_plus_sc_mult_gf2_cgf interface~sc_mult_gf1_plus_sc_mult_gf2_cgf sc_mult_gf1_plus_sc_mult_gf2_cgf interface~sc_mult_gf1_plus_sc_mult_gf2_cgf->proc~sc_mult_gf1_plus_sc_mult_gf2_cgf

Contents

None