This repository contains the MATLAB bindings for IGAnets, a novel approach to combine the concept of deep operator learning with the mathematical framework of isogeometric analysis.
The CMakeLists.txt file of this template repository is set up in a way that it downloads the latest master version of iganets as dependency and imports the target iganet::core. To configure and build the MATLAB MEX function source file in the src directory follow the instructions below:
-
Create a
builddirectorymkdir build
-
Configure
cmakecmake <path-to-iganet-template-directory>
-
Compile the code
make