FLOOXS » Commands » front

front — Commands

4 command(s) registered from src/front/.

context_dump · defineunit · options · validateunits

context_dump

module: front · source: src/front/context_dump.cc

Examples:
  • Test/Coverage/cov_context_dump.tcl

defineunit

module: front · source: src/front/validateunits.cc

Option Type Default Description
name String new unit name
units String expression in already-known units
value Float 1.000000e+00 scale factor on the units expression
Raw -help output
defineunit
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information
name            String                        new unit name
units           String                        expression in already-known units
value           Float    1.000000e+00         scale factor on the units expression
Examples:
  • Test/Coverage/cov_validateunits.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 use tbb for parallel processing
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                    use tbb for parallel processing
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

validateunits

module: front · source: src/front/validateunits.cc

Option Type Default Description
expr String expression of <number> <unit> factors joined by * / ^
units String target unit expression
Raw -help output
validateunits
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information
expr            String                        expression of <number> <unit> factors joined by * / ^
units           String                        target unit expression