This repository contains unit tests for IGAnets, a novel approach to combine the concept of deep operator learning with the mathematical framework of isogeometric analysis.
This repository can be used in two modes:
-
As standalone unit tests by running CMake on this repository without flags
-
As optional module in iganets::core by running CMake on the iganets::core repository with the flag
-DIGANET_OPTIONAL="unittests"
In both cases, the tests can be run via
make test