Home
last modified time | relevance | path

Searched defs:hostIntersection (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/dune-multidomaingrid/dune-multidomaingrid-cd5679974fe1c91b56e74022e95f01b1d2018c3b/dune/grid/multidomaingrid/
H A Dintersection.hh48 explicit IntersectionWrapper(const HostIntersection& hostIntersection) in IntersectionWrapper()
52 explicit IntersectionWrapper(HostIntersection&& hostIntersection) in IntersectionWrapper()
58 const HostIntersection& hostIntersection() const { in hostIntersection() function in Dune::mdgrid::IntersectionWrapper
H A Dsubdomaintosubdomaininterfaceiterator.hh59 auto hostIntersection = *it._hostIntersectionIterator; in incrementToNextValidPosition() local
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/utility/
H A Dhostgridaccess.hh100hostIntersection ( const Intersection< const Grid, GeoGrid::Intersection< const Grid, HostIntersec… in hostIntersection() function
175 hostIntersection ( const LeafIntersection &intersection ) in hostIntersection() function
181 hostIntersection ( const LevelIntersection &intersection ) in hostIntersection() function
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/identitygrid/
H A Didentitygridintersections.hh57 const HostLeafIntersection& hostIntersection) in IdentityGridLeafIntersection()
63 HostLeafIntersection&& hostIntersection) in IdentityGridLeafIntersection()
216 const HostLevelIntersection& hostIntersection) in IdentityGridLevelIntersection()
222 HostLevelIntersection&& hostIntersection) in IdentityGridLevelIntersection()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cartesiangrid/
H A Dhostgridaccess.hh89 hostIntersection ( const LeafIntersection &intersection ) in hostIntersection() function
95 hostIntersection ( const LevelIntersection &intersection ) in hostIntersection() function
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/spheregrid/
H A Dintersection.hh47 HostIntersection hostIntersection; member
53 SphereGridIntersection ( HostIntersection hostIntersection, MapToSphere mapToSphere ) in SphereGridIntersection()
152 const HostIntersection &hostIntersection () const { return storage_.hostIntersection; } in hostIntersection() function in Dune::SphereGridIntersection
H A Dhostgridaccess.hh91hostIntersection ( const Intersection< const Grid, SphereGridIntersection< const Grid, HostInterse… in hostIntersection() function
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/geometrygrid/
H A Dintersection.hh51 …explicit Intersection ( const HostIntersection &hostIntersection, const ElementGeometryImpl &insid… in Intersection()
57 …explicit Intersection ( HostIntersection&& hostIntersection, const ElementGeometryImpl &insideGeo ) in Intersection()
172 const HostIntersection &hostIntersection () const in hostIntersection() function in Dune::GeoGrid::Intersection
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/multispgrid/
H A Dintersection.hh199 const HostIntersection &hostIntersection = This::hostIntersection( inner ); in geometryInInside() local
213 const HostIntersection &hostIntersection = This::hostIntersection( outer ); in geometryInOutside() local
291 HostIntersection &hostIntersection ( const int position ) in hostIntersection() function in Dune::MultiSPIntersection
298 const HostIntersection &hostIntersection ( const int position ) const in hostIntersection() function in Dune::MultiSPIntersection
317 bool reset ( const int position, const HostIntersection &hostIntersection ) in reset()
H A Dboundarysegmentindexset.hh135 const HostIntersection &hostIntersection = intersection.hostIntersection( inner ); in contains() local
142 bool contains ( const HostIntersection &hostIntersection, const int node ) const in contains() argument
H A Dentity.hh348 const typename Iterator::Intersection &hostIntersection = *iit; in hasBoundaryIntersections() local
362 const typename Iterator::Intersection &hostIntersection = *iit; in hasBoundaryIntersections() local
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cacheitgrid/
H A Dintersection.hh37 explicit CacheItGridIntersection ( const HostIntersection &hostIntersection ) in CacheItGridIntersection()
131 const HostIntersection &hostIntersection () const in hostIntersection() function in Dune::CacheItGridIntersection
H A Dhostgridaccess.hh95hostIntersection ( const Dune::Intersection< const Grid, CacheItGridIntersection< const Grid, Host… in hostIntersection() function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/filteredgridpart/
H A Dintersection.hh42 … FilteredGridPartIntersection ( const FilterType &filter, HostIntersectionType hostIntersection ) in FilteredGridPartIntersection()
91 const HostIntersectionType &hostIntersection () const { return hostIntersection_; } in hostIntersection() function in Dune::Fem::FilteredGridPartIntersection
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/idgridpart/
H A Dintersection.hh45 IdIntersection ( ExtraData data, HostIntersectionType hostIntersection ) in IdIntersection()
150 const HostIntersectionType &hostIntersection () const in hostIntersection() function in Dune::Fem::IdIntersection
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/idgrid/
H A Dintersection.hh43 IdGridIntersection ( ExtraData data, const HostIntersection &hostIntersection ) in IdGridIntersection()
122 const HostIntersection &hostIntersection () const in hostIntersection() function in Dune::IdGridIntersection
H A Dhostgridaccess.hh89hostIntersection ( const Intersection< const Grid, IdGridIntersection< const Grid, HostIntersectio… in hostIntersection() function
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/parallelgrid/
H A Dintersection.hh31 ParallelGridIntersection ( ExtraData data, const HostIntersection &hostIntersection ) in ParallelGridIntersection()
H A Dhostgridaccess.hh89hostIntersection ( const Intersection< const Grid, ParallelGridIntersection< const Grid, HostInter… in hostIntersection() function
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/filteredgrid/
H A Dintersection.hh145 void reset ( const HostIntersection &hostIntersection ) in reset()
156 const HostIntersection &hostIntersection () const in hostIntersection() function in Dune::FilteredIntersection
H A Dboundarysegmentindexset.hh111 const HostIntersection &hostIntersection = *iit; in update() local
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/geogridpart/
H A Dintersection.hh47 …ctionType &coordFunction, const ElementGeometry &insideGeo, HostIntersectionType hostIntersection ) in GeoIntersection()
171 const HostIntersectionType &hostIntersection () const in hostIntersection() function in Dune::Fem::GeoIntersection
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/geometrygridpart/
H A Dintersection.hh51 … const typename ElementGeometry::Implementation &insideGeo, HostIntersectionType hostIntersection ) in GeometryGridPartIntersection()
182 const HostIntersectionType &hostIntersection () const { return hostIntersection_; } in hostIntersection() function in Dune::Fem::GeometryGridPartIntersection
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/prismgrid/
H A Dintersection.hh179 const HostIntersection &hostIntersection () const in hostIntersection() function in Dune::PrismIntersection
185 void provideHostIntersection ( const HostIntersection &hostIntersection ) in provideHostIntersection()
/dports/math/dune-multidomaingrid/dune-multidomaingrid-cd5679974fe1c91b56e74022e95f01b1d2018c3b/dune/grid/multidomaingrid/subdomaingrid/
H A Dintersection.hh60 hostIntersection() const { in hostIntersection() function in Dune::mdgrid::subdomain::IntersectionWrapper

12