gf1_plus_sc_mult_gf2_cgf Module Procedure

module procedure gf1_plus_sc_mult_gf2_cgf module subroutine gf1_plus_sc_mult_gf2_cgf(this, gf1, scalar, gf2)

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

The scalar.

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

The third grid function.


Called by

proc~~gf1_plus_sc_mult_gf2_cgf~~CalledByGraph proc~gf1_plus_sc_mult_gf2_cgf gf1_plus_sc_mult_gf2_cgf interface~gf1_plus_sc_mult_gf2_cgf gf1_plus_sc_mult_gf2_cgf interface~gf1_plus_sc_mult_gf2_cgf->proc~gf1_plus_sc_mult_gf2_cgf

Contents

None