Replies: 3 comments
-
The differential equations in Andes are DAEs, not PDEs. Finite elements is for PDE.
The equations in ANDES is solved by simultaneous methods that discretion the DAE into a set of nonlinear algebraic equations. See Prof. Federico Milano’s book.
Regards,
Hantao Cui
…On Feb 24, 2022, 4:56 AM -0600, Nai-Yuan Chiang ***@***.***>, wrote:
Hi Dr. Cui,
I wonder how the differential equations is solved in Andes, by finite element?
Can we control the discretization?
Cheers,
NY
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's the implementation for Trapezoidal method: These two functions rely on other functions in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got it! Thanks a lot for your quick response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Dr. Cui,
I wonder how the differential equations is solved in Andes, by finite element?
Can we control the discretization?
Cheers,
NY
Beta Was this translation helpful? Give feedback.
All reactions