mus_append_bcVar Subroutine

public subroutine mus_append_bcVar(varSys, solverData, derVarName, nFields, field, stencil)

This routine adds boundary variables for tracking

Arguments

Type IntentOptional Attributes Name
type(tem_varSys_type), intent(inout) :: varSys

global variable system

type(mus_varSys_solverData_type), intent(in), target :: solverData

Contains pointer to solver data types

type(grw_labelarray_type), intent(inout) :: derVarName

array of derive physical variables

integer, intent(in) :: nFields

number of fields

type(mus_field_type), intent(in) :: field(nFields)

Field contains sources and boundary infos

type(tem_stencilHeader_type), intent(in) :: stencil

Compute stencil header