Home
last modified time | relevance | path

Searched refs:HostHandleType (Results 1 – 4 of 4) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/
H A Dfilteredgridpart.hh381 typedef CommDataHandleIF< DataHandleImp, DataType > HostHandleType; in communicate() typedef
382 FilteredGridPartDataHandle< HostHandleType, ThisType > handleWrapper( dataHandle, *this ); in communicate()
H A Dgeogridpart.hh263 typedef CommDataHandleIF< DataHandle, Data > HostHandleType; in communicate() typedef
264 GeoDataHandle< GridPartFamily, HostHandleType > handleWrapper( coordFunction_, handle ); in communicate()
H A Dgeometrygridpart.hh292 typedef CommDataHandleIF< DataHandle, Data > HostHandleType; in communicate() typedef
293 … GeometryGridPartDataHandle< GridFamily, HostHandleType > handleWrapper( handle, gridFunction_ ); in communicate()
H A Didgridpart.hh245 typedef CommDataHandleIF< DataHandle, Data > HostHandleType; in communicate() typedef
246 IdDataHandle< HostHandleType, GridFamily > handleWrapper( data(), handle ); in communicate()