-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
121 changed files
with
3,709 additions
and
21,552 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Applied Field descriptions | ||
============= | ||
|
||
.. warning:: | ||
|
||
This section is currently in development. | ||
|
||
Constant fields | ||
--------------- | ||
|
||
.. autoclass:: picmistandard.PICMI_ConstantAppliedField | ||
|
||
Analytic fields | ||
--------------- | ||
|
||
.. autoclass:: picmistandard.PICMI_AnalyticAppliedField | ||
|
||
Refecting mirrors | ||
----------------- | ||
|
||
.. autoclass:: picmistandard.PICMI_Mirror | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Diagnostics | ||
=========== | ||
|
||
.. warning:: | ||
|
||
This section is currently in development. | ||
|
||
Standard PIC diagnostics | ||
------------------------ | ||
|
||
.. autoclass:: picmistandard.PICMI_ParticleDiagnostic | ||
|
||
.. autoclass:: picmistandard.PICMI_FieldDiagnostic | ||
|
||
.. autoclass:: picmistandard.PICMI_ElectrostaticFieldDiagnostic | ||
|
||
Lab-frame diagnostics | ||
--------------------- | ||
|
||
These diagnostics are used when running boosted-frame simulations. | ||
|
||
.. autoclass:: picmistandard.PICMI_LabFrameParticleDiagnostic | ||
|
||
.. autoclass:: picmistandard.PICMI_LabFrameFieldDiagnostic |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ Simulation and grid setup | |
field | ||
grid | ||
constants | ||
applied_field | ||
diagnostics | ||
|
||
Particles | ||
--------- | ||
|
Oops, something went wrong.