Home
last modified time | relevance | path

Searched refs:cut_below (Results 1 – 6 of 6) sorted by relevance

/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dhasse_diagram.cc100 …const auto cut_below = RankCut<BasicDecoration,graph::lattice::RankCutType::LesserEqual>(boundary_… in rank_bounded_hasse_diagram() local
104 cop, cut_below, dec, 1, graph::lattice_builder::Primal(), init_lattice)); in rank_bounded_hasse_diagram()
/dports/math/libmesh/libmesh-1.6.2/include/utils/
H A Derror_vector.h136 virtual std::vector<dof_id_type> cut_below(Real cut) const override;
H A Dstatistics.h206 virtual std::vector<dof_id_type> cut_below(Real cut) const;
/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Derror_vector.C150 std::vector<dof_id_type> ErrorVector::cut_below(Real cut) const in cut_below() function
H A Dstatistics.C326 std::vector<dof_id_type> StatisticsVector<T>::cut_below(Real cut) const in cut_below() function
/dports/math/libmesh/libmesh-1.6.2/src/apps/
H A Dmeshtool.C333 std::vector<dof_id_type> bad_elts = sv.cut_below(0.8); in main()