test(tests/config): config tests added

This commit is contained in:
2025-02-19 16:12:23 -05:00
parent a134878e67
commit 8bf62b68d0
4 changed files with 118 additions and 0 deletions

32
tests/config/example.yaml Normal file
View File

@@ -0,0 +1,32 @@
# High level options
logLevel: "INFO"
outputDir: output
# Module options
poly:
numeric:
newtonTol: 1e-6
newtonMaxIter: 100
gmresTol: 1e-6
gmresMaxIter: 100
physics:
index: 1.5
# Module options
opac:
highTemp:
physics:
table: "/path/to/highTempTable.dat"
numeric:
tol: 1e-6
maxIter: 100
lowTemp:
physics:
table: "/path/to/lowTempTable.dat"
numeric:
tol: 1e-6
maxIter: 100
mesh:
structure:
refine: 2