Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
dumux-repositories
dumux
Merge requests
!1365
[fvproblem] Resize the solution vector before applying initial solution
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Timo Koch
requested to merge
feature/resize-sol-in-applyinitsol
into
master
Nov 29, 2018
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
The solution was assumed to be resized before applying the initial solution. I don't think this is safe.
Resizing has no effect if the size is already the same
Merge request reports