| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex60_hessian_3d_mmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_hessian_2d_mmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_hessian_3d_parmmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_hessian_3d_pragmatic.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_hessian_2d_pragmatic.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_iso_3d_parmmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_iso_3d_pragmatic.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_iso_2d_mmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_uniform_2d_pragmatic.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_uniform_3d_pragmatic.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_uniform_3d_mmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_uniform_2d_mmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_iso_3d_mmg.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_iso_2d_pragmatic.out | 2 Metric intersection L2 error: 0.0000%
|
| H A D | ex60_uniform_3d_parmmg.out | 2 Metric intersection L2 error: 0.0000%
|
| /petsc/config/BuildSystem/config/ |
| H A D | setsOrdered.py | 228 return self.intersection(other) 230 def intersection(self, other): member in BaseSet 481 self._data = (self.intersection(other))._data
|
| /petsc/config/ |
| H A D | query_tests.py | 136 results=results.intersection(set(setlist[i]))
|
| H A D | gmakegen.py | 165 if SKIPDIRS.intersection(pathsplit(self.pkg_dir, root)): continue
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | check_header_guard.py | 424 if exclude_dirs.intersection(path.parts) or path.name in exclude_files:
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 405 …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 D | plexgeometry.c | 109 …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 D | testing.md | 866 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 D | style.md | 305 01. Do not use language features that are not in the intersection of C99, C++11, and MSVC
|
| /petsc/doc/manual/ |
| H A D | snes.md | 530 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 D | testcase3D.cas | 2132 (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 …]
|