MEF90CreateBoundaryLocalVector Subroutine

public subroutine MEF90CreateBoundaryLocalVector(dm, elemFamily, elemOrder, sDim, name, V, ierr)

MEF90CreateBoundaryLocalVector: create a type(tVec) associated with a FE space over the boundary of a domain (face sets) and constraints face set BC are obtained from the command line option -fsBC [bool], [bool], ... vertex set BC are obtained from the command line option -vsBC [bool], [bool], ...

Arguments

Type IntentOptional Attributes Name
type(tDM), intent(in) :: dm
integer(kind=C_INT32_T), intent(in) :: elemFamily
integer(kind=C_INT32_T), intent(in) :: elemOrder
integer(kind=C_INT32_T), intent(in) :: sDim
character(len=MEF90MXSTRLEN), intent(in) :: name
type(tVec), intent(out) :: V
integer(kind=C_INT32_T), intent(inout) :: ierr