dune-fem 2.8.0
|
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...
#include <dune/fem/space/common/adaptationmanager.hh>
Static Public Member Functions | |
template<class GridType > | |
static void | apply (GridType &grid) |
apply local refinement and also adjust index sets and managed dof storage. However, user data stored before is lost. | |
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.
|
inlinestatic |
apply local refinement and also adjust index sets and managed dof storage. However, user data stored before is lost.
grid | Grid that is globally refined |