context_dump
module: front · source: src/front/context_dump.cc
Examples:
Test/Coverage/cov_context_dump.tcl
options
module: front · source: src/front/Options.cc
| Option |
Type |
Default |
Description |
| echo |
Boolean |
0 |
echo commands |
| smooth |
Boolean |
0 |
smooth the grid |
| adapt |
Boolean |
0 |
adapt the grid |
| dimension |
Boolean |
0 |
dimension the adapt and smooth parameters apply to |
| verbos |
Switch |
|
talkative level |
| chat |
Boolean |
|
|
| quiet |
Boolean |
|
|
| barf |
Boolean |
|
|
| debug |
Boolean |
|
|
| units |
Switch |
|
default length specifier |
| cm |
Boolean |
|
|
| um |
Boolean |
|
|
| nm |
Boolean |
|
|
| storenodes |
Boolean |
1 |
store nodal values during simulation |
| constdatafields |
Boolean |
1 |
identify and replace datafields with constant as appropriate |
| checkexpression |
Boolean |
0 |
check all expressions for parsing when read |
| voxelparallel |
Boolean |
0 |
enable multi-threaded voxel iteration (tetgen region markers) |
| lintparse |
Boolean |
0 |
dry-run mode: commands bail after a clean parse (tier-0 lint) |
| performance |
String |
|
per-command performance record: bare = on to <deck>.perf.jsonl, =<path>, =stdout, !performance = off |
Raw -help output
options
Length Scale Default is microns which can be changed with the option command
Name Type Default Information
echo Boolean 0 echo commands
smooth Boolean 0 smooth the grid
adapt Boolean 0 adapt the grid
dimension Boolean 0 dimension the adapt and smooth parameters apply to
verbos Switch talkative level
chat Boolean
quiet Boolean
barf Boolean
debug Boolean
units Switch default length specifier
cm Boolean
um Boolean
nm Boolean
storenodes Boolean 1 store nodal values during simulation
constdatafields Boolean 1 identify and replace datafields with constant as appropriate
checkexpressions Boolean 0 check all expressions for parsing when read
voxelparallel Boolean 0 enable multi-threaded voxel iteration (tetgen region markers)
lintparse Boolean 0 dry-run mode: commands bail after a clean parse (tier-0 lint)
performance String per-command performance record: bare = on to <deck>.perf.jsonl, =<path>, =stdout, !performance = off
Examples:
Test/BadInput/bad_alagator_densenn_arity.tcl
Test/BadInput/bad_alagator_densenn_multi_out.tcl
Test/BadInput/bad_alagator_densenn_unknown.tcl
Test/BadInput/bad_alagator_tspline_arity.tcl
Test/BadInput/bad_alagator_tspline_unknown.tcl
perf
module: front · source: src/front/perf_tcl.cc
Record a TclLib-level stage into the `options performance` record.
Raw -help output
perf <stage> ?<key> <value>? ...
Record a TclLib-level stage into the `options performance` record.
<stage> names the record; each <key> <value> pair is a numeric
detail field. Nothing reaches stdout.