The form shown above prints out the field mesh for a field in a format useful to those familiar with the internal data structures of Alamode.
By optionally adding -inRegion regionName and -setValue [ value | field | function ], field values can be modified over the entire domain or only in a single region. For example,
field BoronInGas -inRegion ExposedSilicon -setValue 1.0e22could be used to set values at gas nodes for a gaseous predeposition, and
set BssValue 1.5e20
field ActiveBoronInSilicon -inRegion Silicon -setValue \
[function ssactive -parameters [list BoronInSilicon BssValue]
could be used to update the active boron field after an anneal.