Suggested improvements from profiling
- Reduce number of operations when calculating the (inverse) Jacobian and determinant.
- Change boundary boxes in
ComponentFieldMap
from float to double. - Split
TransportElectron
method inAvalancheMicroscopic
. - Store inverse energy step size as class member of
MediumMagboltz
. Replace division by multiplication.