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
cf721dc2
Commit
cf721dc2
authored
18 years ago
by
Markus Blatt
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fixes.
[[Imported from SVN: r677]]
parent
18d27ccd
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
istl/paamg/amg.hh
+6
-3
6 additions, 3 deletions
istl/paamg/amg.hh
with
6 additions
and
3 deletions
istl/paamg/amg.hh
+
6
−
3
View file @
cf721dc2
...
...
@@ -75,10 +75,11 @@ namespace Dune
/**
* @brief Construct an AMG with an inexact coarse solver based on the smoother.
*
* As coarse solver a prconditioned CG method with the smoother as preconditioner
* As coarse solver a pr
e
conditioned CG method with the smoother as preconditioner
* will be used. The matrix hierarchy is built automatically.
* @param fineOperator The operator on the fine level.
* @param criterion The coarsen criterion.
* @param criterion The criterion describing the coarsening strategy. E. g. SymmetricCriterion
* or UnsymmetricCriterion.
* @param smootherArgs The arguments for constructing the smoothers.
* @param gamma 1 for V-cycle, 2 for W-cycle
* @param smoothingSteps The number of smoothing steps for pre and postsmoothing.
...
...
@@ -91,10 +92,13 @@ namespace Dune
~
AMG
();
/** \copydoc Preconditioner::pre */
void
pre
(
Domain
&
x
,
Range
&
b
);
/** \copydoc Preconditioner::apply */
void
apply
(
Domain
&
v
,
const
Range
&
d
);
/** \copydoc Preconditioner::post */
void
post
(
Domain
&
x
);
private
:
...
...
@@ -189,7 +193,6 @@ namespace Dune
delete
scalarProduct_
;
}
/** \copydoc Preconditioner::pre */
template
<
class
M
,
class
X
,
class
S
,
class
P
,
class
A
>
void
AMG
<
M
,
X
,
S
,
P
,
A
>::
pre
(
Domain
&
x
,
Range
&
b
)
{
...
...
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