Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/idgridpart/
H A Dcapabilities.hh25 template< class HostGridPartType >
26 struct hasGrid< IdGridPart< HostGridPartType > >
32 template< class HostGridPartType >
40 template< class HostGridPartType >
41 struct isCartesian< IdGridPart< HostGridPartType > >
43 static const bool v = isCartesian< HostGridPartType >::v;
47 template< class HostGridPartType, int codim >
48 struct hasEntity< IdGridPart< HostGridPartType >, codim >
54 template< class HostGridPartType, int codim >
61 template< class HostGridPartType >
[all …]
H A Dentity.hh59 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::IdEntityBasic
69 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
163 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::IdEntity
175 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
200 typedef typename BaseType::HostGridPartType HostGridPartType; typedef in Dune::Fem::IdEntity
213 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
H A Dgeometry.hh80 … typedef typename std::remove_const< GridFamily >::type::Traits::HostGridPartType HostGridPartType; typedef
82 static const int dimension = HostGridPartType::dimension;
86 … typedef typename HostGridPartType::template Codim< codimension >::GeometryType HostGeometryType;
119 … typedef typename std::remove_const< GridFamily >::type::Traits::HostGridPartType HostGridPartType; typedef
121 static const int dimension = HostGridPartType::dimension;
125 …typedef typename HostGridPartType::template Codim< codimension >::LocalGeometryType HostGeometryTy…
H A Diterator.hh24 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::IdIterator
28 …typedef typename HostGridPartType::template Codim< codim >::template Partition< pitype >::Iterator…
H A Dintersection.hh23 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::IdIntersection
40 typedef typename HostGridPartType::IntersectionType HostIntersectionType;
H A Dindexset.hh41 typedef typename Traits::HostGridPartType::IndexSetType HostIndexSetType;
236 …tIndexSet = typename std::remove_const< GridFamily >::type::Traits::HostGridPartType::IndexSetType,
H A Dintersectioniterator.hh27 … typedef typename Traits::HostGridPartType::IntersectionIteratorType HostIntersectionIteratorType;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/geometrygridpart/
H A Dcapabilities.hh35 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef
36 static const bool v = hasSingleGeometryType< HostGridPartType >::v;
37 … static const unsigned int topologyId = hasSingleGeometryType< HostGridPartType >::topologyId;
44 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef
45 static const bool v = isCartesian< HostGridPartType >::v;
59 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef
67 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef
68 static const bool v = canCommunicate< HostGridPartType, codim >::v;
75 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef
76 static const bool v = isConforming< HostGridPartType >::v;
H A Dentity.hh41 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeometryGridPartEntity
46 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
123 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeometryGridPartEntity
126 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
H A Dintersection.hh46 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeometryGridPartIntersection
47 typedef typename HostGridPartType::IntersectionType HostIntersectionType;
61 …return Dune::Fem::BoundaryIdProvider< typename HostGridPartType::GridType > :: boundaryId( hostInt… in boundaryId()
H A Dintersectioniterator.hh26 … typedef typename Traits::HostGridPartType::IntersectionIteratorType HostIntersectionIteratorType;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/
H A Dfilteredgridpart.hh142 typedef HostGridPartImp HostGridPartType; typedef
145 typedef typename HostGridPartType::GridType GridType;
175 typedef typename HostGridPartType::template Codim< codim >::GeometryType GeometryType;
178 typedef typename HostGridPartType::template Codim< codim >::EntityType EntityType;
190 typedef typename HostGridPartType::CollectiveCommunicationType CollectiveCommunicationType;
198 static const bool conforming = HostGridPartType::Traits::conforming;
242 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::FilteredGridPart
273 FilteredGridPart ( HostGridPartType &hostGridPart, const FilterType &filter ) in FilteredGridPart()
412 HostGridPartType &hostGridPart () in hostGridPart()
417 const HostGridPartType &hostGridPart () const in hostGridPart()
[all …]
H A Dgeogridpart.hh76 typedef typename CoordFunctionType::GridPartType HostGridPartType; typedef
120 typedef typename GridPartFamily::Traits::HostGridPartType HostGridPartType; typedef
122 typedef typename HostGridPartType::GridType GridType;
125 typedef MetaTwistUtility< typename HostGridPartType :: TwistUtilityType > TwistUtilityType;
130 static const InterfaceType indexSetInterfaceType = HostGridPartType::indexSetInterfaceType;
154 typedef typename HostGridPartType::CollectiveCommunicationType CollectiveCommunicationType;
156 static const bool conforming = HostGridPartType::Traits::conforming;
174 typedef typename GridPartFamily::Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeoGridPart
302 const HostGridPartType &hostGridPart () const in hostGridPart()
308 HostGridPartType &hostGridPart () in hostGridPart()
[all …]
H A Didgridpart.hh53 typedef HostGridPartImp HostGridPartType; typedef
93 typedef typename GridFamily::Traits::HostGridPartType HostGridPartType; typedef
95 typedef typename HostGridPartType::GridType GridType;
100 static const InterfaceType indexSetInterfaceType = HostGridPartType::indexSetInterfaceType;
122 typedef typename HostGridPartType::CollectiveCommunicationType CollectiveCommunicationType;
124 static const bool conforming = HostGridPartType::Traits::conforming;
144 typedef typename GridFamily::Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::IdGridPart
170 explicit IdGridPart ( const HostGridPartType &hostGridPart ) in IdGridPart()
271 const HostGridPartType &hostGridPart () const { return hostGridPart_; } in hostGridPart()
273 HostGridPartType &hostGridPart () { return hostGridPart_; } in hostGridPart()
[all …]
H A Dgeometrygridpart.hh78 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef
85 … typedef typename HostGridPartType::template Codim< codim >::LocalGeometryType LocalGeometry;
93 … typedef typename HostGridPartType::GridType::template Codim< codim >::EntitySeed EntitySeed;
128 typedef typename GridFunction::GridPartType HostGridPartType; typedef
139 typedef MetaTwistUtility< typename HostGridPartType::TwistUtilityType > TwistUtilityType;
143 typedef typename HostGridPartType::GridType GridType;
146 static const InterfaceType indexSetInterfaceType = HostGridPartType::indexSetInterfaceType;
168 typedef typename HostGridPartType::CollectiveCommunicationType CollectiveCommunicationType;
169 static const bool conforming = HostGridPartType::Traits::conforming;
192 typedef typename GridFunctionType::GridPartType HostGridPartType; typedef in Dune::Fem::GeometryGridPart
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/test/
H A Dtest-gridpart.cc88 template< bool UseConsecutiveIndexSet, class HostGridPartType, class FilterType >
89 void testFilteredGridPart( HostGridPartType& hostGridPart, FilterType& filter ) in testFilteredGridPart()
91 …typedef Dune::Fem::FilteredGridPart< HostGridPartType, FilterType, UseConsecutiveIndexSet > GridPa… in testFilteredGridPart()
111 typedef Dune::Fem::LeafGridPart< GridType > HostGridPartType; in main() typedef
112 HostGridPartType hostGridPart( grid ); in main()
162 typedef Dune::Fem::IdGridPart< HostGridPartType > GridPartType; in main()
202 …typedef Dune::Fem::BasicFilterWrapper< HostGridPartType, RadialFilterType > WrapperRadialFilterTyp… in main()
207 …testFilteredGridPart< false, HostGridPartType, WrapperRadialFilterType >( hostGridPart, wrappedRad… in main()
211 …testFilteredGridPart< true, HostGridPartType, WrapperRadialFilterType >( hostGridPart, wrappedRadi… in main()
225 typedef Dune::Fem::DomainFilter< HostGridPartType, DomainArrayType > DomainFilterType; in main()
[all …]
H A Dtest-gplagrangeinterpolation.cc45 typedef Fem::LeafGridPart< MyGridType > HostGridPartType; typedef
47 typedef Fem::BasicFilterWrapper< HostGridPartType, BasicFilterType > FilterType;
48 typedef Fem::FilteredGridPart< HostGridPartType, FilterType, true > GridPartType;
124 HostGridPartType hostGridPart (grid ); in main()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/geogridpart/
H A Dentity.hh40 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeoEntity
48 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
132 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeoEntity
140 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
H A Dcapabilities.hh36 typedef typename CoordFunction::GridPartType HostGridPartType; typedef in Dune::Fem::GridPartCapabilities::hasSingleGeometryType
39 static const bool v = hasSingleGeometryType< HostGridPartType >::v;
40 … static const unsigned int topologyId = hasSingleGeometryType< HostGridPartType >::topologyId;
H A Dgeometry.hh27 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeoGeometryTraits
46 …HasSingleGeometryType< GridPartCapabilities::hasSingleGeometryType< HostGridPartType >, dimension,…
H A Dintersection.hh41 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeoIntersection
42 typedef typename HostGridPartType::IntersectionType HostIntersectionType;
H A Dcornerstorage.hh157 typedef typename Traits::HostGridPartType HostGridPartType; typedef in Dune::Fem::GeoCoordVector
160 typedef typename HostGridPartType::template Codim< codimension >::EntityType HostEntityType;
H A Dintersectioniterator.hh29 … typedef typename Traits::HostGridPartType::IntersectionIteratorType HostIntersectionIteratorType;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/filteredgridpart/
H A Diterator.hh25 typedef typename GridPartType::HostGridPartType HostGridPartType; typedef in Dune::Fem::FilteredGridPartIterator
26 …typedef typename HostGridPartType::template Codim< codim >::template Partition< pitype >::Iterator…
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/test/
H A Dtest-filtered-df.cc36 typedef Dune::Fem::LeafGridPart< GridType > HostGridPartType; in main() typedef
37 HostGridPartType hostGridPart( grid ); in main()
52 typedef Dune::Fem::DomainFilter< HostGridPartType, ArrayType > FilterType; in main()
57 typedef Dune::Fem::FilteredGridPart< HostGridPartType, FilterType, true > FilteredGridPartType; in main()
81 …typedef Dune::Fem::DiscontinuousGalerkinSpace< FunctionSpaceType, HostGridPartType, 0 > HostDiscre… in main()