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

Adding rules and methods for hessian of sum of scalar CellFields and product of two scalar CellFields #1053

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kishore-nori
Copy link
Collaborator

  • added rules and methods for hessian of sum of scalar Fields (hence CellFields)
  • added rules and methods for hessian of product of two scalar Fields (hence CellFields)
  • added corresponding tests to check the new functionality

this closes issue #875

@kishore-nori kishore-nori linked an issue Nov 17, 2024 that may be closed by this pull request
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 35.89744% with 25 lines in your changes missing coverage. Please review.

Project coverage is 88.80%. Comparing base (fd2a682) to head (8d4d28f).

Files with missing lines Patch % Lines
src/Fields/ApplyOptimizations.jl 0.00% 22 Missing ⚠️
src/Fields/FieldsInterfaces.jl 82.35% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1053      +/-   ##
==========================================
- Coverage   88.87%   88.80%   -0.07%     
==========================================
  Files         195      195              
  Lines       23575    23610      +35     
==========================================
+ Hits        20953    20968      +15     
- Misses       2622     2642      +20     

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

@kishore-nori kishore-nori marked this pull request as draft November 17, 2024 14:17
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.

Laplacian of product of CellFields doesn't work.
1 participant