Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace shape_value etc for interpolations with reference_shape_value #997

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

fredrikekre
Copy link
Member

This patch is a follow up to #721 and replaces shape_value, shape_gradient etc for interpolations, which return evaluations in the reference domain, with new functions reference_shape_value, reference_shape_gradient, etc. The new functions are public but not exported.

Separating these functions make it possible to support reference_shape_value etc for CellValues too in the future.

…lue`

This patch is a follow up to #721 and replaces `shape_value`,
`shape_gradient` etc for interpolations, which return evaluations in the
reference domain, with new functions `reference_shape_value`,
`reference_shape_gradient`, etc. The new functions are public but not
exported.

Separating these functions make it possible to support
`reference_shape_value` etc for `CellValues` too in the future.
@fredrikekre fredrikekre requested a review from lijas June 28, 2024 11:28
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

Attention: Patch coverage is 97.22222% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.69%. Comparing base (b5ff977) to head (fd46c6e).

Files Patch % Lines
src/interpolations.jl 96.55% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #997   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files          38       38           
  Lines        5723     5723           
=======================================
  Hits         5362     5362           
  Misses        361      361           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fredrikekre fredrikekre merged commit 900f6ed into master Jun 28, 2024
11 checks passed
@fredrikekre fredrikekre deleted the fe/reference_shape_value branch June 28, 2024 11:44
KnutAM added a commit that referenced this pull request Aug 2, 2024
Update devdocs to consider #997, and adds the hessian functions from #938
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant