Skip to content
Snippets Groups Projects
Commit dc1d71f8 authored by graeser's avatar graeser Committed by graeser
Browse files

Document usage with LinearIterationStep

Explane what it does and why one needs this

[[Imported from SVN: r4698]]
parent 23355c25
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,17 @@
*
* \f$\Vert u \Vert_A = (u, Au)^{1/2}\f$
*
* \todo Elaborate documentation, esp. why does a norm have a member LinearIterationStep a.s.o.
* As alternative to providing the EnergyNorm directly with a matrix
* one can also provide it with a LinearIterationStep. In this case
* the matrix for the linear problem associated with the LinearIterationStep
* is used. This is necessary because you sometimes do not
* know the matrix in advance. This is, for example, the case
* for the coarse level matrices constructed by a multilevel solver.
*
* Be carefull: This matrix is not the one representing the preconditioner
* induced by the LinearIterationStep.
*
* \todo Elaborate documentation.
*/
template<class OperatorType, class DiscFuncType>
class EnergyNorm : public Norm<DiscFuncType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment