-
Notifications
You must be signed in to change notification settings - Fork 4
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
Solver #12
Open
Sam-Bouten
wants to merge
26
commits into
BlockResearchGroup:main
Choose a base branch
from
Sam-Bouten:solver
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Solver #12
Commits on Nov 12, 2021
-
Class for storing numerical arrays between iterations. Add iterative fd solver Constraint update at each iteration. Add test for iterative solver Lint remove whitespace after unpacking operator Lint clean whitespace update python req to >= 3.7 Update build versions remove python version 3.6 Add mesh iterative solver Clean mesh iterative solver Add failsafe for residuals fix residuals checking Clean Refactor for general readability.
Configuration menu - View commit details
-
Copy full SHA for 1219c4c - Browse repository at this point
Copy the full SHA 1219c4cView commit details -
Base solver manager class for running iterative algorithms, storing numerical data, and results
Configuration menu - View commit details
-
Copy full SHA for 0cffdf2 - Browse repository at this point
Copy the full SHA 0cffdf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f9468 - Browse repository at this point
Copy the full SHA 12f9468View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08166b - Browse repository at this point
Copy the full SHA a08166bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 277822a - Browse repository at this point
Copy the full SHA 277822aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb3ca26 - Browse repository at this point
Copy the full SHA bb3ca26View commit details -
Relocate and refactor with base class and FD specific class
Configuration menu - View commit details
-
Copy full SHA for e44b836 - Browse repository at this point
Copy the full SHA e44b836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a670e5 - Browse repository at this point
Copy the full SHA 2a670e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cef4c9 - Browse repository at this point
Copy the full SHA 0cef4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02387b0 - Browse repository at this point
Copy the full SHA 02387b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254f8d5 - Browse repository at this point
Copy the full SHA 254f8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cada522 - Browse repository at this point
Copy the full SHA cada522View commit details
Commits on Nov 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3d7aafe - Browse repository at this point
Copy the full SHA 3d7aafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8b3a1 - Browse repository at this point
Copy the full SHA 8b8b3a1View commit details -
Change responsibility to post-process from solver to lazy calculation in FDNumericalData
Configuration menu - View commit details
-
Copy full SHA for 740faec - Browse repository at this point
Copy the full SHA 740faecView commit details -
Change from dataclass to regular class
Configuration menu - View commit details
-
Copy full SHA for 55e575c - Browse repository at this point
Copy the full SHA 55e575cView commit details -
Change FDNumericalData from dataclass into regular class with lazy calculation of property variables. Implicit recalculation of dependent variables. Add shorthand aliases to numerical arrays.
Configuration menu - View commit details
-
Copy full SHA for bcc35ac - Browse repository at this point
Copy the full SHA bcc35acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6bd53 - Browse repository at this point
Copy the full SHA ce6bd53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9defa65 - Browse repository at this point
Copy the full SHA 9defa65View commit details -
Abstract fd convenience functions, by implementing Solver and FDNumericalData backends.
Configuration menu - View commit details
-
Copy full SHA for 95135b6 - Browse repository at this point
Copy the full SHA 95135b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf638b0 - Browse repository at this point
Copy the full SHA cf638b0View commit details -
Change scripts to call new implementations through Solvers and FDNumericalData.
Configuration menu - View commit details
-
Copy full SHA for 89e4b5a - Browse repository at this point
Copy the full SHA 89e4b5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed69517 - Browse repository at this point
Copy the full SHA ed69517View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48af8aa - Browse repository at this point
Copy the full SHA 48af8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff216f - Browse repository at this point
Copy the full SHA 4ff216fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 206a278 - Browse repository at this point
Copy the full SHA 206a278View commit details
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.