Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Core Modules
dune-istl
Commits
b0efdba0
Commit
b0efdba0
authored
9 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Fix a few typos in the documentation
parent
a583e3b4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/istl/preconditioners.hh
+2
-2
2 additions, 2 deletions
dune/istl/preconditioners.hh
with
2 additions
and
2 deletions
dune/istl/preconditioners.hh
+
2
−
2
View file @
b0efdba0
...
...
@@ -29,10 +29,10 @@ namespace Dune {
* (e.g. AMG, BlockPreconditioner) available for plugging them into the solvers
* together with matching ScalarProducts.
*
* Some of the available p
e
rconditioners (e.g. SeqJacobi, SeqSOR, SeqSSOR))
* Some of the available pr
e
conditioners (e.g. SeqJacobi, SeqSOR, SeqSSOR))
* may be given an aditional int as a template parameter, the block recursion level.
* These preconditioners
* can be used on blockrecursive matrices with an arbitrary hierarchy depth
s
* can be used on block
-
recursive matrices with an arbitrary hierarchy depth
* (eg. BCRSMatrix<BCRSMatrix<FieldMatrix,n,m> > >. Given a block recursion level
* \f$k\f$ those preconditioners work as
* normal on the offdiagonal blocks, treating them as traditional matrix
...
...
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