Hi everyone,
I am trying to link external functions written in Fortran into my C++/Fenics code. In particular, after generating matrixes from the UFL form, I'd like to operate on them with these Fortran functions.
Is it possible to do that? If yes, how?
Thanks for any advice