Searched refs:fDof (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ ! |
| H A D | plextree.c | 2195 PetscInt fDof; in DMPlexComputeInterpolatorTree() local 2197 PetscCall(PetscSectionGetFieldDof(localCoarse, p, f, &fDof)); in DMPlexComputeInterpolatorTree() 2198 offsets[f + 1] = fDof; in DMPlexComputeInterpolatorTree() 2206 PetscInt fDof; in DMPlexComputeInterpolatorTree() local 2208 PetscCall(PetscSectionGetFieldDof(localCoarse, anchor, f, &fDof)); in DMPlexComputeInterpolatorTree() 2209 newOffsets[f + 1] += fDof; in DMPlexComputeInterpolatorTree() 2305 PetscInt fDof; in DMPlexComputeInterpolatorTree() local 2307 PetscCall(PetscSectionGetFieldDof(localCoarse, c, f, &fDof)); in DMPlexComputeInterpolatorTree() 2308 offsets[f + 1] += fDof; in DMPlexComputeInterpolatorTree() 2377 PetscInt fDof; in DMPlexComputeInterpolatorTree() local [all …]
|
| H A D | plex.c | 7814 PetscInt fDof = 0; in DMPlexAnchorsGetSubMatIndices() local 7816 PetscCall(PetscSectionGetFieldDof(indices_section, b, f, &fDof)); in DMPlexAnchorsGetSubMatIndices() 7817 fStart[f + 1] = fStart[f] + fDof; in DMPlexAnchorsGetSubMatIndices() 7881 PetscInt fDof = 0; in DMPlexAnchorsGetSubMatModification() local 7883 PetscCall(PetscSectionGetFieldDof(section, b, f, &fDof)); in DMPlexAnchorsGetSubMatModification() 7884 oldOffsets[f + 1] += fDof; in DMPlexAnchorsGetSubMatModification() 7904 PetscInt fDof = 0; in DMPlexAnchorsGetSubMatModification() local 7906 if (a >= sStart && a < sEnd) PetscCall(PetscSectionGetFieldDof(section, a, f, &fDof)); in DMPlexAnchorsGetSubMatModification() 7907 newOffsets[f + 1] += fDof; in DMPlexAnchorsGetSubMatModification() 7915 PetscInt fDof; in DMPlexAnchorsGetSubMatModification() local [all …]
|