You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ``core``, the basic structure is implemented and abstract classes show how user-level functionality has to be included.
3
+
Many implementations of e.g. sweepers, data types or problems can be found in ``implementations``.
4
+
These contain the specialized ingredients for a user-defined setup, e.g. an LU-based MLSDC run for the generalized Fisher's equation with Gauss-Radau nodes.
5
+
In ``helpers``, we can find helper functions used by the core routines, the implementations or by the user.
6
+
7
+
The Python files contained in these three packages are fully documented and their API is generated automatically with sphinx-apidoc after each update.
8
+
The API (as well as the tutorial pages) can also be generated manually and locally by executing
0 commit comments