Commit 83b95d9ce4542dd4909ce352c7a8bb36ca0b06b3
1 parent
9dbe0268
Exists in
master
and in
31 other branches
Add characteristic function
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -291,6 +291,10 @@ |
291 | 291 | <info_brief>Elongation calculation from tetrahedron</info_brief> |
292 | 292 | <new_kernel>elongation</new_kernel> |
293 | 293 | </function> |
294 | + <function name="characteristic(,,,)" args="4" kind="tetrahedron" group="math"> | |
295 | + <info_brief>Characteristic calculation from tetrahedron</info_brief> | |
296 | + <new_kernel>characteristic</new_kernel> | |
297 | + </function> | |
294 | 298 | <function name="abs()" kind="math" group="math"> |
295 | 299 | <info_brief>Absolute value</info_brief> |
296 | 300 | <new_kernel>abs</new_kernel> |
... | ... |