-
-
Notifications
You must be signed in to change notification settings - Fork 39
System Transformation - Automatically make PDESystems compatible #168
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
71 commits
Select commit
Hold shift + click to select a range
940eb12
seperate out variablemap from discretespace
xtalax 02b76c3
Make boundary parsing almost time agnostic
xtalax ede6823
continue seperation of the pre discretization step
xtalax 370b471
begin transformation code
xtalax feaf2a4
.
xtalax 94f48ef
more work
xtalax 6f93d4e
continue work on boundary generation
xtalax 17968ca
merge parsing of space and time bcs
xtalax ebb90ff
Add System transformation
xtalax 2075fa2
Complete time agnostic bcs
xtalax 9aff0d6
includes and defaults
xtalax 9c15efd
e
xtalax e1da955
fixes
xtalax b92f6a3
fixes
xtalax 8646375
subs_alleqs!
xtalax 826ed92
compile time fixes
xtalax 02be26b
fix pdesys call
xtalax 04f1fdc
fix discretespace with vars
xtalax 30fa340
fix boundrymap calls that only need non time bcs
xtalax 37de5e7
Add test
xtalax 2028e09
Check for nonlinear laplacians and allow them
xtalax 6621d5b
various fixes
xtalax 877af15
bc fixes
xtalax 57110dd
fix periodic, give it an eq
xtalax 385bfbc
update test
xtalax 731f0db
discsp
xtalax e0567c0
update tests
xtalax f1edf6a
add options for systransformation and ODAE
xtalax 315bda5
update docs
xtalax bc60b70
"
xtalax b77a884
a fix
xtalax 7d1cd22
add use_ODAE to metadata
xtalax 04e44b7
update runtests
xtalax c3aecb4
fix interface
xtalax a4ffe6d
update test
xtalax 9476570
add new group to CI
xtalax 99cc0ee
fixes
xtalax addf050
some fixes
xtalax ff5f4ef
default no use odae
xtalax e5a37f5
cycle tests
xtalax 6b7dfa0
fix
xtalax c456fe6
fixes
xtalax af0f27e
.
xtalax d5997f8
some fixes
xtalax 1919429
fix u0, nonlinlap
xtalax 931c30e
Fix aux deriv args
xtalax 288107e
fix tests
xtalax a0bf976
Merge branch 'master' into systransformation
xtalax da5dd47
mark test broken
xtalax d4dc08e
a comment
xtalax 4622520
fix test
xtalax 09bfa08
fix call
xtalax 1e77350
new variablemap constructor
xtalax 564b551
make dxs a dict
xtalax aad70ac
fix test
xtalax ce26478
better solveer
xtalax 3b7799c
fix stationary
xtalax 77fdd26
fix unused type vars
xtalax afdafc0
fix eq cardinalization
xtalax 571b02d
fix axiesvals
xtalax ec88512
WTF error - marked broken
xtalax f905db1
update get_discrete
xtalax edd5e57
filter out boundary depvars from list
xtalax c4ed8d5
remove dt
xtalax 708bdad
improve docs
xtalax 21c0a66
reduce pointless saveat, test success
xtalax 40e6ebd
reduce domain size
xtalax fe3426a
format
xtalax 617e4f0
no mutation
xtalax 2080975
tracer for diagnosing KILL
xtalax cd7d172
remove tracer
xtalax 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,7 @@ jobs: | |
| - DAE | ||
| - Burgers | ||
| - Brusselator | ||
| - Mixed_Derivatives | ||
| version: | ||
| - '1' | ||
| - '1.6' | ||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not flatten here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you expand? This code is inherited from diffeqops