mimesis-inria / caribou

Multi-physics computation library
GNU Lesser General Public License v3.0
29 stars 17 forks source link

Avoid recompiling the whole plugin when modyfing a FEniCS .c file #113

Open Ziemnono opened 2 years ago

Ziemnono commented 2 years ago

When generating a first .c file from a FEniCS .py file, we compile the plugin. If we are making modifications to the .py file to generate a new .c file with the same name, we need to recompile. Is there a way of avoiding this?