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
461512cf
Commit
461512cf
authored
18 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
the infamous 'separately'
[[Imported from SVN: r645]]
parent
7cdf515e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
istl/bcrsmatrix.hh
+1
-1
1 addition, 1 deletion
istl/bcrsmatrix.hh
istl/preconditioners.hh
+1
-1
1 addition, 1 deletion
istl/preconditioners.hh
with
2 additions
and
2 deletions
istl/bcrsmatrix.hh
+
1
−
1
View file @
461512cf
...
...
@@ -1340,7 +1340,7 @@ namespace Dune {
size_type
n
;
// number of rows
size_type
m
;
// number of columns
size_type
nnz
;
// number of nonzeros allocated in the a and j array below
// zero means that memory is allocated sep
e
rately for each row.
// zero means that memory is allocated sep
a
rately for each row.
// the rows are dynamically allocated
row_type
*
r
;
// [n] the individual rows having pointers into a,j arrays
...
...
This diff is collapsed.
Click to expand it.
istl/preconditioners.hh
+
1
−
1
View file @
461512cf
...
...
@@ -61,7 +61,7 @@ namespace Dune {
system. It may. e.g., scale the system, allocate memory or
compute a (I)LU decomposition.
Note: The ILU decomposition could also be computed in the constructor
or with a sep
e
rate method of the derived method if several
or with a sep
a
rate method of the derived method if several
linear systems with the same matrix are to be solved.
\param x The left hand side of the equation.
...
...
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