-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Electronic Boltzmann made compatible with master #49
Open
gitansh95
wants to merge
61
commits into
QuazarTech:master
Choose a base branch
from
gitansh95:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ODO : dump_aux_arrays
…oments.py for polar2D
nonrelativistic_boltzmann/instabilities/collisionless_shock/1D (2) Fixed random number bug that shows up when running in parallel. Uses correct parallel random number generator now and is set in params.random_vals. (3) Deep clean all over.
(2) Added parallel reduction util file (3) Added batch submit file
… collision op, and switch b/w f0_ee and f0_ee_constant_T in RTA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
calculate_EM_fields()
code commented out inmain.py
[examples]moment_defs
are now in the form of functions. Utility fileintegrate_over_v.py
being used [src]charge
(replacingcharge_electron
) andmass
arrays of equal lengths added todomain.py
[examples -mass
to be removed from lib]hybrid_model_enabled
and set toFalse
inparams.py
[examples - to be removed from lib]A_p()
into a newC_p
function inadvection_terms.py
[src]riemann_solver
replaced byriemann_solver_in_q
andriemann_solver_in_p
inparams.py
[examples]fields_enabled
variable added toparams.py
[examples]mu
anddensity
changed to 4-D arrays, require change of indices [examples]cell_centered_EM_fields()
code commented out inmain.py
[examples]moment_defs.py
. Manually values ofpi
andh_bar
used for now [src - fix this]dump_aux_arrays()
tolib/nonlinear/file_io/dump.py
and ancillary code innonlinear.py
[lib]t
(time elapsed) as first argument to functions inadvection_terms.py
and as the second argument toRTA()
incollision_operators.py
[src]instantaneous_collisions
set toFalse
inparams.py
[example - remove from lib]source_enabled
toTrue
inparams.py
[example]