Skip to content

Extend vdim to support vector-valued kernels - #141

Merged
tanderson92 merged 42 commits into
mainfrom
vec-valued-vdim
Jul 28, 2026
Merged

Extend vdim to support vector-valued kernels#141
tanderson92 merged 42 commits into
mainfrom
vec-valued-vdim

Conversation

@maltezfaria

Copy link
Copy Markdown
Member

No description provided.

@codecov

codecov Bot commented Jan 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.42194% with 232 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.38%. Comparing base (650fe33) to head (92e08a9).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
ext/IntiFMMLIB2DExt.jl 0.00% 145 Missing ⚠️
src/kernels.jl 82.73% 29 Missing ⚠️
ext/IntiFMM3DExt.jl 85.93% 18 Missing ⚠️
ext/IntiFMM2DExt.jl 90.34% 14 Missing ⚠️
src/vdim.jl 98.19% 8 Missing ⚠️
src/nystrom.jl 64.70% 6 Missing ⚠️
src/api.jl 88.88% 5 Missing ⚠️
src/bdim.jl 96.34% 3 Missing ⚠️
src/entities.jl 50.00% 3 Missing ⚠️
src/utils.jl 80.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (650fe33) and HEAD (92e08a9). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (650fe33) HEAD (92e08a9)
2 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
- Coverage   81.76%   76.38%   -5.39%     
==========================================
  Files          25       25              
  Lines        4525     5471     +946     
==========================================
+ Hits         3700     4179     +479     
- Misses        825     1292     +467     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

maltezfaria and others added 8 commits May 22, 2026 17:22
What this commit does is execute X over scalar densities
regarding the monomials as an FMM "charge" and request the FMM-based
Hessian of the resulting potential, rather than before where we
applied X to a dipole vector and took a gradient. The latter
gradient-of-dipole computation is still the way that the `online' phase
of the algorithm works, as there we truly do have a vector `g` input.
`HessianKernel` now accepts two modes of dispatch, charge vs. dipole,
and the FMM, if supported for that mode, then executes respectively, a
scalar->SMatrix computation or an SVector->SVector computation (the
latter a dipole contraction of the input vector with the full Hessian).
@tanderson92
tanderson92 merged commit ff2fbfe into main Jul 28, 2026
3 of 5 checks passed
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.

2 participants