dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes
DataCollectors
Collaboration diagram for DataCollectors:

Classes

class  Dune::Fem::DiscreteFunctionTraits< DiscreteFunction >
 Traits class for a DiscreteFunction. More...
 
class  Dune::Fem::DofManager< Grid >
 
class  Dune::Fem::LocalInlinePlus< LocalOp, ParamT >
 
struct  Dune::Fem::DataCollectorTraits
 
class  Dune::Fem::CombinedLocalDataCollect< A, B >
 
class  Dune::Fem::LocalInterface< ParamT >
 
class  Dune::Fem::DataCollectorInterface< GridType, ObjectStreamImp >
 
class  Dune::Fem::DummyDataCollector< GridType >
 empty data collector More...
 
class  Dune::Fem::DataCollector< GridType, LocalDataCollectImp >
 The DataCollector is an example for a grid walk done while load balancing moves entities from one processor to another. The Communicator or grid should call the inlineData (write Data to ObjectStream) and the xtractData (read Data from Stream) and provide the macro level Entity<codim =0> and the ObjectStream. This Operator then does the hierarhic walk and calls its local pack operators which know the discrete functions to pack to the stream. More...
 
struct  Dune::Fem::LocalDataInlinerTraits< DiscreteFunctionType >
 
class  Dune::Fem::LocalDataInliner< DiscreteFunctionType, ContainsCheck >
 Inline DiscreteFunction data during load balancing. More...
 
struct  Dune::Fem::LocalDataXtractorTraits< DiscreteFunctionType >
 
class  Dune::Fem::LocalDataXtractor< DiscreteFunctionType, ContainsCheck >
 Inline DiscreteFunction data during load balancing. More...
 

Detailed Description