mult_sc_cgf Interface

interface


Calls

interface~~mult_sc_cgf~~CallsGraph interface~mult_sc_cgf mult_sc_cgf proc~mult_sc_cgf mult_sc_cgf interface~mult_sc_cgf->proc~mult_sc_cgf

public module subroutine mult_sc_cgf(this, scalar)

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.

Description

The interface for a procedure for multplying a complex grid function with a real scalar.

this%elems(:)%var(:) = scalar*this%elems(:)%var(:)