Evaluation of an error between a (coarse) solution and a reference solution and adaptivity in L2 space. More...
#include <l2_adapt.h>
Inherits Adapt.
Public Member Functions | |
| L2Adapt (const Tuple< Space * > &spaces) | |
| Constructor. | |
Evaluation of an error between a (coarse) solution and a reference solution and adaptivity in L2 space.
The class provides functionality necessary to adaptively refine elements in L2 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 L2ProjBasedSelector.
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 L2Space. |
1.6.3