Implementation of initial iteration.
An initial simulation time can be provided in the input file. This is useful when restarting a simulation from a previous file. If no initial time is provided, the value 0 is used.
This commit is contained in:
parent
0d2e62421d
commit
dee860e37b
7 changed files with 38 additions and 26 deletions
Binary file not shown.
|
|
@ -595,8 +595,13 @@ make
|
|||
Array dimension 'number of species'.
|
||||
Defines the different time steps for each species.
|
||||
Even if all time steps are equal, they need to be defined as an array.
|
||||
\item \textbf{time}: Real.
|
||||
Total simulation time in $\unit{s}$.
|
||||
\item \textbf{finalTime}: Real.
|
||||
Units of $\unit{s}$.
|
||||
Final simulation time.
|
||||
\item \textbf{initialTime}: Real.
|
||||
Units of $\unit{s}$.
|
||||
Initial simulation time.
|
||||
If no value is provided, the initial time is set to $\unit[0]{s}$.
|
||||
\item \textbf{pusher}: Character.
|
||||
Array dimension 'number of species'.
|
||||
Indicates the type of pusher used for each species:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue