Updated docs

This commit is contained in:
Alex Selimov 2020-09-22 17:25:02 -04:00
parent 73fca4a0d8
commit 9ed8dca69c

View File

@ -85,9 +85,9 @@ This function allows you to define a custom basis. `bname bx by bz` must be repe
**efill**
```
efill
efill xyz
```
This command will rerun the creation algorithm with multiple times starting with an esize of `esize` and decreasing it by half on every iteration in an effort to maximize the reduction of degrees of freedom in the system.
This command will rerun the creation algorithm with multiple times starting with an esize of `esize` and decreasing it by half on every iteration in an effort to maximize the reduction of degrees of freedom in the system. You must specify which dimensions will be filled. The code accepts `x`, `y`, `z`, `xy`, `yz`, `xz`, and `xyz` specifying which boundaries to fill in.
### Mode Convert