MEF90SetupConstraintTableSet Subroutine

public subroutine MEF90SetupConstraintTableSet(dm, section, setType, setID, constraints, table, ierr)

MEF90SetupConstraintTableSet: Build the contribution of a set to the constraint table

Arguments

Type IntentOptional Attributes Name
type(tDM), intent(in) :: dm
type(tPetscSection), intent(inout) :: section
integer(kind=C_INT32_T), intent(in) :: setType
integer(kind=C_INT32_T), intent(in) :: setID
logical(kind=C_BOOL), dimension(:), pointer :: constraints
logical(kind=C_BOOL), dimension(:, :), pointer :: table
integer(kind=C_INT32_T), intent(inout) :: ierr