From e345fa673353f2061b8434145e5b7554eb56bdbd Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Thu, 29 Aug 2013 09:43:16 +0200 Subject: [PATCH] doc: update InitFDTD with missing multigrid option Signed-off-by: Thorsten Liebig --- matlab/InitFDTD.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/InitFDTD.m b/matlab/InitFDTD.m index bef593f..dba5120 100644 --- a/matlab/InitFDTD.m +++ b/matlab/InitFDTD.m @@ -10,6 +10,7 @@ function FDTD = InitFDTD(varargin) % MaxTime: max. real time in seconds to simulate % OverSampling: nyquist oversampling of time domain dumps % CoordSystem: choose coordinate system (0 Cartesian, 1 Cylindrical) +% MultiGrid: define a cylindrical sub-grid radius % TimeStep: force to use a given timestep (dangerous!) % TimeStepFactor: reduce the timestep by a given factor (>0 to <=1) % TimeStepMethod: 1 or 3 chose timestep method (1=CFL, 3=Rennigs (default))