Home
last modified time | relevance | path

Searched refs:endA (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1824 …MPlexPointIsTensor_Internal(DM dm, PetscInt p, PetscBool *isTensor, PetscInt *endA, PetscInt *endB) in DMPlexPointIsTensor_Internal() argument
1833 if (endA) *endA = -1; in DMPlexPointIsTensor_Internal()
1855 if (endA) *endA = f; in DMPlexPointIsTensor_Internal()
1862 if (endA) *endA = -1; in DMPlexPointIsTensor_Internal()
1869 static PetscErrorCode DMPlexPointIsTensor(DM dm, PetscInt p, PetscBool *isTensor, PetscInt *endA, P… in DMPlexPointIsTensor() argument
1876 PetscCall(DMPlexPointIsTensor_Internal(dm, p, isTensor, endA, endB)); in DMPlexPointIsTensor()