Lines Matching refs:field

203     PetscInt        field = 0;  in DMPlexCreateSectionBCDof()  local
209 field = bcField[bc]; in DMPlexCreateSectionBCDof()
210 PetscCall(PetscSectionGetFieldComponents(section, field, &Nc)); in DMPlexCreateSectionBCDof()
222 PetscCall(PetscSectionGetFieldDof(section, p, field, &numConst)); in DMPlexCreateSectionBCDof()
237 if (Nf) PetscCall(PetscSectionAddFieldConstraintDof(section, p, field, numConst)); in DMPlexCreateSectionBCDof()
291 const PetscInt field = bcField[bc]; in DMPlexCreateSectionBCIndicesField() local
295 PetscCall(PetscSectionGetFieldComponents(section, field, &Nc)); in DMPlexCreateSectionBCIndicesField()
306 PetscCall(PetscSectionGetFieldDof(section, p, field, &fdof)); in DMPlexCreateSectionBCIndicesField()
314 PetscCall(PetscSectionGetFieldConstraintDof(section, p, field, &fcdof)); in DMPlexCreateSectionBCIndicesField()
315 PetscCall(PetscSectionGetFieldConstraintIndices(section, p, field, &find)); in DMPlexCreateSectionBCIndicesField()
327 PetscCall(PetscSectionSetFieldConstraintDof(section, p, field, fcdof)); in DMPlexCreateSectionBCIndicesField()
328 PetscCall(PetscSectionSetFieldConstraintIndices(section, p, field, indices)); in DMPlexCreateSectionBCIndicesField()
486 PetscInt field; in DMCreateLocalSection_Plex() local
490 …PetscCall(PetscDSGetBoundary(dsBC, bd, NULL, &type, NULL, &label, NULL, NULL, &field, NULL, NULL, … in DMCreateLocalSection_Plex()
491 if (label && isFE[field] && (type & DM_BC_ESSENTIAL)) ++numBC; in DMCreateLocalSection_Plex()
523 PetscInt bd2, field, numComps, numValues; in DMCreateLocalSection_Plex() local
527 …PetscCall(PetscDSGetBoundary(dsBC, bd, NULL, &type, NULL, &label, &numValues, &values, &field, &nu… in DMCreateLocalSection_Plex()
528 if (!isFE[field] || !label) continue; in DMCreateLocalSection_Plex()
542 bcFields[bc] = field; in DMCreateLocalSection_Plex()
552 if (isFE[field]) { in DMCreateLocalSection_Plex()
572 if (isFE[field]) { in DMCreateLocalSection_Plex()