ufl-convert(1)
NAME
ufl-convert - Convert a .ufl file to some other format.
SYNOPSIS
ufl-convert [OPTIONS] input.ufl
OPTIONS
- -h, --help
- Display help text and exit.
- -o OUTPUTDIR, --outputdir=OUTPUTDIR
- Output directory.
- -i INPUTDIR, --inputdir=INPUTDIR
- Output directory.
- -c COMPILE, --compile=COMPILE
- 'Compile' forms: apply expression transformations like in a quadrature based form compilation.
- -f FORMAT, --format=FORMAT
- Rendering format (str, repr, tree, dot, latex).
- -t FILETYPE, --filetype=FILETYPE
- Output file type (txt, py, dot, tex, ps, pdf, png).
- -s SHOW, --show=SHOW
- Open in an external viewer.
EXAMPLES
ufl-convert -omydir -iyourdir -c -f -tpdf -s mass.ufl
BUGS
Send comments, questions, bug reports etc. to ufl-dev@fenics.org.
LICENSE
ufl-convert is licensed under the GNU GPL version 3, or (at your
option) any later version.
AUTHOR
- ufl-convert is written by Martin Sandve Alnaes <martinal@simula.no>.
This manual page is written by Johannes Ring <johannr@simula.no>.