• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/lh-figs/H03-May-2022-

src/H03-May-2022-12,4337,656

GPL-2H A D10-Nov-202017.6 KiB341281

INSTALLH A D10-Nov-2020123 63

LGPL-2.1H A D10-Nov-202025.9 KiB503418

README.mdH A D10-Nov-2020462 108

config.h.cmakeH A D10-Nov-202083 84

README.md

1#MATC libary
2
3MATC is a library for the numerical evaluation of mathematical expressions.
4In the Elmer package it can be used in defining expressions in the command
5file of ElmerSolver. The expressions may be evaluated either while the
6command file is read in, or at the time of execution.
7
8MATC is ideally used for quick testing or things that are not done too
9often. For performance critical applications rather use UDF's
10(user defined function) or even Lua.