File Formats#
All DAMASK-specific configuration files are text files in YAML style.
It is recommended to use damask.Config
for generation and modification of configuration files.
Hand-written files should be checked for correctness, e.g. with yamllint or on www.yamllint.com.
Note
The default YAML parser used in DAMASK does not support advanced features, such as references and line continuation statements, unless DAMASK was compiled with libfyaml.