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

JJT compiler adding not just dolfin files?

0 votes

I have created some c++ code depended on dolfin.
I was thinking about adding it and let it compile during runtime (using JJT).

I would like to add some additional features, which is depended on my external library. Is this also possible by using JJT, or for this task I need to go for swig ? or some other alternative?

asked Mar 28, 2016 by pepo_1 FEniCS Novice (280 points)

1 Answer

0 votes
answered Mar 29, 2016 by Kent-Andre Mardal FEniCS Expert (14,380 points)
...