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
f7f59449
Commit
f7f59449
authored
6 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in comments
parent
573e9e01
No related branches found
No related tags found
1 merge request
!228
Fix typos in comments
Pipeline
#11514
passed
6 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/istl/preconditioners.hh
+1
-1
1 addition, 1 deletion
dune/istl/preconditioners.hh
dune/istl/superlu.hh
+1
-1
1 addition, 1 deletion
dune/istl/superlu.hh
with
2 additions
and
2 deletions
dune/istl/preconditioners.hh
+
1
−
1
View file @
f7f59449
...
...
@@ -923,7 +923,7 @@ namespace Dune {
/**
* \brief constructor
*
* The constructor copies the matrix A and computes its IL
U
decomposition.
* The constructor copies the matrix A and computes its IL
DL
decomposition.
*
* \param[in] A matrix to operate on
* \param[in] relax relaxation factor
...
...
This diff is collapsed.
Click to expand it.
dune/istl/superlu.hh
+
1
−
1
View file @
f7f59449
...
...
@@ -255,7 +255,7 @@ namespace Dune
*
* SuperLU supports single and double precision floating point and complex
* numbers. Unfortunately these cannot be used at the same time.
* Therfore users must set SUPERLU_NTYPE (0: float, 1: double,
* Ther
e
fore users must set SUPERLU_NTYPE (0: float, 1: double,
* 2: std::complex<float>, 3: std::complex<double>)
* if the numeric type should be different from double.
*/
...
...
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