-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #433 from jacobmerson/pcu-object-breaking
Breaking changes with PCU. - Ported PCU interface to not use global state - i.e., mesh creation requires passing in a PCU instance - The new interface uses C++ - A C interface for PCU still exists in pcu_c.cc - Create an instance of the C handle struct "PCU_t" - The original pcu.c functions can be used by passing this struct - Renamed source and headers files: - PCU.h became PCU_C.h: PCU.h was repurposed as the C++ header - pcu.c became pcu_c.cc: pcu.c was deleted and pcu_c.cc created without history - more details on the history is here: #433 (comment) - Build documentation (`make doc`) to generate doxygen based docs or see https://www.scorec.rpi.edu/pumi/doxygen/pcu.html for basic PCU.cc usage
- Loading branch information
Showing
348 changed files
with
5,076 additions
and
4,895 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.