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
44936eac
Commit
44936eac
authored
3 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Remove deprecated ImplicitModeOverflowExhausted
parent
a600ade8
No related branches found
No related tags found
1 merge request
!467
Remove deprecated code
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
dune/istl/istlexception.hh
+0
-9
0 additions, 9 deletions
dune/istl/istlexception.hh
with
3 additions
and
9 deletions
CHANGELOG.md
+
3
−
0
View file @
44936eac
...
...
@@ -30,6 +30,9 @@
`firstmatrixelement`
, and
`bilu_decomposition`
are removed. Use their camel case
replacements.
-
Remove deprecated
`ImplicitModeOverflowExhausted`
, use
`ImplicitModeCompressionBufferExhausted`
instead.
# Release 2.8
-
Extended the MatrixMarket IO functions for reading and writing vectors with
...
...
This diff is collapsed.
Click to expand it.
dune/istl/istlexception.hh
+
0
−
9
View file @
44936eac
...
...
@@ -34,15 +34,6 @@ namespace Dune {
:
public
BCRSMatrixError
{};
/** \brief Alias for backward compatibility
*
* \deprecated The class ImplicitModeOverflowExhausted got renamed to ImplicitModeCompressionBufferExhausted
* in dune-istl 2.8, because the old name was very misleading. We keep the old name for
* backward compatibility, but discourage its use.
*/
using
ImplicitModeOverflowExhausted
[[
deprecated
(
"Use ImplicitModeCompressionBufferExhausted instead!"
)]]
=
ImplicitModeCompressionBufferExhausted
;
//! Thrown when a solver aborts due to some problem.
/**
* Problems that may cause the solver to abort include a NaN detected during
...
...
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