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
27f86b23
Commit
27f86b23
authored
6 years ago
by
Dennis Gläser
Committed by
Timo Koch
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[changelog] add comment on multidomain
parent
7f42142f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1234
Add changelog for version update 2.12 >> 3.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
with
8 additions
and
0 deletions
CHANGELOG.md
+
8
−
0
View file @
27f86b23
...
...
@@ -38,6 +38,14 @@ Differences Between DuMuX 2.12 and DuMuX 3.0
(e.g.
`GridGeometry`
) and the
`Element`
object (e.g.
`ElementGeometry`
) are mere accessor objects, or, data will be partly only cached locally.
The local caching uses less memory but might result in a more runtime, the grid caching is memory intensive
but can provide a significant run-time speedup. Choose whatever concept fits your available resources.
-
__Multidomain:__ DuMux 3.0 introduces a new multidomain framework which does no longer depend on
`dune-multidomain`
and can be used for the coupling
of an arbitrary number of subdomains. The sub-domains can be regions in which a different set of equations are solved and/or which have different
dimensionalities. The implementation is such that any of the existing DuMux models can be used in the subdomains, while the data and functionality
required for the coupling of the sub-domains is implemented in a
`CouplingManger`
class. Three different coupling concepts are available, for which
there are a number of available
`CouplingManager`
class implementations:
-
_Boundary:_ coupling across sub-domain boundaries
-
_Embedded:_ Coupling between a bulk domain and an embedded lower-dimensional sub-domain which has an independent grid
-
_Facet:_ Coupling betweeen a bulk domain and a codimension-one sub-domain, which is conforming with the element facets of the bulk domain
*
__IMMEDIATE INTERFACE CHANGES not allowing/requiring a deprecation period:__
-
The
`GridCreator`
has been replaced by the
`GridManager`
, which no longer uses a singleton for the grid object.
...
...
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