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 4d2e0108 authored by muralikrishnan's avatar muralikrishnan
Browse files

add P3M options in the fieldsolver options table

parent 7f50a4d6
No related branches found
No related tags found
No related merge requests found
......@@ -371,7 +371,7 @@ See <<tab_FIELDSOLVER_Commands>> for a summary of the `FIELDSOLVER` command.
|Command |Purpose
|`FIELDSOLVER` |Specify a fieldsolver
|`FSTYPE` |Specify the type of field solver: `FFT`, `FFTPERIODIC`, `SAAMG` and
|`FSTYPE` |Specify the type of field solver: `FFT`, `FFTPERIODIC`, `SAAMG`, `P3M` and
`NONE`. Further arguments are enabled with the AMR solver
(cf. <<sec.fieldsolvers.AMR>>).
......@@ -399,7 +399,7 @@ grid
|`BCFFTZ` |Boundary condition in latexmath:[z] [`OPEN,PERIODIC`] (`FFT` + `AMR_MG` only).
|`GREENSF` |Defines the Greens function for the FFT Solver (`FFT` only).
|`GREENSF` |Defines the Greens function for the FFT Solver (`FFT` + `P3M` only).
|`BBOXINCR` |Enlargement of the bounding box in %.
......@@ -415,6 +415,10 @@ grid
|`PRECMODE` |Behavior of the preconditioner (`SAAMG` only).
|`RC` |Defines the cut-off radius in the boosted frame for the P3M solver (`P3M` only).
|`ALPHA` |Defines the interaction splitting parameter for the P3M solver with standard Green's function (`P3M` + `GREENSF=STANDARD` only).
|=======================================================================
[[sec.fieldsolvers.FSFSTYPE]]
......
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