Searched refs:DMPlex_Invert3D_Internal (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fegeom.c | 271 …if (geom->invJ) DMPlex_Invert3D_Internal(&geom->invJ[dE * dE * i], &geom->J[dE * dE * i], geom->de… in PetscFEGeomComplete()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 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() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 719 static inline void DMPlex_Invert3D_Internal(PetscReal invJ[], PetscReal J[], PetscReal detJ) in DMPlex_Invert3D_Internal() function
|