Home
last modified time | relevance | path

Searched defs:isTensor (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex73.c136 PetscBool isTensor; in CreateDiscretization() local
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c1748 …DMPlexPointIsTensor_Internal_Given(DM dm, PetscInt p, PetscInt f, PetscInt f2, PetscBool *isTensor) in DMPlexPointIsTensor_Internal_Given()
1824 static PetscErrorCode DMPlexPointIsTensor_Internal(DM dm, PetscInt p, PetscBool *isTensor, PetscInt… in DMPlexPointIsTensor_Internal()
1869 static PetscErrorCode DMPlexPointIsTensor(DM dm, PetscInt p, PetscBool *isTensor, PetscInt *endA, P… in DMPlexPointIsTensor()
/petsc/src/dm/impls/plex/
H A Dplexglvis.c316 PetscBool isSimplex, isTensor; in GLVisCreateFE() local
H A Dplexgeometry.c1923 static PetscErrorCode DMPlexComputeRectangleGeometry_Internal(DM dm, PetscInt e, PetscBool isTensor in DMPlexComputeRectangleGeometry_Internal()
3889 PetscBool isSimplex, isTensor; in DMPlexCoordinatesToReference() local
3972 PetscBool isSimplex, isTensor; in DMPlexReferenceToCoordinates() local
H A Dplexgmsh.c1404 PetscBool isTensor = isSimplex ? PETSC_FALSE : PETSC_TRUE; in GmshCreateFE() local