Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c205 …nst PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoints[]) in DMPlexGetPlaneSimplexIntersection_Coords_Internal() argument
249 … for (PetscInt i = 0; i < cdim; ++i) intPoints[n * cdim + i] = PetscRealPart(coords[v * cdim + i]); in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
258 …for (PetscInt i = 0; i < cdim; ++i) intPoints[n * cdim + i] = (d[v] * PetscRealPart(coords[w * cdi… in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
269 …nst PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoints[]) in DMPlexGetPlaneSimplexIntersection_Internal() argument
282 PetscCall(PetscArrayzero(intPoints, dim * (dim + 1))); in DMPlexGetPlaneSimplexIntersection_Internal()
284 …tPlaneSimplexIntersection_Coords_Internal(dm, dim, cdim, coords, p, normal, pos, Nint, intPoints)); in DMPlexGetPlaneSimplexIntersection_Internal()
290 …nst PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoints[]) in DMPlexGetPlaneQuadIntersection_Internal() argument
307 PetscCall(PetscArrayzero(intPoints, dim * 4)); in DMPlexGetPlaneQuadIntersection_Internal()
311 …aneSimplexIntersection_Coords_Internal(dm, dim, cdim, tcoords, p, normal, pos, &NintA, intPoints)); in DMPlexGetPlaneQuadIntersection_Internal()
314 …section_Coords_Internal(dm, dim, cdim, tcoords, p, normal, pos, &NintB, &intPoints[NintA * cdim])); in DMPlexGetPlaneQuadIntersection_Internal()
[all …]