Lines Matching refs:isDG
86 static PetscErrorCode DMFieldGetClosure_Internal(DMField field, PetscInt cell, PetscBool *isDG, Pet… in DMFieldGetClosure_Internal() argument
95 *isDG = PETSC_FALSE; in DMFieldGetClosure_Internal()
116 *isDG = PETSC_TRUE; in DMFieldGetClosure_Internal()
127 static PetscErrorCode DMFieldRestoreClosure_Internal(DMField field, PetscInt cell, PetscBool *isDG,… in DMFieldRestoreClosure_Internal() argument
134 if (*isDG) { in DMFieldRestoreClosure_Internal()
183 PetscBool isDG; in DMFieldEvaluateFE_DS() local
185 PetscCall(DMFieldGetClosure_Internal(field, c, &isDG, &closureSize, &array, &elem)); in DMFieldEvaluateFE_DS()
220 PetscCall(DMFieldRestoreClosure_Internal(field, c, &isDG, &closureSize, &array, &elem)); in DMFieldEvaluateFE_DS()
290 PetscBool isDG; in DMFieldEvaluate_DS() local
302 PetscCall(DMFieldGetClosure_Internal(field, c, &isDG, &closureSize, &array, &elem)); in DMFieldEvaluate_DS()
396 PetscCall(DMFieldRestoreClosure_Internal(field, c, &isDG, &closureSize, &array, &elem)); in DMFieldEvaluate_DS()