Searched refs:ftotpoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8558 PetscInt *fpoints = NULL, *ftotpoints = NULL; in DMPlexMatSetClosureRefined() local 8622 PetscCall(DMGetWorkArray(dmf, maxFPoints * 2 * numSubcells, MPIU_INT, &ftotpoints)); in DMPlexMatSetClosureRefined() 8633 if (fpoints[p] == ftotpoints[s * 2]) break; in DMPlexMatSetClosureRefined() 8635 ftotpoints[q * 2] = fpoints[p]; in DMPlexMatSetClosureRefined() 8636 ftotpoints[q * 2 + 1] = fpoints[p + 1]; in DMPlexMatSetClosureRefined() 8646 PetscCall(PetscSectionGetDof(fsection, ftotpoints[p], &dof)); in DMPlexMatSetClosureRefined() 8649 PetscCall(PetscSectionGetFieldDof(fsection, ftotpoints[p], f, &fdof)); in DMPlexMatSetClosureRefined() 8665 … PetscCall(PetscSectionGetFieldPointSyms(fsection, f, numFPoints, ftotpoints, &permsF[f], NULL)); in DMPlexMatSetClosureRefined() 8669 PetscCall(PetscSectionGetOffset(globalFSection, ftotpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined() 8670 …PetscCall(DMPlexGetIndicesPointFields_Internal(fsection, PETSC_FALSE, ftotpoints[2 * p], globalOff… in DMPlexMatSetClosureRefined() [all …]
|