DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
LoadBalancer
Classes | |
class | Dune::Fem::LoadBalancerInterface |
Interface class for load balancing. More... | |
class | Dune::Fem::LoadBalancer< GridType > |
This class manages the adaptation process. If the method adapt is called, then the grid is adapted and also all the data belonging to the given dof manager will be rearranged for data set where it is necessary to keep the data. More... | |
Detailed Description
In this module a concept for calling the grids load balance method is described and implemented.
- Remarks
- The interface for a LoadBalancer object is described by the class LoadBalancerInterface.
