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
ad64724d
Commit
ad64724d
authored
15 years ago
by
Oliver Sander
Committed by
sander@PCPOOL.MI.FU-BERLIN.DE
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
delete some outdated documentation
[[Imported from SVN: r3233]]
parent
6b1e1e22
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/solvers/iterativesolver.hh
+1
-5
1 addition, 5 deletions
dune/solvers/solvers/iterativesolver.hh
with
1 addition
and
5 deletions
dune/solvers/solvers/iterativesolver.hh
+
1
−
5
View file @
ad64724d
...
@@ -5,11 +5,7 @@
...
@@ -5,11 +5,7 @@
#include
<dune/solvers/iterationsteps/iterationstep.hh>
#include
<dune/solvers/iterationsteps/iterationstep.hh>
#include
<dune/solvers/norms/norm.hh>
#include
<dune/solvers/norms/norm.hh>
/** \brief A generic iterative solver
/** \brief Abstract base class for iterative solvers */
*
* This class basically implements a loop that calls
* an iteration procedure (which is to be supplied be
* the user). It also monitors convergence. */
template
<
class
VectorType
,
class
BitVectorType
=
Dune
::
BitSetVector
<
VectorType
::
block_type
::
dimension
>
>
template
<
class
VectorType
,
class
BitVectorType
=
Dune
::
BitSetVector
<
VectorType
::
block_type
::
dimension
>
>
class
IterativeSolver
:
public
Solver
class
IterativeSolver
:
public
Solver
{
{
...
...
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