-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raise Error if a Mesh Cell is skewed above threshold (#235)
* raise Error if a Mesh Cell is skewed above threshold * Fix calculation of skewness, correct typos * Add skewness test * Run flacke8 and black * Add documentation * fix print typo * Update error printing to new format * Run fprettify * Fix bug where skewness code is executed when deactivated * Add constants for choosen metric * run fprettify * deallocate skew variable * Make complex to compile * run fprettify * Make error prints nice again * Tidy up skewness branch * Run fprettify * Add back lost space * inflating my commit counts by pushing newline changes --------- Co-authored-by: Eirikur Jonsson <36180221+eirikurj@users.noreply.github.com> Co-authored-by: Anil Yildirim <anily@umich.edu>
- Loading branch information
1 parent
559a1de
commit 5e18826
Showing
11 changed files
with
403 additions
and
21 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
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.