24 lines
411 B
Markdown
24 lines
411 B
Markdown
|
# dump
|
||
|
|
||
|
```sh
|
||
|
dump id group style n fname
|
||
|
```
|
||
|
|
||
|
## Inputs
|
||
|
|
||
|
`id` - id for dump command
|
||
|
|
||
|
`group` - group to be dumped
|
||
|
|
||
|
`style` - dump style, currently only accepts `out`
|
||
|
|
||
|
`n` - dump every `n` steps. If `n` is `0` then the dump file is only written at the beginning and end of a minimize or run.
|
||
|
|
||
|
`fname` - file name to write to. Will strip extensions and replace with the timestep and .out.
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```
|
||
|
|
||
|
```
|