-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate decapodes ACSet serialization (#600)
- First pass on extracting and serializing the Decapodes ACSet representation. - Includes working example of Halfar dome PDE. - Math Expression handles Gradient and Absolute value explicitly. - Math Expression explicitly incorporates multiplication operations for consecutive Mrows, and handles equals operators. - Minor bug fixes and insertion of asserts. --------- Co-authored-by: Deepsana Shahi <[email protected]> Co-authored-by: ualiangzhang <[email protected]> Co-authored-by: Justin <[email protected]>
- Loading branch information
1 parent
dd1e4ec
commit fe6a8c1
Showing
7 changed files
with
857 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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 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 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,3 +1,4 @@ | ||
pub mod decapodes_serialization; | ||
pub mod first_order_ode; | ||
pub mod generic_mathml; | ||
pub mod interpreted_mathml; | ||
|
Oops, something went wrong.