Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 88d38ccf authored by kraus's avatar kraus
Browse files

In the code for particle matter interaction boundp was called when more

than zero particles are outside the material. When a single particle was
outside the material OPAL aborted with the message 'h<0, can not build a
mesh'. The bounding box around a single particle has no volume and hence
the volume of the mesh would be zero as well. This is fixed if more than
one particle is outside the material. For consistency with the method
computeSpaceChargeFields I chose minBinEmitted_m as number of particles
that have to be outside. Its default value is 10.
parent 9bb22a86
No related branches found
No related tags found
1 merge request!70Resolve "ParallelTTracker crashes when using particle matter integration and space charge solver if all particles are in material"
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment