We implement a Neural Network model with the newly developped Jaxmat librairy. Jaxmat is based on JAX and Python, and we intend to use it in conjunction with MFront.
Since JAX-based models are not directly exportable to C++, one approach is to convert the model to TensorFlow and utilize the TensorFlow C++ API or the cppflow library. Initially, we will test a non-linear elastic model by exporting the predicted stress and tangent operators.