-
Notifications
You must be signed in to change notification settings - Fork 42
Custom GrowthRatios and more Schedule variables #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
e9654d4
minor change on cart grid
anilyil e0b06c1
added scheduled smoothing and splay
anilyil 4274130
added variable growth ratios as well
anilyil 4325440
Add tests to 'Schedule' parameters
DavidAnderegg d5b5cde
Update library import checks (#67)
eirikurj 45baf98
Update setup.py + black formatting (#70)
A-CGray 19492ff
update setup.py (#73)
eirikurj eda5ea7
Updated testing docs (#75)
eytanadler 1d5fbd3
Add config file for building docs on RTD (#74)
eirikurj f24c42c
Updated Intel config file to work with HPE MPI (#76)
sseraj 4df92b4
Add missing test "n0012 schedule"
DavidAnderegg 0e4237a
Print min and max growth ratio if it is user specified
DavidAnderegg 3411f3c
Add test for 'growth_ratios'
DavidAnderegg 14a2cfd
Add description to new options
DavidAnderegg ae788a3
Merge branch 'main' of https://github.com/mdolab/pyhyp into mdolab-main
DavidAnderegg fd282c4
Merge branch 'mdolab-main' into vol_blend_schedule
DavidAnderegg b34e742
Replace duplicated code with pointer based subroutine
DavidAnderegg 6eb50e7
pick the smallest grid ratio for pGridRatio
DavidAnderegg 145b44e
run 'black' and 'fprettify'
DavidAnderegg 13c9818
Remove trailing white space
DavidAnderegg 57746df
Compute marchdistance when using custom growth ratios
DavidAnderegg 357b05f
remove code duplication by merging the rans-tests
DavidAnderegg ce7e0e0
Run black, fprettify and flake8
DavidAnderegg 2a8b405
Make normal parameters take a list and a float instead of having
DavidAnderegg e468a95
Adjust naca example to showcase schedule vars and growth ratios
DavidAnderegg 017c3ee
Get rid of not needed pointers
DavidAnderegg 90c1ebc
make some options per layer instead of global
DavidAnderegg 1e36ad8
Move grid ration computation to python layer
DavidAnderegg b8006a4
Run black, fprettify and flake8
DavidAnderegg d437ae7
Add testcase for simpleOCart when no grid is provided
DavidAnderegg e55d6e9
Adjust tests to account for scalar, schedule or explicit definition of
DavidAnderegg 13cf4fa
Also test splay-options
DavidAnderegg b226f06
Extend tests to also include 'cornerAngle'
DavidAnderegg 4f29dd7
Add test for constant layers at the beginning and end of extrusion
DavidAnderegg 6a23b58
Update documentation
DavidAnderegg f49268a
Merge pull request #2 from mdolab/main
DavidAnderegg 5ff70bd
Print marchDist and add deprecation warning to 'volSmoothSchedule'
DavidAnderegg ae92c75
print the correct gridRatio for pyHypMulti
DavidAnderegg 84e0216
extend warning about precedence of explicit 'growthratios'
DavidAnderegg adc533a
fix typos
DavidAnderegg f5f4247
Use member variable instead of passing it into the function
DavidAnderegg 667d140
move mach parameters printing into own function
DavidAnderegg e4ee691
simplify function
DavidAnderegg 6c5156c
rename default case as such
DavidAnderegg e87d1b3
Refactor to camelCase
DavidAnderegg 186e813
also move tests and missed cases to camelCase
DavidAnderegg 6201c11
fix typos
DavidAnderegg f9f0824
Rephrase error message
DavidAnderegg 25ca99f
Add argument descriptions
DavidAnderegg 6706961
run black and flake8
DavidAnderegg 3c38c81
fix typo
DavidAnderegg 205d3af
Deallocate missing variable
DavidAnderegg 7146616
fix line swap in comment
DavidAnderegg d2e4060
point to dated ref-files
DavidAnderegg 4b1cf79
Lower tolerance for corner test.
DavidAnderegg 83d42f1
Lower tolerance more
DavidAnderegg 7a02108
Move rounding business into own method
DavidAnderegg b256f64
use scientific notation because it does not add ambiguity which
DavidAnderegg 9d0dc94
Remove non existing input from docstring
DavidAnderegg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.