Searched refs:pointR (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 531 PetscReal pointR[3], ref[3], error; in DMPlexLocatePoint_Quad_2D_Internal() local 554 for (PetscInt d = 0; d < dimC; d++) pointR[d] = PetscRealPart(point[d]); in DMPlexLocatePoint_Quad_2D_Internal() 555 …PetscCall(DMPlexCoordinatesToReference_FE(cdm, fe, c, 1, pointR, ref, coords, dimC, dimR, 10, &err… in DMPlexLocatePoint_Quad_2D_Internal() 559 PetscReal real[3], inverseError = 0, normPoint = DMPlex_NormD_Internal(dimC, pointR); in DMPlexLocatePoint_Quad_2D_Internal() 563 inverseError = DMPlex_DistRealD_Internal(dimC, real, pointR); in DMPlexLocatePoint_Quad_2D_Internal() 565 …ped Ref Coords (%g, %g, %g) with error %g\n", (double)pointR[0], (double)pointR[1], (double)pointR… in DMPlexLocatePoint_Quad_2D_Internal() 647 PetscReal pointR[3], ref[3], error; in DMPlexLocatePoint_Hex_3D_Internal() local 670 for (PetscInt d = 0; d < dimC; d++) pointR[d] = PetscRealPart(point[d]); in DMPlexLocatePoint_Hex_3D_Internal() 671 …PetscCall(DMPlexCoordinatesToReference_FE(cdm, fe, c, 1, pointR, ref, coords, dimC, dimR, 10, &err… in DMPlexLocatePoint_Hex_3D_Internal() 675 PetscReal real[3], inverseError = 0, normPoint = DMPlex_NormD_Internal(dimC, pointR); in DMPlexLocatePoint_Hex_3D_Internal() [all …]
|