/var/www2/hermes2d/hermes2d/src/norm.h File Reference

#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)

Function Documentation

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  ) 
Generated on Sat Jun 5 15:17:43 2010 for Hermes2D Library: Real Version by  doxygen 1.6.3