We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The collision operator takes an argument intdmu:
intdmu
gyselalibxx/src/collisions/collision_operator.hpp
Line 36 in f9a80ac
However in the Gysela (Fortran) code it is not coeff_intdmu that is provided but rather coeff_intdvperp with: $d v_\perp = d \mu \sqrt{2 \mu}$
coeff_intdmu
coeff_intdvperp
As seen here: https://gitlab.maisondelasimulation.fr/gysela-developpers/gysela/-/blob/master/src/mesh_old/geometry.F90?ref_type=heads#L427-430
This change should be brought over to the C++ code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The collision operator takes an argument
intdmu
:gyselalibxx/src/collisions/collision_operator.hpp
Line 36 in f9a80ac
However in the Gysela (Fortran) code it is not
$d v_\perp = d \mu \sqrt{2 \mu}$
coeff_intdmu
that is provided but rathercoeff_intdvperp
with:As seen here:
https://gitlab.maisondelasimulation.fr/gysela-developpers/gysela/-/blob/master/src/mesh_old/geometry.F90?ref_type=heads#L427-430
This change should be brought over to the C++ code
The text was updated successfully, but these errors were encountered: