Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-solvers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
agnumpde
dune-solvers
Commits
dc1d71f8
Commit
dc1d71f8
authored
13 years ago
by
graeser
Committed by
graeser
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/solvers/norms/energynorm.hh
+11
-1
11 additions, 1 deletion
dune/solvers/norms/energynorm.hh
with
11 additions
and
1 deletion
dune/solvers/norms/energynorm.hh
+
11
−
1
View file @
dc1d71f8
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment