Free_ECDGModel3D_t Subroutine

public subroutine Free_ECDGModel3D_t(this)

Arguments

TypeIntentOptionalAttributesName
class(ECDGModel3D_t), intent(inout) :: this

Calls

proc~~free_ecdgmodel3d_t~~CallsGraph proc~free_ecdgmodel3d_t Free_ECDGModel3D_t proc~free_dgmodel3d_t Free_DGModel3D_t proc~free_ecdgmodel3d_t->proc~free_dgmodel3d_t

Called by

proc~~free_ecdgmodel3d_t~~CalledByGraph proc~free_ecdgmodel3d_t Free_ECDGModel3D_t proc~free_ecadvection3d Free_ECAdvection3D proc~free_ecadvection3d->proc~free_ecdgmodel3d_t

Contents

Source Code


Source Code

  subroutine Free_ECDGModel3D_t(this)
    implicit none
    class(ECDGModel3D_t),intent(inout) :: this

    call this%twoPointFlux%DissociateGeometry()
    call this%twoPointFlux%Free()
    call Free_DGModel3D_t(this)

  endsubroutine Free_ECDGModel3D_t