This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

Linking Fortran function to C++ program

0 votes

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

asked Nov 27, 2015 by ededonati FEniCS Novice (200 points)

1 Answer

0 votes
answered Nov 27, 2015 by Kent-Andre Mardal FEniCS Expert (14,380 points)
...