Home
last modified time | relevance | path

Searched refs:boundary_points (Results 1 – 25 of 58) sorted by relevance

123

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dbounding_box.cc48 this->boundary_points.first[i] = in merge_with()
51 this->boundary_points.second[i] = in merge_with()
151 return this->boundary_points; in get_boundary_points()
160 return this->boundary_points; in get_boundary_points()
171 vol *= (this->boundary_points.second[i] - this->boundary_points.first[i]); in volume()
183 return boundary_points.first[direction]; in lower_bound()
205 point[i] = .5 * (boundary_points.first[i] + boundary_points.second[i]); in center()
233 return boundary_points.second[direction] - boundary_points.first[direction]; in side_length()
323 const auto diag = boundary_points.second - boundary_points.first; in real_to_unit()
324 unit -= boundary_points.first; in real_to_unit()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dbounding_box.h141 &boundary_points);
296 std::pair<Point<spacedim, Number>, Point<spacedim, Number>> boundary_points;
390 &boundary_points) in BoundingBox() argument
394 Assert(boundary_points.first[i] <= boundary_points.second[i], in BoundingBox()
398 this->boundary_points = boundary_points; in BoundingBox()
421 boundary_points.first[d] -= amount; in extend()
422 boundary_points.second[d] += amount; in extend()
423 Assert(boundary_points.first[d] <= boundary_points.second[d], in extend()
436 ar &boundary_points; in serialize() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp87 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
101 boundary_points.push_back(range::front(*it)); in is_endpoint_boundary()
102 boundary_points.push_back(range::back(*it)); in is_endpoint_boundary()
105 std::sort(boundary_points.begin(), boundary_points.end(), geometry::less<point_type>()); in is_endpoint_boundary()
112 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
113 boundary_points.end(), in is_endpoint_boundary()
124 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp87 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
101 boundary_points.push_back(range::front(*it)); in is_endpoint_boundary()
102 boundary_points.push_back(range::back(*it)); in is_endpoint_boundary()
105 std::sort(boundary_points.begin(), boundary_points.end(), geometry::less<point_type>()); in is_endpoint_boundary()
112 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
113 boundary_points.end(), in is_endpoint_boundary()
124 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp87 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
101 boundary_points.push_back(range::front(*it)); in is_endpoint_boundary()
102 boundary_points.push_back(range::back(*it)); in is_endpoint_boundary()
105 std::sort(boundary_points.begin(), boundary_points.end(), geometry::less<point_type>()); in is_endpoint_boundary()
112 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
113 boundary_points.end(), in is_endpoint_boundary()
124 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp87 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
101 boundary_points.push_back(range::front(*it)); in is_endpoint_boundary()
102 boundary_points.push_back(range::back(*it)); in is_endpoint_boundary()
105 std::sort(boundary_points.begin(), boundary_points.end(), geometry::less<point_type>()); in is_endpoint_boundary()
112 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
113 boundary_points.end(), in is_endpoint_boundary()
124 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp87 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
101 boundary_points.push_back(range::front(*it)); in is_endpoint_boundary()
102 boundary_points.push_back(range::back(*it)); in is_endpoint_boundary()
105 std::sort(boundary_points.begin(), boundary_points.end(), geometry::less<point_type>()); in is_endpoint_boundary()
112 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
113 boundary_points.end(), in is_endpoint_boundary()
124 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp87 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
101 boundary_points.push_back(range::front(*it)); in is_endpoint_boundary()
102 boundary_points.push_back(range::back(*it)); in is_endpoint_boundary()
105 std::sort(boundary_points.begin(), boundary_points.end(), geometry::less<point_type>()); in is_endpoint_boundary()
112 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
113 boundary_points.end(), in is_endpoint_boundary()
124 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp71 point_vector boundary_points; in apply() local
79 boundary_points.push_back( range::front(*it) ); in apply()
80 boundary_points.push_back( range::back(*it) ); in apply()
84 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
89 pit = boundary_points.begin(); in apply()
90 pit != boundary_points.end(); ++pit) in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp71 point_vector boundary_points; in apply() local
79 boundary_points.push_back( range::front(*it) ); in apply()
80 boundary_points.push_back( range::back(*it) ); in apply()
84 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
89 pit = boundary_points.begin(); in apply()
90 pit != boundary_points.end(); ++pit) in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp71 point_vector boundary_points; in apply() local
79 boundary_points.push_back( range::front(*it) ); in apply()
80 boundary_points.push_back( range::back(*it) ); in apply()
84 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
89 pit = boundary_points.begin(); in apply()
90 pit != boundary_points.end(); ++pit) in apply()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp71 point_vector boundary_points; in apply() local
79 boundary_points.push_back( range::front(*it) ); in apply()
80 boundary_points.push_back( range::back(*it) ); in apply()
84 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
89 pit = boundary_points.begin(); in apply()
90 pit != boundary_points.end(); ++pit) in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in main()
76 boundary_points.push_back( range::front(*it) ); in main()
77 boundary_points.push_back( range::back(*it) ); in main()
81 std::sort(boundary_points.begin(), boundary_points.end(), in main()
86 pit = boundary_points.begin(); in main()
87 pit != boundary_points.end(); ++pit) in main()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/is_simple/
H A Ddebug_print_boundary_points.hpp68 point_vector boundary_points; in apply() local
76 boundary_points.push_back( range::front(*it) ); in apply()
77 boundary_points.push_back( range::back(*it) ); in apply()
81 std::sort(boundary_points.begin(), boundary_points.end(), in apply()
86 pit = boundary_points.begin(); in apply()
87 pit != boundary_points.end(); ++pit) in apply()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/boost_1_59_0/patches/boost/geometry/algorithms/detail/relate/
H A Dboundary_checker.hpp89 boundary_points.reserve(multi_count * 2); in is_endpoint_boundary()
120 boundary_points.push_back(front_pt); in is_endpoint_boundary()
124 boundary_points.push_back(back_pt); in is_endpoint_boundary()
129 std::sort(boundary_points.begin(), in is_endpoint_boundary()
130 boundary_points.end(), in is_endpoint_boundary()
138 std::equal_range(boundary_points.begin(), in is_endpoint_boundary()
139 boundary_points.end(), in is_endpoint_boundary()
150 mutable std::vector<point_type> boundary_points; member in boost::geometry::detail::relate::boundary_checker

123