I would be very much interested to export the bessel function from boost into NGSpy!!
I was hoping this could be done by adapting the ExportStdMathFunction to ExportSplMathFunction which accepts two arguments the order of the bessel function v and the postion x.
So something like that in <python_fem.cpp>:</python_fem.cpp>
Hey there!!
I would be very much interested to export the bessel function from boost into NGSpy!!
I was hoping this could be done by adapting the ExportStdMathFunction to ExportSplMathFunction which accepts two arguments the order of the bessel function v and the postion x.
So something like that in <python_fem.cpp>:</python_fem.cpp>
So that I can use:
for
Thank you very much!!
CheerS
Last edit: Sofi Esterhazy 2016-12-29
Hi Sofi,
you can do it like the atan2, which also uses 2 arguments,
Joachim
Hi Sofi,
you can now export unary functions (binary functions may come soon) from a separate module, without changing the NGSolve code. It is explained in our brand-new NGSolve-Blog:
https://ngsolve.sourceforge.io/index.php/blog/ngsolve/9-exporting-mathematical-functions
Joachim