We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3022436 commit 18deeb7Copy full SHA for 18deeb7
include/pfasst.hpp
@@ -23,4 +23,21 @@ namespace pfasst
23
}
24
} // ::pfasst
25
26
+
27
+/**
28
+ * @defgroup Controllers
29
+ * Controllers represent the main entry point of PFASST++ as they ensemble the central algorithmic
30
+ * logic of PFASST and related algorithms.
31
+ *
32
+ * @defgroup Internals
33
+ * Entities listed in this module are ment to be for internal use only and should not be used
34
+ * outside of PFASST++ itself.
35
36
+ * @defgroup Utilities
37
+ * General utility functions not directly related to PFASST++ but also handy in user code.
38
39
+ * @defgroup Examples
40
+ * A few different examples demonstrating the use and functionality of PFASST++.
41
+ */
42
43
#endif
0 commit comments