Make shape_symmetric_gradient work for PointValues#1325
Make shape_symmetric_gradient work for PointValues#1325KnutAM merged 6 commits intoFerrite-FEM:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1325 +/- ##
==========================================
+ Coverage 94.40% 94.46% +0.05%
==========================================
Files 40 40
Lines 6846 6843 -3
==========================================
+ Hits 6463 6464 +1
+ Misses 383 379 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Nice, seems like this has been missed! However, feels like we could/should define shape_symmetric_gradient(fev::AbstractValues, qp::Integer, i::Integer) = symmetric(shape_gradient(fev, qp, i))in |
|
Good point, I've put the evlauation in common_values.jl and removed it from point- and cellvalues I think there is a pre-commit check fail, that is not related to this PR? |
KnutAM
left a comment
There was a problem hiding this comment.
I think there is a pre-commit check fail, that is not related to this PR?
Should not be related, not sure what's going on here - seemed to pass on @fredrikekre's last pr which updated the runic checks?
There was a problem hiding this comment.
Can add the default implementation here
There was a problem hiding this comment.
And remove from
Ferrite.jl/src/FEValues/FacetValues.jl
Line 96 in efa551d
Ferrite.jl/src/FEValues/CellValues.jl
Line 103 in efa551d
?
|
I guess this Ferrite.jl/.github/workflows/Check.yml Line 17 in efa551d SKIP: runic,runic-md now but it is weird that it fails.
|
I deleted the cache: "pre-commit-3||6cd8084397da75e58f6d6387e234fe470a36bdbe740bae6dd0cce921aee96fb8", and then it work since it forces re-install of Runic. I think this errors surfaces because of the update in #1314, as Could it be that there really should be an |
The function
shape_symmetric_gradientdid not work for me for PointValues.Now the following code works:
Also added test for
shape_symmetric_gradientandsymmetric_gradient