DUNE PDELab (git)

Dune::PDELab::GridAdaptor< Grid, GFSU, U, Projection > Class Template Reference

Class for automatic adaptation of the grid. More...

#include <dune/pdelab/adaptivity/adaptivity.hh>

Public Member Functions

 GridAdaptor (const GFSU &gfs)
 The constructor. More...
 

Detailed Description

template<class Grid, class GFSU, class U, class Projection>
class Dune::PDELab::GridAdaptor< Grid, GFSU, U, Projection >

Class for automatic adaptation of the grid.

   The GridAdaptor capsules the act of deciding which Elems to refine and coarsen,
   adapting the grid, and transfering the solution from the old grid to the new one.
   Currrently this only works for scalar solutions.
Template Parameters
GridType of the grid we want to adapt
GFSUType of ansatz space, we need to update it after adaptation
UContainer class of the solution
ProjectionProjection used when Elems vanish

Constructor & Destructor Documentation

◆ GridAdaptor()

template<class Grid , class GFSU , class U , class Projection >
Dune::PDELab::GridAdaptor< Grid, GFSU, U, Projection >::GridAdaptor ( const GFSU &  gfs)
inlineexplicit

The constructor.

Parameters
gfsThe ansatz space, we need to update it

The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)