Searched refs:dgdof (Results 1 – 1 of 1) sorted by relevance
162 PetscInt off = offsets[c * Ncl + v], dgdof; in CheckOffsets() local166 PetscCall(PetscSectionGetDof(s, c, &dgdof)); in CheckOffsets()167 …heck(Ncl * Nc == dgdof, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Offset size %" PetscInt_FMT " shou… in CheckOffsets()