Electromagnetics Module Based on edge element or node element? #21673
Answered
by
cticenhour
AdelineHunter
asked this question in
Q&A Modules: Electromagnetics
-
|
Hi, Is the Electromagnetics Module developed based on the edge element method? Or based on the node element method? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
cticenhour
Jul 25, 2022
Replies: 1 comment 1 reply
-
|
If you choose to solve the vector fields component-wise, you can use node elements. If you solve them directly as vectors, you use edge elements (specifically, Nedelec first order). See the benchmark examples for general module usage, and most of those use the edge element. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GiudGiud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you choose to solve the vector fields component-wise, you can use node elements. If you solve them directly as vectors, you use edge elements (specifically, Nedelec first order). See the benchmark examples for general module usage, and most of those use the edge element.