Home
last modified time | relevance | path

Searched refs:IntersectionIteratorImpl (Results 1 – 13 of 13) sorted by relevance

/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cacheitgrid/
H A Dgridview.hh57 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; typedef in Dune::CacheItGridLevelGridViewTraits
58 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inter…
170 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in ibegin() typedef
171 …return IntersectionIteratorImpl( hostGridView().ibegin( Grid::getRealImplementation( entity ).host… in ibegin()
176 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in iend() typedef
177 …return IntersectionIteratorImpl( hostGridView().iend( Grid::getRealImplementation( entity ).hostEn… in iend()
238 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inter…
350 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in ibegin() typedef
351 …return IntersectionIteratorImpl( hostGridView().ibegin( Grid::getRealImplementation( entity ).host… in ibegin()
356 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in iend() typedef
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Dgridview.hh104 typedef Dune::AlbertaGridLeafIntersectionIterator< GridImp > IntersectionIteratorImpl; typedef in Dune::AlbertaLevelGridView
188 typename IntersectionIteratorImpl::Begin begin; in ibegin()
189 return IntersectionIteratorImpl( entity.impl(), begin ); in ibegin()
194 typename IntersectionIteratorImpl::End end; in ibegin()
195 return IntersectionIteratorImpl( entity.impl(), end ); in ibegin()
203 typename IntersectionIteratorImpl::End end; in iend()
204 return IntersectionIteratorImpl( entity.impl(), end ); in iend()
402 typename IntersectionIteratorImpl::Begin begin; in ibegin()
403 return IntersectionIteratorImpl( entity.impl(), begin ); in ibegin()
411 typename IntersectionIteratorImpl::End end; in iend()
[all …]
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/spheregrid/
H A Dgridview.hh51 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; typedef in Dune::SphereGridViewTraits
52 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inter…
167 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in ibegin() typedef
168 …return IntersectionIteratorImpl( hostGridView().ibegin( entity.impl().hostEntity() ), mapToSphere(… in ibegin()
173 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in iend() typedef
174 …return IntersectionIteratorImpl( hostGridView().iend( entity.impl().hostEntity() ), mapToSphere() … in iend()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/idgrid/
H A Dgridview.hh115 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in ibegin() typedef
116 …return IntersectionIteratorImpl( grid().extraData(), hostGridView().ibegin( entity.impl().hostEnti… in ibegin()
121 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in iend() typedef
122 …return IntersectionIteratorImpl( grid().extraData(), hostGridView().iend( entity.impl().hostEntity… in iend()
183 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; typedef
184 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inter…
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/parallelgrid/
H A Dgridview.hh56 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; typedef in Dune::ParallelGridViewTraits
57 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inter…
159 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in ibegin() typedef
160 return IntersectionIteratorImpl( grid_, hostGridView().ibegin( entity.impl().hostEntity() ) ); in ibegin()
165 typedef typename Traits::IntersectionIteratorImpl IntersectionIteratorImpl; in iend() typedef
166 return IntersectionIteratorImpl( grid_, hostGridView().iend( entity.impl().hostEntity() ) ); in iend()
/dports/math/dune-polygongrid/dune-polygongrid-f76933aa51aa3ae3e58a5705f9f7ce7d1f6c012c/dune/polygongrid/
H A Dgridview.hh114 typedef __PolygonGrid::IntersectionIterator< const Grid > IntersectionIteratorImpl; in ibegin() typedef
115 return IntersectionIteratorImpl( entity.impl().item().halfEdges().begin() ); in ibegin()
120 typedef __PolygonGrid::IntersectionIterator< const Grid > IntersectionIteratorImpl; in iend() typedef
121 return IntersectionIteratorImpl( entity.impl().item().halfEdges().end() ); in iend()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/
H A Dfilteredgridpart.hh124 … typedef FilteredGridPartIntersectionIterator< const GridPartFamily > IntersectionIteratorImpl; typedef
127 …typedef Dune::IntersectionIterator< const GridPartFamily, IntersectionIteratorImpl, IntersectionIm…
357 typedef typename IntersectionIteratorType::Implementation IntersectionIteratorImpl; in ibegin() typedef
358 …return IntersectionIteratorType( IntersectionIteratorImpl( filter(), hostGridPart().ibegin( entity… in ibegin()
364 typedef typename IntersectionIteratorType::Implementation IntersectionIteratorImpl; in iend() typedef
365 …return IntersectionIteratorType( IntersectionIteratorImpl( filter(), hostGridPart().iend( entity )… in iend()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/filteredgrid/
H A Dgridview.hh52 typedef FilteredIntersectionIterator< const Grid > IntersectionIteratorImpl; typedef in Dune::FilteredGridViewTraits
53 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inter…
165 typedef typename Traits::IntersectionIteratorImpl IteratorImpl; in ibegin()
171 typedef typename Traits::IntersectionIteratorImpl IteratorImpl; in iend()
H A Dgridfamily.hh53 typedef FilteredIntersectionIterator< const Grid > IntersectionIteratorImpl; typedef
54 typedef IntersectionIteratorImpl LeafIntersectionIteratorImpl;
55 typedef IntersectionIteratorImpl LevelIntersectionIteratorImpl;
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/geometrygrid/
H A Dgridview.hh192 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; in ibegin() typedef
193 … return IntersectionIteratorImpl( entity, hostGridView().ibegin( entity.impl().hostEntity() ) ); in ibegin()
198 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; in iend() typedef
199 … return IntersectionIteratorImpl( entity, hostGridView().iend( entity.impl().hostEntity() ) ); in iend()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/common/
H A Dintersectioniteratorwrapper.hh21 template <class GridImp, class IntersectionIteratorImpl>
27 typedef IntersectionIteratorWrapper<GridImp,IntersectionIteratorImpl> ThisType;
29 typedef IntersectionIteratorImpl IntersectionIteratorImp;
51 typedef typename IntersectionIteratorImpl::Twists Twists;
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cartesiangrid/
H A Dgridview.hh48 …ectionIterator< const Grid, typename HostGridView::IntersectionIterator > IntersectionIteratorImpl; typedef
49 …typedef Dune::IntersectionIterator< const Grid, IntersectionIteratorImpl, IntersectionImpl > Inte…
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/
H A Dgridview.hh105 typedef SPIntersectionIterator< const Grid > IntersectionIteratorImpl; typedef in Dune::SPGridView
272 return IntersectionIteratorImpl( entity.impl().entityInfo(), 0 ); in ibegin()
280 … return IntersectionIteratorImpl( entity.impl().entityInfo(), GridLevel::ReferenceCube::numFaces ); in iend()