Added -ow option which allows for automatic overwriting
This commit is contained in:
parent
9ebdfff0a1
commit
a942b8e2a1
4 changed files with 28 additions and 4 deletions
10
README.md
10
README.md
|
@ -217,4 +217,12 @@ This command wraps atoms back into the simulation cell as though periodic bounda
|
|||
remesh esize
|
||||
```
|
||||
|
||||
This command remeshes the atoms/elements within the group to the new element size `esize`. Currently only accepts an `esize` of 2 which refines it to full atomistics.
|
||||
This command remeshes the atoms/elements within the group to the new element size `esize`. Currently only accepts an `esize` of 2 which refines it to full atomistics.
|
||||
|
||||
### Option overwrite
|
||||
|
||||
```
|
||||
-ow
|
||||
```
|
||||
|
||||
If this option is passed then all files are automatically overwritten without asking the user.
|
Loading…
Add table
Add a link
Reference in a new issue