Home
last modified time | relevance | path

Searched refs:bottom_threshold (Results 1 – 3 of 3) sorted by relevance

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/distributed/
H A Dgrid_refinement.cc175 const double bottom_threshold) in mark_cells() argument
178 dealii::GridRefinement::coarsen(tria, criteria, bottom_threshold); in mark_cells()
474 double top_threshold, bottom_threshold; in refine_and_coarsen_fixed_number() local
486 bottom_threshold = dealii::internal::parallel::distributed:: in refine_and_coarsen_fixed_number()
495 bottom_threshold = std::numeric_limits<Number>::lowest(); in refine_and_coarsen_fixed_number()
498 mark_cells(tria, criteria, top_threshold, bottom_threshold); in refine_and_coarsen_fixed_number()
539 double top_threshold, bottom_threshold; in refine_and_coarsen_fixed_fraction() local
550 bottom_threshold = dealii::internal::parallel::distributed:: in refine_and_coarsen_fixed_fraction()
557 bottom_threshold = std::numeric_limits<Number>::lowest(); in refine_and_coarsen_fixed_fraction()
560 mark_cells(tria, criteria, top_threshold, bottom_threshold); in refine_and_coarsen_fixed_fraction()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/grid/
H A Dgrid_refinement.cc306 double bottom_threshold = (qq != (tmp.end() - 1) ? (*qq + *(qq + 1)) / 2 : 0); in refine_and_coarsen_fixed_fraction() local
376 if (bottom_threshold >= top_threshold) in refine_and_coarsen_fixed_fraction()
377 bottom_threshold = 0.999 * top_threshold; in refine_and_coarsen_fixed_fraction()
383 if (bottom_threshold > *minmax_element.first) in refine_and_coarsen_fixed_fraction()
384 coarsen(tria, criteria, bottom_threshold); in refine_and_coarsen_fixed_fraction()
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-mt-touchpad-buttons.c1040 int bottom_threshold; in tp_clickfinger_within_distance() local
1079 bottom_threshold = tp->device->abs.absinfo_y->maximum - 20 * yres; in tp_clickfinger_within_distance()
1080 if ((t1->point.y > bottom_threshold) != in tp_clickfinger_within_distance()
1081 (t2->point.y > bottom_threshold)) in tp_clickfinger_within_distance()