DUNE-FEM (unstable)

Dune::Fem::GlobalRefine Struct Reference

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...

#include <dune/fem/space/common/adaptationmanager.hh>

Static Public Member Functions

template<class GridType >
static void apply (GridType &grid, const int step)
 apply global refinement and also adjust index sets and managed dof storage. However, user data stored before is lost. More...
 

Detailed Description

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.

Member Function Documentation

◆ apply()

template<class GridType >
static void Dune::Fem::GlobalRefine::apply ( GridType &  grid,
const int  step 
)
inlinestatic

apply global refinement and also adjust index sets and managed dof storage. However, user data stored before is lost.

Parameters
gridGrid that is globally refined
steprefinement steps that are applied

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 27, 22:29, 2024)