Skip to content

Releases: jwscook/LinearMaxwellVlasov.jl

Faster coupled calculated with Lerche / Newberger rules

20 Oct 06:29
7393b7b
Compare
Choose a tag to compare

Previously tensors for coupled distribution functions were calculated by summing over cyclotron harmonics until convergence was reached. The Lerche / Newberger trick reduces the infinite sum into just one 2D integral. Note the trick couples the parallel and perpendicular integrals.

Can also pass wavenumber components as DualNumbers

Fix perf bug for numerical parallel integrals

07 Sep 18:40
a373498
Compare
Choose a tag to compare

The configured tolerance wasn't getting passed through.

Faster converger and a slowing down

23 Aug 19:39
56dbb99
Compare
Choose a tag to compare

What's Changed

  • faster convergeruse

  • ability to use Duals on perp wavenumbers

  • slowing down distribution

  • #7

Full Changelog: 0.1.5...0.1.6

0.1.5

27 Jun 18:44
e56bbc0
Compare
Choose a tag to compare

Properly define conductivity tensors.

Expose limits on distribution functions

26 Nov 14:45
612d78d
Compare
Choose a tag to compare

The lower and upper limits on distribution function velocity support has been exposed.
Also:

  • fix allocations for bitreverser
  • catch code path in test for coupled distribution functions

What's Changed

Full Changelog: 0.1.3...0.1.4

integrand cutoff for coupled species to account for heaviside function

20 Oct 06:54
fb8937d
Compare
Choose a tag to compare

The integrand in speed and pitch angle for coupled distribution functions is cutoff at the upper speed to mimic Heaviside function cutoffs in the distribution function.

Allow plasma structs to hold tuples as well as abstract vectors

20 Jul 17:09
b4b6a7e
Compare
Choose a tag to compare

Before plasmas had to consist of AbstractVectors of species but now it can contain a Tuple of species.

What's Changed

  • Plasma struct container is restricted to AbstractVector - allow Tuples by @jwscook in #3

Full Changelog: 0.1.1...0.1.2

zero k-parallel coupled distribution function bugfix

30 Jun 17:17
faa213c
Compare
Choose a tag to compare

Bug fix for zero parallel wavenumber and coupled distribution functions.

Initial Release

05 May 18:28
Compare
Choose a tag to compare

Calculate the tensor of the linearised Maxwell-Vlasov set of equations for infinite homogeneous plasmas.