Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93dc612

Browse files
committedDec 13, 2021
updated options docs
1 parent 2143642 commit 93dc612

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ src_cs/f2py/get_f2py.py
2828
idwarp.egg-info
2929
input_files/*/
3030
input_files/*.tar.gz
31-
testflo_report.out
31+
testflo_report.out
32+
doc/_build

‎doc/options.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ symmetryPlanes:
4040
4141
aExp:
4242
desc: >
43-
This is the first exponent in the inverse distance calc.
44-
However, for efficiency reasons this value is hard-coded and not currently available to be changed by the user.
43+
This is the first exponent in the inverse distance weighting function.
44+
The default is usually the most robust, but changing this value slightly might help with some edge cases.
4545
4646
bExp:
4747
desc: >
48-
This is the second exponent in the inverse distance calc.
49-
However, for efficiency reasons this value is hard-coded and not currently available to be changed by the user.
48+
This is the second exponent in the inverse distance weighting function.
49+
The default is usually the most robust, but changing this value slightly might help with some edge cases.
5050
5151
LdefFact:
5252
desc: >

0 commit comments

Comments
 (0)
Please sign in to comment.