title | author |
---|---|
FEENOX(1) FeenoX | FeenoX User Manual |
Jeremy Theler <[email protected]> |
FeenoX - a cloud-first free no-X uniX-like finite-element(ish) computational engineering tool
The basic usage is to execute the feenox binary passing a path to an input file that defines the problem, along with other options and command-line replacement arguments which are explained below:
feenox [options ...] input-file [optional_commandline_replacement_arguments ...]
For large problems that do not fit in a single computer, a parallel run using mpirun(1)
will be needed:
mpirun -n number_of_threads feenox [options ...] input-file [optional_commandline_replacement_arguments ...]
overview.md
help.md
reference-kw.md
reference-dae-kw.md
reference-pde-kw.md
reference-va.md
TBD.
TBD.
TBD.
reference-fn.md
TBD.
TBD.
TBD.
Report on GitHub https://github.com/seamplex/feenox or at [email protected]
gmsh(1)
, mpirun(1)
, paraview(1)
The FeenoX web page contains links to the full source code, binary versions, updates, examples, verification & validation cases and full documentation: https://www.seamplex.com/feenox.