Skip to content

v0.7.9#9

Merged
knstmrd merged 147 commits into
mainfrom
v079-dev
Apr 9, 2026
Merged

v0.7.9#9
knstmrd merged 147 commits into
mainfrom
v079-dev

Conversation

@knstmrd

@knstmrd knstmrd commented Apr 9, 2026

Copy link
Copy Markdown
Contributor
  • restore_particle_ordering! added, this restores optimal indexing of particles and can lead to simulation speed-ups due to improved cache usage
  • Minor optimizations in octree merging
  • Simplified elastic VHS collision code via a unified collide_2particles_vhs! function, minor speed-ups
  • New keyword parameter dw_tol in collision routines that sets tolerance in weight difference under which particle
    collisions are treated as equal weight collisions and no additional particle splitting is performed
  • Minor improvements in readability and speed of electron-neutral collision routines
  • @inbounds added to acceleration routine
  • ntc_equal_weight added for slightly faster collisions in equal-weight simulations
  • Documentation improvements
  • Improved test coverage

@codecov

codecov Bot commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.71331% with 36 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/collisions/collision_ntc.jl 77.94% 30 Missing ⚠️
src/particles.jl 91.83% 4 Missing ⚠️
src/merging/merging_octree_N2.jl 96.49% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/Merzbild.jl 100.00% <ø> (ø)
src/collisions/collision_cross_sections.jl 92.22% <100.00%> (ø)
src/convection/convection_1D.jl 85.54% <100.00%> (ø)
src/distributions_and_sampling.jl 100.00% <100.00%> (ø)
src/grids/grid_sorting.jl 95.12% <100.00%> (+0.12%) ⬆️
src/merging/merging_nnls.jl 90.78% <100.00%> (-0.07%) ⬇️
src/parallel.jl 98.66% <100.00%> (-0.06%) ⬇️
src/pic/acceleration.jl 100.00% <100.00%> (ø)
src/properties/flux_props.jl 98.73% <100.00%> (ø)
src/properties/physical_props.jl 93.46% <100.00%> (ø)
... and 4 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@knstmrd knstmrd merged commit 8d9481d into main Apr 9, 2026
13 of 14 checks passed
@knstmrd knstmrd deleted the v079-dev branch April 9, 2026 15:34
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