Home
last modified time | relevance | path

Searched refs:bndry (Results 1 – 25 of 102) sorted by relevance

12345

/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/
H A Dcontact.c526 c1->bndry.nodes[NE] = cell->bndry.nodes[NE];
527 c1->bndry.nodes[NW] = cell->bndry.nodes[NW];
529 c2->bndry.nodes[SE] = cell->bndry.nodes[SE];
530 c2->bndry.nodes[SW] = cell->bndry.nodes[SW];
542 c1->bndry.nodes[SW]->adjacent[E] = c1->bndry.nodes[SE];
543 c1->bndry.nodes[SE]->adjacent[W] = c1->bndry.nodes[SW];
546 c1->bndry.nodes[NE] = cell->bndry.nodes[NE];
547 c1->bndry.nodes[SE] = cell->bndry.nodes[SE];
549 c2->bndry.nodes[NW] = cell->bndry.nodes[NW];
550 c2->bndry.nodes[SW] = cell->bndry.nodes[SW];
[all …]
H A Dread_tree.c478 cell->bndry.nodes[NE] = node;
482 cell->bndry.nodes[SE] = node;
486 cell->bndry.nodes[SW] = node;
490 cell->bndry.nodes[NW] = node;
549 edges = cell->bndry.edges;
674 cell->bndry.nodes[i] = NULL;
762 edge1 = cell1->bndry.edges[dir1];
763 edge2 = cell2->bndry.edges[dir2];
856 edge = nonleaf->bndry.edges[nonleafdir];
1079 nodes = cell->bndry.nodes;
[all …]
H A Dfind_nonuni_path.c345 nodes = &(cell->bndry.nodes[0]);
504 nodes = cell->bndry.nodes;
802 list = add_ptr_to_list((void *)cell->bndry.nodes[SW], list);
809 list = add_ptr_to_list((void *)cell->bndry.nodes[SE], list);
816 list = add_ptr_to_list((void *)cell->bndry.nodes[NE], list);
823 list = add_ptr_to_list((void *)cell->bndry.nodes[NW], list);
/dports/graphics/h3/h3-3.7.2/src/apps/testapps/
H A DtestPolyfill.c50 GeoBoundary bndry; in isTransmeridianCell() local
51 H3_EXPORT(h3ToGeoBoundary)(h, &bndry); in isTransmeridianCell()
54 for (int i = 0; i < bndry.numVerts; i++) { in isTransmeridianCell()
55 if (bndry.verts[i].lon < minLon) minLon = bndry.verts[i].lon; in isTransmeridianCell()
56 if (bndry.verts[i].lon > maxLon) maxLon = bndry.verts[i].lon; in isTransmeridianCell()
71 GeoBoundary bndry; in fillIndex_assertions() local
72 H3_EXPORT(h3ToGeoBoundary)(h, &bndry); in fillIndex_assertions()
74 .geofence = {.numVerts = bndry.numVerts, .verts = bndry.verts}, in fillIndex_assertions()
/dports/graphics/py-h3/h3-3.7.3/src/h3lib/src/apps/testapps/
H A DtestPolyfill.c50 GeoBoundary bndry; in isTransmeridianCell() local
51 H3_EXPORT(h3ToGeoBoundary)(h, &bndry); in isTransmeridianCell()
54 for (int i = 0; i < bndry.numVerts; i++) { in isTransmeridianCell()
55 if (bndry.verts[i].lon < minLon) minLon = bndry.verts[i].lon; in isTransmeridianCell()
56 if (bndry.verts[i].lon > maxLon) maxLon = bndry.verts[i].lon; in isTransmeridianCell()
71 GeoBoundary bndry; in fillIndex_assertions() local
72 H3_EXPORT(h3ToGeoBoundary)(h, &bndry); in fillIndex_assertions()
74 .geofence = {.numVerts = bndry.numVerts, .verts = bndry.verts}, in fillIndex_assertions()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dtopology.cpp151 void printBoundary(Boundary const &bndry){ in printBoundary() argument
153 for (unsigned i=0; i<bndry.size(); i++){ in printBoundary()
154 printOrientedEdge(bndry[i]); in printBoundary()
256 if ( bndry.empty() ){ in prolongate()
257 bndry.push_back(f); in prolongate()
260 unsigned src = source(f, bndry.of_area); in prolongate()
261 if ( src == target( bndry.back(), bndry.of_area ) && src != NULL_IDX ){ in prolongate()
262 bndry.push_back(f); in prolongate()
265 unsigned tgt = target( f, bndry.of_area ); in prolongate()
266 if ( tgt == source( bndry.front(), bndry.of_area ) && tgt != NULL_IDX ){ in prolongate()
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dtopology.cpp151 void printBoundary(Boundary const &bndry){ in printBoundary() argument
153 for (unsigned i=0; i<bndry.size(); i++){ in printBoundary()
154 printOrientedEdge(bndry[i]); in printBoundary()
256 if ( bndry.empty() ){ in prolongate()
257 bndry.push_back(f); in prolongate()
260 unsigned src = source(f, bndry.of_area); in prolongate()
261 if ( src == target( bndry.back(), bndry.of_area ) && src != NULL_IDX ){ in prolongate()
262 bndry.push_back(f); in prolongate()
265 unsigned tgt = target( f, bndry.of_area ); in prolongate()
266 if ( tgt == source( bndry.front(), bndry.of_area ) && tgt != NULL_IDX ){ in prolongate()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/felamimail/inc/
H A Dclass.phpmailer.inc.php1069 $bndry->CharSet = $this->CharSet;
1070 $bndry->Encoding = $this->Encoding;
1071 $body[] = $bndry->GetSource();
1077 $bndry->CharSet = $this->CharSet;
1078 $bndry->ContentType = "text/html";
1079 $bndry->Encoding = $this->Encoding;
1080 $body[] = $bndry->GetSource();
1094 $bndry->CharSet = $this->CharSet;
1113 $bndry->CharSet = $this->CharSet;
1123 $bndry->CharSet = $this->CharSet;
[all …]
/dports/math/py-triangle/triangle-20200424/doc/plot/
H A Dbndries.py6 def bndry(dict): function
14 tr.compare(plt, bndry(A), bndry(B))
/dports/math/R-cran-deldir/deldir/R/
H A DtileInfo.R1 tileInfo <- function(object,bndry=FALSE,clipp=NULL) { argument
55 ok <- if(bndry) rep(TRUE,length(tl)) else sapply(tl,cnob)
78 perims <- tilePerim(tl[ok],inclbdry=bndry)
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/streamconv/converters/
H A DnsMultiMixedConv.cpp700 const char *bndry = nullptr; in OnStartRequest() local
726 bndry = strstr(delimiter.BeginWriting(), "boundary"); in OnStartRequest()
728 if (!bndry) { in OnStartRequest()
732 bndry = strchr(bndry, '='); in OnStartRequest()
733 if (!bndry) return NS_ERROR_FAILURE; in OnStartRequest()
735 bndry++; // move past the equals sign in OnStartRequest()
737 char *attrib = (char *) strchr(bndry, ';'); in OnStartRequest()
740 nsAutoCString boundaryString(bndry); in OnStartRequest()
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/ArtinCoxeter/
H A DresArtin.gi97 local T, bndry, a;
99 bndry:=[];
102 Append(bndry,[ [T,BoundaryCoeff(S,T),Position(S,a)] ]);
105 return bndry;
H A DcoxeterWythoff.gi220 local T, bndry, a;
222 bndry:=[];
226 Append(bndry,[ [T,BoundaryCoeff(S,T),Position(S,a)] ]);
230 return bndry;
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Telescope/
H A DPath.hs80 telePiPath_ tel t bndry = do
83 reportSDoc "tc.tel.path" 40 $ addContext tel $ text "bndry" <+> pretty bndry
85 telePiPath id argsLam tel t [(var i, u) | (i , u) <- bndry]
/dports/science/octopus/octopus-10.5/src/grid/
H A Dpar_vec.F90168 integer, pointer :: bndry(:) !< Global numbers of boundary points. component
599 SAFE_ALLOCATE(vp%bndry(1:np_enl))
602 vp%bndry(xbndry_tmp(part_bndry(ii)) + irr(part_bndry(ii))) = ii + np_global
615 SAFE_ALLOCATE(vp%bndry(xbndry_tmp(vp%partno):ii))
619 vp%bndry(xbndry_tmp(part_bndry(ii)) + tmp) = ii + np_global
641 call iihash_insert(vp%global(inode), vp%bndry(xbndry_tmp(inode) + kp - 1), &
823 SAFE_DEALLOCATE_P(vp%bndry)
/dports/math/R-cran-deldir/deldir/man/
H A DtileInfo.Rd12 tileInfo(object, bndry = FALSE, clipp=NULL)
18 \item{bndry}{
91 ixy2 <- tileInfo(dxy,bndry=TRUE)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/google/martian/v3/body/
H A Dbody_modifier_test.go193 bndry := "3d6b6a416f9b5"
194 mod.SetBoundary(bndry)
225 mpr := multipart.NewReader(br, bndry)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/google/martian/v3/body/
H A Dbody_modifier_test.go193 bndry := "3d6b6a416f9b5"
194 mod.SetBoundary(bndry)
225 mpr := multipart.NewReader(br, bndry)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/examples/actin-dimer/
H A Dmesh.m4 % Boundary: Four dirichlet bndry nodes (one cube face)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/examples/hca-bind/
H A Dmesh.m4 % Boundary: Four dirichlet bndry nodes (one cube face)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/examples/born/
H A Dmesh.m4 % Boundary: Four dirichlet bndry nodes (one cube face)
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dprepiano.csd17 ;; fund NS detune stiffness decay loss (bndry) (hammer) scan prep
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/s390/
H A Dvecintrin.h42 __lcbb(const void *ptr, int bndry) in __lcbb() argument
45 switch (bndry) in __lcbb()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/s390/
H A Dvecintrin.h42 __lcbb(const void *ptr, int bndry) in __lcbb() argument
45 switch (bndry) in __lcbb()
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dnrbmultipatch.m137 bndry.nsides = 1;
138 bndry.patches = i1;
139 bndry.faces = j1;
141 boundary(num_boundaries) = bndry;

12345