Searched refs:endB (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1824 …MPlexPointIsTensor_Internal(DM dm, PetscInt p, PetscBool *isTensor, PetscInt *endA, PetscInt *endB) in DMPlexPointIsTensor_Internal() argument 1834 if (endB) *endB = -1; in DMPlexPointIsTensor_Internal() 1856 if (endB) *endB = f2; in DMPlexPointIsTensor_Internal() 1863 if (endB) *endB = -1; in DMPlexPointIsTensor_Internal() 1869 …rorCode DMPlexPointIsTensor(DM dm, PetscInt p, PetscBool *isTensor, PetscInt *endA, PetscInt *endB) in DMPlexPointIsTensor() argument 1876 PetscCall(DMPlexPointIsTensor_Internal(dm, p, isTensor, endA, endB)); in DMPlexPointIsTensor()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 648 …cMPIInt size, PetscMPIInt rank, p4est_t *p4estA, p4est_t *p4estB, PetscInt *startB, PetscInt *endB) in DMPforestComputeOverlappingRanks() argument 656 *endB = -1; in DMPforestComputeOverlappingRanks() 687 *endB = guess + 1; in DMPforestComputeOverlappingRanks()
|