Lines Matching refs:Nint

205 … const PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoint…  in DMPlexGetPlaneSimplexIntersection_Coords_Internal()  argument
213 if (Nint) *Nint = 0; in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
265 *Nint = n; in DMPlexGetPlaneSimplexIntersection_Coords_Internal()
269 … const PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoint… in DMPlexGetPlaneSimplexIntersection_Internal() argument
284 …tPlaneSimplexIntersection_Coords_Internal(dm, dim, cdim, coords, p, normal, pos, Nint, intPoints)); in DMPlexGetPlaneSimplexIntersection_Internal()
290 … const PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoint… in DMPlexGetPlaneQuadIntersection_Internal() argument
315 *Nint = NintA + NintB; in DMPlexGetPlaneQuadIntersection_Internal()
321 … const PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoint… in DMPlexGetPlaneHexIntersection_Internal() argument
369 *Nint = Nsum; in DMPlexGetPlaneHexIntersection_Internal()
397 … const PetscReal p[], const PetscReal normal[], PetscBool *pos, PetscInt *Nint, PetscReal intPoint… in DMPlexGetPlaneCellIntersection_Internal() argument
407 …aneSimplexIntersection_Internal(dm, DMPolytopeTypeGetDim(ct), c, p, normal, pos, Nint, intPoints)); in DMPlexGetPlaneCellIntersection_Internal()
410 …tPlaneQuadIntersection_Internal(dm, DMPolytopeTypeGetDim(ct), c, p, normal, pos, Nint, intPoints)); in DMPlexGetPlaneCellIntersection_Internal()
413 …etPlaneHexIntersection_Internal(dm, DMPolytopeTypeGetDim(ct), c, p, normal, pos, Nint, intPoints)); in DMPlexGetPlaneCellIntersection_Internal()