dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces
adaptationmanager.hh File Reference
#include <string>
#include <dune/common/timer.hh>
#include <dune/fem/space/common/dofmanager.hh>
#include <dune/fem/operator/common/objpointer.hh>
#include <dune/fem/misc/capabilities.hh>
#include <dune/fem/space/common/communicationmanager.hh>
#include <dune/fem/space/common/loadbalancer.hh>
#include <dune/fem/space/common/restrictprolonginterface.hh>
#include <dune/fem/storage/singletonlist.hh>
#include <dune/fem/space/common/adaptcallbackhandle.hh>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/io/file/persistencemanager.hh>
#include <dune/fem/misc/mpimanager.hh>
#include <dune/fem/space/common/dataprojection/dataprojection.hh>

Go to the source code of this file.

Classes

class  Dune::Fem::AdaptationManagerInterface
 AdaptationManagerInterface class. More...
 
class  Dune::Fem::AdaptationMethod< GridType >
 AdaptationMethod is a simple adaptation method reader class. More...
 
class  Dune::Fem::AdaptationManagerBase< GridType, RestProlOperatorImp >
 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...
 
struct  Dune::Fem::AdaptationManagerReferenceFactory< KeyType, ObjectType >
 factory class to create adaptation manager reference counter More...
 
class  Dune::Fem::AdaptationManager< GridType, RestProlOperatorImp >
 This class manages the adaptation process including a load balancing after the adaptation step. This class is created by the AdaptationManager for each grid instance. See AdaptationManager for details. More...
 
class  Dune::Fem::hpDG::AdaptationManager< DiscreteFunctionSpace, DataProjection >
 Manages the testriction and prolongation of discrete functions in $(h)p$-adaptive computations. More...
 
class  Dune::Fem::hpDG::AdaptationManager< DiscreteFunctionSpace, DataProjection >::DataProjectionWrapper
 
struct  Dune::Fem::GlobalRefine
 A class with one static method apply to globally refine a grid. All index sets are adapted to the new grid and the managed dof storage is expanded - but no prolongation or restriction of data is performed. More...
 
struct  Dune::Fem::LocalRefine
 A class with one static method apply for invoking the local adaptation procedure on a given grid instance. All index sets are adapted to the new grid and the managed dof storage is expanded - but no prolongation or restriction of data is performed. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 
namespace  Dune::Fem::hpDG