Lines Matching refs:DMPlex_Invert3D_Internal
1829 if (invJ) DMPlex_Invert3D_Internal(invJ, J, *detJ); in DMPlexComputeLineGeometry_Internal()
1903 if (invJ) DMPlex_Invert3D_Internal(invJ, J, *detJ); in DMPlexComputeTriangleGeometry_Internal()
1966 if (invJ) DMPlex_Invert3D_Internal(invJ, J, *detJ); in DMPlexComputeRectangleGeometry_Internal()
2066 if (invJ) DMPlex_Invert3D_Internal(&invJ[i * dim * dim], &J[i * dim * dim], detJ[i]); in DMPlexComputeRectangleGeometry_Internal()
2103 if (invJ) DMPlex_Invert3D_Internal(invJ, J, *detJ); in DMPlexComputeTetrahedronGeometry_Internal()
2133 if (invJ) DMPlex_Invert3D_Internal(invJ, J, *detJ); in DMPlexComputeHexahedronGeometry_Internal()
2216 if (invJ) DMPlex_Invert3D_Internal(&invJ[i * dim * dim], &J[i * dim * dim], detJ[i]); in DMPlexComputeHexahedronGeometry_Internal()
2250 if (invJ) DMPlex_Invert3D_Internal(invJ, J, *detJ); in DMPlexComputeTriangularPrismGeometry_Internal()
2357 if (invJ) DMPlex_Invert3D_Internal(&invJ[i * dim * dim], &J[i * dim * dim], detJ[i]); in DMPlexComputeTriangularPrismGeometry_Internal()
2450 DMPlex_Invert3D_Internal(invJ, J0, detJ0); in DMPlexComputeCellGeometryFEM_Implicit()
2566 if (invJ) DMPlex_Invert3D_Internal(&invJ[q * cdim * dim], &J[q * cdim * dim], detJt); in DMPlexComputeCellGeometryFEM_FE()