-
-
Notifications
You must be signed in to change notification settings - Fork 19
Developer Guide
Algiane Froehly edited this page Nov 29, 2019
·
2 revisions
- The coding style, how to document code and how to use developing tools are here: Coding convention.
- Description of how memory is managed and how to allocate/free memory is here: Memory management.
- An outline of the core ParMMG algorithm.
- A description of the core ParMMG data structure and how to use it to communicate between processors.
- The Load balancing step algorithm used.
- Notes on using common debugging tools.
- Running the tests