Searched refs:dm_depth (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 694 PetscInt *periodic2donor, dm_depth, maxConeSize; in DMPlexCorrectOrientationForIsoperiodic() local 697 PetscCall(DMPlexGetDepth(dm, &dm_depth)); in DMPlexCorrectOrientationForIsoperiodic() 699 …PetscCall(DMGetWorkArray(dm, 2 * PetscPowInt(maxConeSize, dm_depth - 1), MPIU_INT, &periodic2donor… in DMPlexCorrectOrientationForIsoperiodic() 810 …PetscCall(DMRestoreWorkArray(dm, 2 * PetscPowInt(maxConeSize, dm_depth - 1), MPIU_INT, &periodic2d… in DMPlexCorrectOrientationForIsoperiodic()
|