NAME
RadTrans_mgdSetBc
SYNOPSIS
call RadTrans_mgdSetBc(integer(in) :: ig,
integer, optional(in) :: bctypes,
real, optional(in) :: bcvalues,
integer, optional(in) :: f,
integer, optional(in) :: bctype,
real, optional(in) :: bcvalue)
DESCRIPTION
Set the boundary condition for a specific group. Can be invoked in
one of two modes:
1. bctypes/bcvalues present: This allows you to easily set the BC on all
of the faces of the domain
2. f/bctype/bcvalue present: This allows you to easily set the BC on a
specific face of the domain
ARGUMENTS
ig : energy group number bctypes : boundary condition type on each boundary bcvalues : boundary condition value (for dirichlet) on each boundary f : boundary number bctype : type of bondary for face f bcvalue : dirichlet value for face f