#include "solution.h"#include "refmap.h"Go to the source code of this file.
Functions | |
| H2D_API double | calc_error (double(*fn)(MeshFunction *, MeshFunction *, RefMap *, RefMap *), MeshFunction *sln1, MeshFunction *sln2) |
| Calculates the absolute error between sln1 and sln2 using function fn. | |
| H2D_API double | calc_norm (double(*fn)(MeshFunction *, RefMap *), MeshFunction *sln) |
| Calculates the norm of sln using function fn. | |
| H2D_API double | l2_error (MeshFunction *sln1, MeshFunction *sln2) |
| H2D_API double | l2_norm (MeshFunction *sln) |
| H2D_API double | h1_error (MeshFunction *sln1, MeshFunction *sln2) |
| H2D_API double | h1_norm (MeshFunction *sln) |
| H2D_API double calc_error | ( | double(*)(MeshFunction *, MeshFunction *, RefMap *, RefMap *) | fn, | |
| MeshFunction * | sln1, | |||
| MeshFunction * | sln2 | |||
| ) |
Calculates the absolute error between sln1 and sln2 using function fn.
| H2D_API double calc_norm | ( | double(*)(MeshFunction *, RefMap *) | fn, | |
| MeshFunction * | sln | |||
| ) |
Calculates the norm of sln using function fn.
| H2D_API double h1_error | ( | MeshFunction * | sln1, | |
| MeshFunction * | sln2 | |||
| ) |
| H2D_API double h1_norm | ( | MeshFunction * | sln | ) |
| H2D_API double l2_error | ( | MeshFunction * | sln1, | |
| MeshFunction * | sln2 | |||
| ) |
| H2D_API double l2_norm | ( | MeshFunction * | sln | ) |
1.6.3