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

Shape derivative #54

Merged
merged 6 commits into from
Feb 11, 2022
Merged

Conversation

ConnorMallon
Copy link
Contributor

Modifications to allow propogation of duals for autodiff ( to resolve #51 ).

In this commit, type parameters are introduced to allow for dual numbers in the description of the geometry. A test is added for the target functionality but not included in the test set for the sake of not adding ForwardDiff as a dependency.

Connor added 4 commits September 5, 2021 17:14
using type parameters for generalising methods

add ShapeDerivative test

clean
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #54 (2644436) into master (c2945d6) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   86.98%   86.99%   +0.01%     
==========================================
  Files          15       15              
  Lines        1790     1792       +2     
==========================================
+ Hits         1557     1559       +2     
  Misses        233      233              
Impacted Files Coverage Δ
src/Interfaces/SubCellTriangulations.jl 91.22% <ø> (ø)
src/Interfaces/SubFacetTriangulations.jl 82.22% <100.00%> (+0.19%) ⬆️
src/LevelSetCutters/CutTriangulations.jl 97.30% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2945d6...2644436. Read the comment docs.

@santiagobadia santiagobadia merged commit 67e70df into gridap:master Feb 11, 2022
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.

Shape derivative
3 participants