Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/dm/impls/plex/tests/output/
H A Dex60_hessian_3d_mmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_hessian_2d_mmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_hessian_3d_parmmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_hessian_3d_pragmatic.out2 Metric intersection L2 error: 0.0000%
H A Dex60_hessian_2d_pragmatic.out2 Metric intersection L2 error: 0.0000%
H A Dex60_iso_3d_parmmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_iso_3d_pragmatic.out2 Metric intersection L2 error: 0.0000%
H A Dex60_iso_2d_mmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_uniform_2d_pragmatic.out2 Metric intersection L2 error: 0.0000%
H A Dex60_uniform_3d_pragmatic.out2 Metric intersection L2 error: 0.0000%
H A Dex60_uniform_3d_mmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_uniform_2d_mmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_iso_3d_mmg.out2 Metric intersection L2 error: 0.0000%
H A Dex60_iso_2d_pragmatic.out2 Metric intersection L2 error: 0.0000%
H A Dex60_uniform_3d_parmmg.out2 Metric intersection L2 error: 0.0000%
/petsc/config/BuildSystem/config/
H A DsetsOrdered.py228 return self.intersection(other)
230 def intersection(self, other): member in BaseSet
481 self._data = (self.intersection(other))._data
/petsc/config/
H A Dquery_tests.py136 results=results.intersection(set(setlist[i]))
H A Dgmakegen.py165 if SKIPDIRS.intersection(pathsplit(self.pkg_dir, root)): continue
/petsc/lib/petsc/bin/maint/
H A Dcheck_header_guard.py424 if exclude_dirs.intersection(path.parts) or path.name in exclude_files:
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb405 …joins*. A *meet* of a set of points is the intersection of the points' cones and a *join* is the i…
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c109 …nal(const PetscReal segmentA[], const PetscReal segmentB[], PetscReal intersection[], PetscBool *h…
134 if (intersection) {
135 intersection[0] = p0_x + (t * s1_x);
136 intersection[1] = p0_y + (t * s1_y);
144 …[], const PetscReal segmentB[], const PetscReal segmentC[], PetscReal intersection[], PetscBool *h…
194 if (intersection) {
195 intersection[0] = p0_x + (t * s0_x);
196 intersection[1] = p0_y + (t * s0_y);
197 intersection[2] = p0_z + (t * s0_z);
/petsc/doc/developers/
H A Dtesting.md866 Multiple simultaneous queries can be performed with union (`,`), and intersection
880 - Examples that require both triangle and ctetgen (intersection of tests)
920 The union and intersection have fixed grouping. So this string argument
H A Dstyle.md305 01. Do not use language features that are not in the intersection of C99, C++11, and MSVC
/petsc/doc/manual/
H A Dsnes.md530 The arc length method seeks the intersection of this linearized equilibrium line
613 By evaluating the intersection of constraint surface and equilibrium line at each
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2132 (dpm/pathline-face-intersection-algorithm 0)
2142 (dpm/face-intersection-algorithm 5)
2449 (dpm/film-intersection-scheme? #f)
2546 (dpm/subtet/low-order-intersection-factor 0.)
2547 (dpm/subtet/use-particle-dt-for-axi-intersection-tol? #t)
2548 (dpm/subtet/scale-subtet-intersection-tolerance? #t)
2559 (dpm/subtet/glancing-intersection-tolerance 1e-05)
2563 (dpm/subtet/max-intersection-tolerance-fraction 0.1)
2564 (dpm/subtet/missed-face-intersection-tolerance 0.25)
2565 (dpm/subtet/subtet-intersection-tolerance 1e-05)
[all …]

12