Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/interface/
H A Dfegeom.c277 …if (geom->invJ) DMPlex_Invert2D_Internal(&geom->invJ[dE * dE * i], &geom->J[dE * dE * i], geom->de… in PetscFEGeomComplete()
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1846 if (invJ) DMPlex_Invert2D_Internal(invJ, J, *detJ); in DMPlexComputeLineGeometry_Internal()
1917 if (invJ) DMPlex_Invert2D_Internal(invJ, J, *detJ); in DMPlexComputeTriangleGeometry_Internal()
1981 if (invJ) DMPlex_Invert2D_Internal(invJ, J, *detJ); in DMPlexComputeRectangleGeometry_Internal()
2069 if (invJ) DMPlex_Invert2D_Internal(&invJ[i * dim * dim], &J[i * dim * dim], detJ[i]); in DMPlexComputeRectangleGeometry_Internal()
2447 DMPlex_Invert2D_Internal(invJ, J0, detJ0); in DMPlexComputeCellGeometryFEM_Implicit()
2570 if (invJ) DMPlex_Invert2D_Internal(&invJ[q * cdim * dim], &J[q * cdim * dim], detJt); in DMPlexComputeCellGeometryFEM_FE()
/petsc/include/petsc/private/
H A Ddmpleximpl.h707 static inline void DMPlex_Invert2D_Internal(PetscReal invJ[], PetscReal J[], PetscReal detJ) in DMPlex_Invert2D_Internal() function