Evaluation of an error between a (coarse) solution and a reference solution and adaptivity in H1 space. More...
#include <h1_adapt.h>
Inherits Adapt.
Public Member Functions | |
| H1Adapt (const Tuple< Space * > &spaces) | |
| Constructor. | |
Evaluation of an error between a (coarse) solution and a reference solution and adaptivity in H1 space.
The class provides functionality necessary to adaptively refine elements in H1 space. Given a reference solution and a coarse solution, it calculates error estimates and it acts as a container for the calculated errors. The class works best with a selector H1ProjBasedSelector.
Constructor.
| [in] | spaces | An array of spaces. The number of spaces determines the number of components. For the best results, use instances of the class H1Space. |
1.6.3