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

section for P3M solver created. Need to fill the body.

parent 3a3840a5
No related branches found
No related tags found
No related merge requests found
...@@ -281,6 +281,18 @@ FFT in all 3 dimensions. ...@@ -281,6 +281,18 @@ FFT in all 3 dimensions.
More details will be given in Version 2.0.0. More details will be given in Version 2.0.0.
[[sec.fieldsolvers.p3m]]
=== Particle-Particle-Particle-Mesh (latexmath:[P^3M]) Solver
The Particle-Mesh (PM) solver is one of the oldest improvements over the
PP solver. Still one of the best references is the book by R.W. Hockney
& J.W. Eastwood <<bib.hockney>>. The PM solver introduces a discretization of
space. The rectangular computation domain
latexmath:[\Omega:=[-L_x,L_x\]\times[-L_y,L_y\]\times[-L_t,L_t\]], just
big enough to include all particles, is segmented into a regular mesh of
latexmath:[M=M_x\times M_y\times M_t] grid points. For the discussion
below we assume latexmath:[N=M_x=M_y=M_t].
[[sec.fieldsolvers.iterative-space-charge-solver]] [[sec.fieldsolvers.iterative-space-charge-solver]]
=== Iterative Space Charge Solver === Iterative Space Charge Solver
...@@ -703,6 +715,7 @@ ENDTRACK; ...@@ -703,6 +715,7 @@ ENDTRACK;
STOP; STOP;
---- ----
[[sec.fieldsolvers.bibliography]] [[sec.fieldsolvers.bibliography]]
=== References === References
......
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