-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor global alpha calculation * Small improvement in alpha calculation * Add dissipation output * Add dissipation check * Expose wrapping layer epsilon in lsWriteVisualizationMesh * Discard misformed triangles from surface mesh * Set default dissipation check on and bump version
- Loading branch information
Showing
14 changed files
with
315 additions
and
314 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum | |
|
||
* Installation with CPM | ||
```cmake | ||
CPMAddPackage("gh:viennatools/[email protected].2") | ||
CPMAddPackage("gh:viennatools/[email protected].3") | ||
``` | ||
|
||
* With a local installation | ||
|
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.