Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c2372 PetscReal xi0[3] = {-1., -1., -1.}, v0[3], J0[9], detJ0; in DMPlexComputeCellGeometryFEM_Implicit() local
2392 if (Nq) PetscCall(DMPlexComputeLineGeometry_Internal(dm, cell, v0, J0, NULL, &detJ0)); in DMPlexComputeCellGeometryFEM_Implicit()
2396 if (Nq) PetscCall(DMPlexComputeTriangleGeometry_Internal(dm, cell, v0, J0, NULL, &detJ0)); in DMPlexComputeCellGeometryFEM_Implicit()
2408 if (Nq) PetscCall(DMPlexComputeTetrahedronGeometry_Internal(dm, cell, v0, J0, NULL, &detJ0)); in DMPlexComputeCellGeometryFEM_Implicit()
2427 for (i = 0; i < Nq; i++) detJ[i] = detJ0; in DMPlexComputeCellGeometryFEM_Implicit()
2447 DMPlex_Invert2D_Internal(invJ, J0, detJ0); in DMPlexComputeCellGeometryFEM_Implicit()
2450 DMPlex_Invert3D_Internal(invJ, J0, detJ0); in DMPlexComputeCellGeometryFEM_Implicit()