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

[Equations] Fixes/rewrite to some operators, additional comments and additional parsers #828

Merged
merged 110 commits into from
Feb 27, 2024

Conversation

ualiangzhang
Copy link
Contributor

@ualiangzhang ualiangzhang commented Feb 27, 2024

Summary of Changes

Fixes/rewrite to some operators — integral, summation, gradients
Parser can handle:

  • Derivative has new enum component to identify various different notation. e.g. Leibniz, Newton, Euler, DNotation, Lagrange (Note that previous operator PartialDerivative is removed and partial derivative operator notation is now in DerivativeNotation enum. )
  • Vector e.g. \vec{x}

Deepsana Shahi added 30 commits October 30, 2023 14:01
… for decapodes ASCet serialization of Halfar dome equation 8.2 from CISM documentation
@github-actions github-actions bot added the ISA label Feb 27, 2024
@ualiangzhang ualiangzhang changed the title Dshahi parsers test [Equations] Fixes/rewrite to some operators, additional comments and additional parsers Feb 27, 2024
@Free-Quarks Free-Quarks merged commit 68e7d31 into main Feb 27, 2024
7 checks passed
@Free-Quarks Free-Quarks deleted the dshahi-parsers_test branch February 27, 2024 17:15
github-actions bot added a commit that referenced this pull request Feb 27, 2024
…additional parsers (#828)

## Summary of Changes
Fixes/rewrite to some operators — integral, summation, gradients
Parser can handle:
- Derivative has new enum component to identify various different
notation. e.g. Leibniz, Newton, Euler, DNotation, Lagrange (Note that
previous operator `PartialDerivative` is removed and partial derivative
operator notation is now in `DerivativeNotation` enum. )
- Vector e.g. \vec{x}

---------

Co-authored-by: Deepsana Shahi <[email protected]>
Co-authored-by: Justin <[email protected]> 68e7d31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants