dune-fem 2.8.0
|
#include <cassert>
#include <iostream>
#include <set>
#include <type_traits>
#include <vector>
#include <dune/common/timer.hh>
#include <dune/fem/function/common/discretefunction.hh>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/misc/mpimanager.hh>
#include <dune/fem/space/common/datacollector.hh>
#include <dune/fem/space/common/dofmanager.hh>
#include <dune/fem/space/common/commoperations.hh>
Go to the source code of this file.
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... | |
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |