mimesis-inria / caribou

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

Templating FeniCS forcefield #109

Closed Ziemnono closed 2 years ago

Ziemnono commented 2 years ago

After being able of templating a material with the elements. We are now able of using a specific element type in a python scene without recompiling everything. We now aim at adding a new material model. The problem is that we will need to reproduce the exact same operations. This will involve a lot of copy-paste and increasing the number of files. @Sidaty1 is working on templating the template ;)