Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/dm/impls/moab/
H A Ddmmbmg.cxx29 std::vector<moab::EntityHandle> hsets; in DMMoabGenerateHierarchy() local
51 ierr = PetscMalloc1(nlevels + 1, &dmmoab->hsets);CHKERRQ(ierr); in DMMoabGenerateHierarchy()
54 merr = dmmoab->hierarchy->generate_mesh_hierarchy(nlevels, pdegrees, hsets, false);MBERRNM(merr); in DMMoabGenerateHierarchy()
58 merr = dmmoab->hierarchy->exchange_ghosts(hsets, dmmoab->nghostrings);MBERRNM(merr); in DMMoabGenerateHierarchy()
63 dmmoab->hsets[0] = hsets[0]; in DMMoabGenerateHierarchy()
66 dmmoab->hsets[ilevel] = hsets[ilevel]; in DMMoabGenerateHierarchy()
73 merr = dmmoab->hierarchy->update_special_tags(ilevel, hsets[ilevel]);MBERRNM(merr); in DMMoabGenerateHierarchy()
76 hsets.clear(); in DMMoabGenerateHierarchy()
457 ierr = PetscMalloc1(dd2->nhlevels + 1, &dd2->hsets);CHKERRQ(ierr); in DMMoab_UMR_Private()
459 dd2->hsets[i] = dmb->hsets[i]; in DMMoab_UMR_Private()
[all …]
H A Ddmmoab.cxx948 ierr = PetscFree(dmmoab->hsets);CHKERRQ(ierr); in DMDestroy_Moab()
/dports/math/R-cran-robustbase/robustbase/R/
H A Ddetmcd.R369 hsets <- matrix(integer(), h, nsets)
376 hsets[,1] <- initset(x, scalefn=scalefn, P=P, h=h)
381 hsets[,2] <- initset(x, scalefn=scalefn, P=P, h=h)
387 hsets[,3] <- initset(x, scalefn=scalefn, P=P, h=h)
396 hsets[,4] <- initset(x, scalefn=scalefn, P=P, h=h)
404 hsets[,5] <- initset(x, scalefn=scalefn, P=P, h=h)
408 hsets[,6] <- initset(x, scalefn=scalefn, P=P, h=h)
414 xk <- x[hsets[,k], , drop=FALSE]
422 else hsets[,k] <- ord[1:h]
425 if(full.h) hsetsN else hsets
/dports/science/cdo/cdo-2.0.0/src/
H A DYdaypctl.cc34 HistogramSet hsets[MaxDays]; in Ydaypctl() local
106 hsets[dayoy].create(nvars, ntsteps); in Ydaypctl()
108 hsets[dayoy].createVarLevels(varID, varList1[varID].nlevels, varList1[varID].gridsize); in Ydaypctl()
122 hsets[dayoy].defVarLevelBounds(varID, levelID, field1, field2); in Ydaypctl()
169 hsets[dayoy].addVarLevelValues(varID, levelID, field1); in Ydaypctl()
204 hsets[dayoy].getVarLevelPercentiles(field1, varID, levelID, pn); in Ydaypctl()
H A DYmonpctl.cc34 HistogramSet hsets[MaxMonths]; in Ymonpctl() local
106 hsets[month].create(nvars, ntsteps); in Ymonpctl()
108 hsets[month].createVarLevels(varID, varList1[varID].nlevels, varList1[varID].gridsize); in Ymonpctl()
122 hsets[month].defVarLevelBounds(varID, levelID, field1, field2); in Ymonpctl()
169 hsets[month].addVarLevelValues(varID, levelID, field1); in Ymonpctl()
204 hsets[month].getVarLevelPercentiles(field1, varID, levelID, pn); in Ymonpctl()
H A DYseaspctl.cc34 HistogramSet hsets[MaxSeasons]; in Yseaspctl() local
105 hsets[seas].create(nvars, ntsteps); in Yseaspctl()
107 hsets[seas].createVarLevels(varID, varList1[varID].nlevels, varList1[varID].gridsize); in Yseaspctl()
121 hsets[seas].defVarLevelBounds(varID, levelID, field1, field2); in Yseaspctl()
167 hsets[seas].addVarLevelValues(varID, levelID, field1); in Yseaspctl()
202 hsets[seas].getVarLevelPercentiles(field1, varID, levelID, pn); in Yseaspctl()
H A DEcaEtccdi.cc229 HistogramSet hsets[MaxDays]; in etccdi_op() local
354 hsets[dayoy].create(nvars); in etccdi_op()
375 hsets[dayoy].defVarLevelBounds(varID, levelID, vars2[dayoy][varID][levelID], field); in etccdi_op()
477 auto &hset = hsets[1]; in etccdi_op()
498 auto &hset = hsets[loopdoy]; in etccdi_op()
520 hsets[1].getVarLevelPercentiles(pctls, varID, levelID, request.pn); in etccdi_op()
571 auto &hset = hsets[loopdoy]; in etccdi_op()
578 auto &hset = hsets[loopdoy]; in etccdi_op()
607 auto &hset = hsets[loopdoy]; in etccdi_op()
667 auto &hset = hsets[loopdoy]; in etccdi_op()
[all …]
H A DYdrunpctl.cc37 HistogramSet hsets[MaxDays]; in Ydrunpctl() local
137 hsets[dayoy].create(nvars, ntsteps); in Ydrunpctl()
140 hsets[dayoy].createVarLevels(varID, varList1[varID].nlevels, varList1[varID].gridsize); in Ydrunpctl()
154 hsets[dayoy].defVarLevelBounds(varID, levelID, field1, field2); in Ydrunpctl()
213 …for (int inp = 0; inp < ndates; inp++) hsets[dayoy].addVarLevelValues(varID, levelID, vars1[inp][v… in Ydrunpctl()
285 …for (int inp = 0; inp < ndates; inp++) hsets[dayoy].addVarLevelValues(varID, levelID, vars1[inp][v… in Ydrunpctl()
352 hsets[dayoy].getVarLevelPercentiles(field1, varID, levelID, pn); in Ydrunpctl()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddmmbimpl.h86 moab::EntityHandle *hsets; member
97 moab::EntityHandle *hsets; member
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/examples/advanced/smoothing/
H A DLaplacianSmoother.cpp134 std::vector<EntityHandle> hsets(num_ref+1,fileset); in main() local
144 rval = uref->generate_mesh_hierarchy(num_ref, &num_degrees[0], hsets); RC; in main()
148 rval = uref->exchange_ghosts(hsets, nghostrings); RC; in main()
156 currset = hsets[iref]; in main()
/dports/math/R-cran-robustbase/robustbase/man/
H A DcovMcd.Rd22 initHsets = NULL, save.hsets = FALSE, names = TRUE, % full.h = save.hsets,
69 \item{save.hsets}{(for deterministic MCD) logical indicating if the
/dports/math/R-cran-robustbase/robustbase/po/
H A DR-de.po322 msgid "'hsets.init' must be a h' x L matrix (h' >= h) of observation indices"
325 msgid "'full.h' is true, but 'hsets.init' has less than n rows"
328 msgid "'hsets.init' must be in {1,2,...,n}; n ="
H A DR-robustbase.pot316 msgid "'hsets.init' must be a h' x L matrix (h' >= h) of observation indices"
319 msgid "'full.h' is true, but 'hsets.init' has less than n rows"
322 msgid "'hsets.init' must be in {1,2,...,n}; n ="
/dports/math/R-cran-robustbase/robustbase/
H A DTODO6 ** DONE covMcd(): allow 'hsets.ini' argument to covMcd(), and *return* them (optionally) as 'Hsubse…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS13633 moab::EntityHandle *hsets;hsets86,4372
13640 moab::EntityHandle *hsets;hsets97,4616
H A DCTAGS46326 hsets include/petsc/private/dmmbimpl.h /^ moab::EntityHandle *hsets;$/;" m language:C++ struct…
46327 hsets include/petsc/private/dmmbimpl.h /^ moab::EntityHandle *hsets;$/;" m language:C++ struct:__…