- Feb 17, 2025
-
-
Stéphane Del Pino authored
-
- Feb 11, 2025
-
-
Stéphane Del Pino authored
Cells and nodes look ok. Faces (and probably edges are not correctly exchanged yet)
-
- Feb 10, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 07, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 05, 2025
-
-
Stéphane Del Pino authored
[ci-skip]
-
Stéphane Del Pino authored
-
- Feb 04, 2025
-
-
Stéphane Del Pino authored
And continue fixing ConnectivityDispatcher issues when called in parallel
-
- Feb 03, 2025
-
-
Stéphane Del Pino authored
- now this information is computed when needed (load balance) - closes #11
-
Stéphane Del Pino authored
-
- Feb 02, 2025
-
-
Stéphane Del Pino authored
This is useful to check mesh partition/load balance
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Feb 01, 2025
-
-
Stéphane Del Pino authored
- Add simple CMake recipe - Add PartitionerOptions - Separate ParMETIS partitioner from Partitioner
-
- Jan 31, 2025
-
-
Stéphane Del Pino authored
Feature/eigen3 See merge request !201
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Jan 30, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Jan 29, 2025
-
-
Stéphane Del Pino authored
-
- Jan 25, 2025
-
-
Stéphane Del Pino authored
-
- Jan 23, 2025
-
-
Stéphane Del Pino authored
-
- Jan 17, 2025
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Jan 16, 2025
-
-
Stéphane Del Pino authored
-
- Jan 08, 2025
-
-
Stéphane Del Pino authored
This kind of boundary condition type is useful for PN solvers for instance.
-
Stéphane Del Pino authored
- the environment variable PUGS_INSTALL_DIR is no more used - also fix HDF5 detection on ubuntu for plugins
-
- Jan 07, 2025
-
-
Stéphane Del Pino authored
-
- Jan 06, 2025
-
-
Stéphane Del Pino authored
-
- Dec 31, 2024
-
-
Stéphane Del Pino authored
Change strategy for modules registration to the ModuleRepository See merge request !200
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Dec 29, 2024
-
-
Stéphane Del Pino authored
Plugins are loaded through environment variables. Two environment variables are read: PUGS_PLUGIN and PUGS_PLUGIN_DIR - PUGS_PLUGIN is a string literal that contains the filename of the dynamic library that contains plugins. One can provide multiple filename using semicolumn separators. ex. PUGS_PLUGIN="/path/to/my/libplugin1.so;/anotherpath/to/another/libplugin2.so" - PUGS_PLUGIN_DIR is a string literal that contains directory path where plugins (dynamic libraries) are. One can provide multiple path using semicolumn separators. All the dynamic libraries present at the locations are loaded! ex. PUGS_PLUGIN="/path/to/a/plugin/list/;/anotherpath/to/another/plugin/list/"
-