Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
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
Merge requests
!2205
[newtonsolver] Use virtual function to update the gridVars after an update of the solution
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[newtonsolver] Use virtual function to update the gridVars after an update of the solution
feature/newton-update-gridvars
into
master
Overview
3
Commits
2
Pipelines
0
Changes
3
Merged
Kilian Weishaupt
requested to merge
feature/newton-update-gridvars
into
master
4 years ago
Overview
3
Commits
2
Pipelines
0
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 2
83bf6c31
4 years ago
version 1
589aa288
4 years ago
master (base)
and
latest version
latest version
86134405
2 commits,
4 years ago
version 2
83bf6c31
2 commits,
4 years ago
version 1
589aa288
2 commits,
4 years ago
3 files
+
17
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dumux/assembly/fvassembler.hh
+
0
−
3
Options
@@ -154,9 +154,6 @@ public:
{
checkAssemblerState_
();
// update the grid variables for the case of active caching
gridVariables_
->
update
(
curSol
);
assemble_
([
&
](
const
Element
&
element
)
{
LocalAssembler
localAssembler
(
*
this
,
element
,
curSol
);
Loading