From 810f534b07af8ae3d7ad09cf5961262c13ddcebc Mon Sep 17 00:00:00 2001 From: adelmann <andreas.adelmann@psi.ch> Date: Thu, 10 Jun 2021 15:53:38 +0200 Subject: [PATCH] Update fieldsolvers.asciidoc --- fieldsolvers.asciidoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/fieldsolvers.asciidoc b/fieldsolvers.asciidoc index 0b93d2d..d32f0e7 100644 --- a/fieldsolvers.asciidoc +++ b/fieldsolvers.asciidoc @@ -319,7 +319,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 `NONE`. Further +|`FSTYPE` |Specify the type of field solver: `FFT`, `SAAMG` and `NONE`. Further arguments are enabled with the AMR solver (cf. <<sec.fieldsolvers.AMR>>). |`PARFFTX` |If `TRUE`, the dimension latexmath:[x] is distributed @@ -344,7 +344,7 @@ grid |`BCFFTY` |Boundary condition in latexmath:[y] [`OPEN`]. (`FFT` + `AMR_MG` only) -|`BCFFTZ` |Boundary condition in latexmath:[z] [`OPEN,PERIODIC`]. (`FFT` + `AMR_MG` only) +|`BCFFTZ` |Boundary condition in latexmath:[z] [`OPEN`]. (`FFT` + `AMR_MG` only) |`GREENSF` |Defines the Greens function for the FFT Solver. (`FFT` only) @@ -388,10 +388,8 @@ latexmath:[z] for a rectangular grid. [[sec.fieldsolvers.FSBC]] === Define Boundary Conditions -Two boundary conditions can be selected independently among -latexmath:[x], latexmath:[y] namely: `OPEN` and for latexmath:[z] -`OPEN` & `PERIODIC`. In the case you select for latexmath:[z] periodic -you are about to model a DC-beam. +There is one boundary condition supported for the FFT solver namely: `OPEN` in +all spatial dimensions. [[sec.fieldsolvers.FSGREEN]] === Define Greens Function -- GitLab