MEF90SectionAllocateDofSet Subroutine

public subroutine MEF90SectionAllocateDofSet(dm, setType, setID, elemType, numComponents, section, ierr)

MEF90SectionAllocateDofSet: Associates dof to a section in a set

Arguments

Type IntentOptional Attributes Name
type(tDM), intent(in) :: dm
integer(kind=C_INT32_T), intent(in) :: setType
integer(kind=C_INT32_T), intent(in) :: setID
type(MEF90ElementType), intent(in) :: elemType
integer(kind=C_INT32_T), intent(in) :: numComponents
type(tPetscSection), intent(inout) :: section
integer(kind=C_INT32_T), intent(inout) :: ierr