add_gf_cgf Interface

interface


Calls

interface~~add_gf_cgf~~CallsGraph interface~add_gf_cgf add_gf_cgf proc~add_gf_cgf add_gf_cgf interface~add_gf_cgf->proc~add_gf_cgf

public module subroutine add_gf_cgf(this, gf)

Arguments

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

The routine is called on this object.

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

The grid function to add.

Description

The interface for a procedure for adding 2 complex grid functions together and storing the result in the first one.

this%elems(:)%var(:) = this%elems(:)%var(:)+gf%elems(:)%var(:)