FEniCS / ffcx

Next generation FEniCS Form Compiler for finite element forms
https://fenicsproject.org
Other
144 stars 38 forks source link

Pass visualise through compile interfaces. #632

Closed jorgensd closed 7 months ago

jorgensd commented 9 months ago

It would be nice to be able to get the DAGs from FFCx when calling compiled_forms, module, code = ffcx.codegeneration.jit.compile_forms(forms=[a, L])

This PR just passes visualise down through the compile interfaces.

coveralls commented 9 months ago

Coverage Status

coverage: 80.34%. remained the same when pulling 111b6d3c88c394614cd8d6d6ec14cb3b3f792067 on dokken/add_visualise into 2d60a8b2f84851e1ced16deaa2ff834c33b50f53 on main.