#include <test/multidomain/embedded/1d3d/1p_1p/l2norm.hh>
|
| template<class Problem, class Solution> |
| static Scalar | computeErrorNorm (const Problem &problem, const Solution &sol, int order) |
| | Calculate the L2-Norm of the solution and hmax of the grid.
|
| template<class Problem> |
| static Scalar | computeNormalization (const Problem &problem, int order) |
◆ computeErrorNorm()
template<class Scalar>
template<class Problem, class Solution>
| Scalar Dumux::L2Norm< Scalar >::computeErrorNorm |
( |
const Problem & | problem, |
|
|
const Solution & | sol, |
|
|
int | order ) |
|
inlinestatic |
Calculate the L2-Norm of the solution and hmax of the grid.
◆ computeNormalization()
template<class Scalar>
template<class Problem>
| Scalar Dumux::L2Norm< Scalar >::computeNormalization |
( |
const Problem & | problem, |
|
|
int | order ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: