Skip to content
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

Add spectra calculation features #71

Draft
wants to merge 7 commits into
base: feat/sphinx-documentation
Choose a base branch
from

Conversation

jrwrigh
Copy link
Member

@jrwrigh jrwrigh commented May 22, 2023

No description provided.

- Add `--consrvstress` flag and `consrvstress` toml entry to `bar2vtk` to indicate that stsbar file uses conservative stresses
- Remove previous warning in `calcReynoldsStress` regarding conservative stress feature
`symmetric2FullTensor` and `full2SymmetricTensor` were changed by:
 - Adding a input check to verify that the incoming array was of size `(...,6)` or `(...3,3)`, respectively
 - Add ability for the input array to have arbitrary leading dimensionality.
     - 	So an array of shape `(10,100,6)` could be input and transformed to `(10,100,3,3)`
 - Added tests to verify all the above changes.
 - Make docstrings more sphinx compliant (include math and class
   references)
 - Added better/new typings to functions
@jrwrigh jrwrigh changed the base branch from master to feat/sphinx-documentation May 22, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant