Searched refs:gDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2511 PetscInt gDof, gcDof, gOff; in DMPlexComputeInterpolatorTree() local 2516 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree() 2518 if ((gDof - gcDof) <= 0) continue; in DMPlexComputeInterpolatorTree() 2521 …PetscCheck(gOff >= rowStart && (gOff + gDof - gcDof) <= rowEnd, PETSC_COMM_SELF, PETSC_ERR_PLIB, "… in DMPlexComputeInterpolatorTree() 2598 for (i = 0; i < gDof; i++) { in DMPlexComputeInterpolatorTree() 2628 for (i = 0; i < gDof; i++) { in DMPlexComputeInterpolatorTree() 2654 for (i = 0; i < gDof; i++) { in DMPlexComputeInterpolatorTree() 2680 PetscInt gDof, gcDof, gOff; in DMPlexComputeInterpolatorTree() local 2685 PetscCall(PetscSectionGetDof(globalFine, p, &gDof)); in DMPlexComputeInterpolatorTree() 2687 if ((gDof - gcDof) <= 0) continue; in DMPlexComputeInterpolatorTree() [all …]
|