INitial commit of CAC code
This commit is contained in:
commit
c8be709be9
66 changed files with 16539 additions and 0 deletions
23
docs/Commands/dump.md
Normal file
23
docs/Commands/dump.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
|
||||
```
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue