Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Commits
fbbf1614
Commit
fbbf1614
authored
1 year ago
by
Dennis Gläser
Committed by
Timo Koch
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[pdesolver][doc] Improve documentation of apply
parent
6af174ba
No related branches found
No related tags found
1 merge request
!3647
[pdesolver] Add apply interface that returns converged result
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dumux/common/pdesolver.hh
+2
-0
2 additions, 0 deletions
dumux/common/pdesolver.hh
with
2 additions
and
0 deletions
dumux/common/pdesolver.hh
+
2
−
0
View file @
fbbf1614
...
@@ -89,6 +89,8 @@ public:
...
@@ -89,6 +89,8 @@ public:
* solution, defining primary and possibly secondary variables
* solution, defining primary and possibly secondary variables
* and information on the time level.
* and information on the time level.
* \return bool true if the solver converged
* \return bool true if the solver converged
* \post If converged, the given `Variables` will represent the solution. If the solver
* does not converge, it may be the case that they are in some intermediate (implementation-dependent) state.
*/
*/
virtual
bool
apply
(
Variables
&
vars
)
=
0
;
virtual
bool
apply
(
Variables
&
vars
)
=
0
;
...
...
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