-
Notifications
You must be signed in to change notification settings - Fork 2
Extend modeling of linear incidences with unknown coefficients #41
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 3 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
04cd854
Extend modeling of linear incidences to unknown coefficients
serenity4 dfe4ce7
Merge branch 'main' of github.com:JuliaComputing/DAECompiler.jl into …
serenity4 312c068
Fix module naming conflict
serenity4 41a8d1d
Remove entries in benchmark project
serenity4 c0151be
Fix mul_float tfunc, print constant factor as `a`
serenity4 e9f2dc4
Merge branch 'main' of github.com:JuliaComputing/DAECompiler.jl into …
serenity4 03ca797
Add printing test for unknown additive term
serenity4 fe9b3ad
Add Pkg as test dependency
serenity4 81f24b8
Merge branch 'main' of github.com:JuliaComputing/DAECompiler.jl into …
serenity4 eb4021c
Rename incidence to infer_incidence
serenity4 b1d0e49
Implement `@incidence_str` macro
serenity4 2f5ced4
Test against incidence"..." structs, not repr
serenity4 e780a31
Add more nonlinear tests
serenity4 3fa4237
Restructure testsets
serenity4 e7a97eb
Add tests & fixes for time derivatives
serenity4 a8f419a
Fix thermalfluid benchmark & other misc fixes
serenity4 1828c9c
Update docstrings
serenity4 b19b069
Minor cleanup
serenity4 ba3368e
Update manifest
serenity4 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,12 @@ | ||
| [deps] | ||
| Compiler = "807dbc54-b67e-4c79-8afb-eafe4df6f2e1" | ||
| DAECompiler = "32805668-c3d0-42c2-aafd-0d0a9857a104" | ||
| Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" | ||
| SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" | ||
| Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" | ||
| XSteam = "95ff35a0-be81-11e9-2ca3-5b4e338e8476" | ||
|
|
||
| [sources] | ||
| Compiler = {rev = "master", url = "https://github.com/JuliaLang/BaseCompiler.jl.git"} | ||
| DAECompiler = {path = "."} | ||
| XSteam = {rev = "master", url = "https://github.com/hzgzh/XSteam.jl.git"} | ||
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.
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.