Routines to calculate the discrete L2 error. More...
#include <test/freeflow/navierstokes/l2error.hh>
Routines to calculate the discrete L2 error.
Static Public Member Functions | |
template<class Problem , class SolutionVector > | |
static auto | calculateL2Error (const Problem &problem, const SolutionVector &curSol) |
Calculates the L2 error between the analytical solution and the numerical approximation. More... | |
|
inlinestatic |
Calculates the L2 error between the analytical solution and the numerical approximation.
problem | The object specifying the problem which ought to be simulated |
curSol | Vector containing the current solution |