aboutsummaryrefslogtreecommitdiff
path: root/Docs/source/running_cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r--Docs/source/running_cpp/parameters.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst
index 818972b9c..13f68b513 100644
--- a/Docs/source/running_cpp/parameters.rst
+++ b/Docs/source/running_cpp/parameters.rst
@@ -1833,6 +1833,26 @@ Reduced Diagnostics
using the histogram reduced diagnostics
are given in ``Examples/Tests/initial_distribution/``.
+ * ``ParticleExtrema``
+ This type computes the minimum and maxmium values of
+ particle position, momentum, gamma, weight,
+ and the :math:`\chi` parameter for QED species.
+
+ ``<reduced_diags_name>.species`` must be provided,
+ such that the diagnostics are done for this species only.
+
+ The output columns are
+ minimum and maximum position :math:`x`, :math:`y`, :math:`z`;
+ minimum and maximum momentum :math:`p_x`, :math:`p_y`, :math:`p_z`;
+ minimum and maximum gamma :math:`\gamma`;
+ minimum and maximum weight :math:`w`;
+ minimum and maximum :math:`\chi`.
+
+ Note that when the QED parameter :math:`\chi` is computed,
+ field gather is carried out at every output,
+ so the time of the diagnostic may be long
+ depending on the simulation size.
+
* ``<reduced_diags_name>.frequency`` (`string`) optional (default ``1``)
Using the `Intervals Parser`_ syntax, this string defines the timesteps at which reduced
diagnostics are written to file.
n value='jarred/fix-issue-with-tsconfig-run'>jarred/fix-issue-with-tsconfig-run Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/bun_js.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-30[install] handle repeated install of GitHub dependency correctly (#2780)Gravatar Alex Lam S.L 2-96/+420
2023-04-30add to symbols.txtGravatar Jarred Sumner 2-96/+32
2023-04-29Fix a load order issueGravatar Jarred Sumner 2-7/+55
2023-04-29Fix some runtime issues caused by bundlerGravatar Jarred Sumner 1-4/+9
2023-04-29Fix garbled text in errorsGravatar Jarred Sumner 1-2/+2
2023-04-29Fix plugin namespaces always being set to `"flie"`Gravatar Jarred Sumner 3-4/+5
2023-04-29[Transpiler] Fix crash in scanImports when the text is emptyGravatar Jarred Sumner 1-0/+4
2023-04-29Fix debug mode crash with trailing slash in import specifierGravatar Jarred Sumner 1-0/+4
2023-04-29Put transpiler tests in a separate folderGravatar Jarred Sumner 2-0/+0
2023-04-29Update bun.zigGravatar Jarred Sumner 1-0/+2
2023-04-29Clean up args parsing with `--loader`Gravatar Jarred Sumner 6-59/+68
2023-04-29Export 4 missing napi symbols on macOSGravatar Jarred Sumner 2-82/+86
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 40-776/+1399
2023-04-28fix several memory issues related to pluginsGravatar Jarred Sumner 2-23/+27
2023-04-28cargo cult some code from JSCGravatar Jarred Sumner 2-6/+7
2023-04-28Fix race conditionGravatar Jarred Sumner 2-2/+50
2023-04-28Update bun-test.ymlGravatar Jarred Sumner 1-1/+1
2023-04-28move thisGravatar Jarred Sumner 4-1/+1
2023-04-28Add a commentGravatar Jarred Sumner 1-19/+54
2023-04-28Improve test runner markdownGravatar Ashcon Partovi 2-67/+107
2023-04-28[resolver] Propagate module type from package.json `"exports"` when possibleGravatar Jarred Sumner 2-5/+33
2023-04-28Fix crash with invalid input in fetch()Gravatar Jarred Sumner 1-2/+14
2023-04-28Improves Body.Value life cycle and Signal life cycle on server.zig (#2752)Gravatar Ciro Spaciari 12-227/+331
2023-04-28Use global allocator tsconfig.jsonGravatar Jarred Sumner 1-3/+6
2023-04-28Use setup-bun insteadGravatar Ashcon Partovi 1-12/+15
2023-04-28Fix path of bun in workflow, try 3Gravatar Ashcon Partovi 1-1/+1
2023-04-28Fix path of bun in workflow, try 2Gravatar Ashcon Partovi 1-2/+1
2023-04-28Fix path of bun in workflowGravatar Ashcon Partovi 1-1/+2
2023-04-28Use GITHUB_PATH instead of cpGravatar Ashcon Partovi 1-1/+1
2023-04-28Maybe fix test runner on macOSGravatar Ashcon Partovi 1-2/+2
2023-04-28Improve test workflowGravatar Ashcon Partovi 3-39/+56
2023-04-28Fix typo in runnerGravatar Ashcon Partovi 1-1/+1
2023-04-28Use bun x instead of bunxGravatar Ashcon Partovi 1-1/+1
2023-04-28Fix manual test workflowGravatar Ashcon Partovi 1-2/+1
2023-04-28Use Node.js APIs for test runnerGravatar Ashcon Partovi 3-17/+28
2023-04-28New test runner with better Github integrationGravatar Ashcon Partovi 2-20/+634
2023-04-28Bundler docs updates + support for `naming` string (#2767)Gravatar Colin McDonnell 5-252/+394
2023-04-27address unicode issue (#2763)Gravatar Jarred Sumner 3-19/+17
2023-04-27:nail_care:Gravatar Jarred Sumner 2-15/+4
2023-04-27fix: make node:crypto Hash.copy work correctly (#2761)Gravatar Silver 12-8941/+7815
2023-04-27Add TODO noteGravatar Jarred Sumner 1-0/+2
2023-04-27Fix mimalloc-debugGravatar Jarred Sumner 1-3/+3
2023-04-27Remove extra word in docs/index.md (#2758)Gravatar B. Burt 1-1/+1
2023-04-27Implement `outdir` in `Bun.build`Gravatar Jarred Sumner 8-26/+362
2023-04-27Don't preallocate unless its profitableGravatar Jarred Sumner 5-40/+45