|
dune-fem 2.8.0
|
Manages the testriction and prolongation of discrete functions in 
#include <dune/fem/space/common/adaptationmanager.hh>

Classes | |
| class | DataProjectionWrapper |
Public Types | |
| using | DiscreteFunctionSpaceType = DiscreteFunctionSpace |
| discrete function space type | |
| using | DataProjectionType = DataProjection |
| data projection type | |
Public Member Functions | |
| DataProjection & | dataProjection () |
Construction | |
| AdaptationManager (DiscreteFunctionSpaceType &space, DataProjectionType &&dataProjection) | |
| AdaptationManager (const ThisType &)=delete | |
| Deleted methods. | |
| ThisType & | operator= (const ThisType &)=delete |
| assignment operator | |
Adaptation | |
| bool | adaptive () const |
| returns true | |
| void | adapt () |
| perform adaptation | |
| const char * | methodName () const |
| return name of adaptation method | |
| double | adaptationTime () const |
| return time spent on adaptation | |
Load balancing | |
| bool | loadBalance () |
| please doc me | |
| int | balanceCounter () const |
| please doc me | |
| double | loadBalanceTime () const |
| please doc me | |
Manages the testriction and prolongation of discrete functions in 
| DiscreteFunctionSpace | an adaptive discrete function space |
| DataProjection | a DataProjection type |
| using Dune::Fem::hpDG::AdaptationManager< DiscreteFunctionSpace, DataProjection >::DataProjectionType = DataProjection |
data projection type
| using Dune::Fem::hpDG::AdaptationManager< DiscreteFunctionSpace, DataProjection >::DiscreteFunctionSpaceType = DiscreteFunctionSpace |
discrete function space type
|
inlineexplicit |
|
delete |
Deleted methods.
copy constructor
|
inlinevirtual |
perform adaptation
Reimplemented from Dune::Fem::AdaptationManagerInterface.
|
inlinevirtual |
return time spent on adaptation
Reimplemented from Dune::Fem::AdaptationManagerInterface.
|
inlinevirtual |
returns true
Reimplemented from Dune::Fem::AdaptationManagerInterface.
|
inlinevirtual |
please doc me
Reimplemented from Dune::Fem::AdaptationManagerInterface.
|
inline |
|
inlinevirtual |
please doc me
Reimplemented from Dune::Fem::AdaptationManagerInterface.
|
inlinevirtual |
please doc me
Reimplemented from Dune::Fem::LoadBalancerInterface.
|
inlinevirtual |
return name of adaptation method
Reimplemented from Dune::Fem::AdaptationManagerInterface.
|
delete |
assignment operator