Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Core Modules
dune-geometry
Commits
e9a9938f
Commit
e9a9938f
authored
Mar 09, 2022
by
Carsten Gräser
Browse files
[doc] Mention extended jacobian interface of geometry classes in the change log.
parent
9ef54000
Pipeline
#45730
passed with stage
in 5 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
e9a9938f
# Master (will become release 2.9)
-
The
`Geometry`
interface was extended by methods
`jacobian(local)`
and
`jacobianInverse(local)`
and corresponding typedefs
`Jacobian`
and
`JacobianInverse`
. This is implemented by all geometry
implementations provided by dune-geometry. But external implementations need to be adjusted
to pass the interface check provided by
`checkgeometry.hh`
.
-
The
`Geometry::integrationElement`
now needs to return the type
`Volume`
instead of
`ctype`
. Note that this may be different from
`ctype`
if the
geometry supports typed dimensions. In such case,
`ctype`
is a length, and not
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment