Details about the Function.dat.data #2890
-
Hello,
the results
Function.dat.data is not an array at physical points seems the gauss points. but when the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
A.dat.data
are the coefficients w.r.t. the basis which forDQ
indeed corresponds to values in nodes at physical locations, it's just not the physical locations you are expecting. The default choice of nodes in Firedrake for discontinuous elements correspond to the Gauss Legendre points, which does not include the vertices. If you want the more "standard" choice of nodes that includes the vertices, with equispaced notes inbetween for higher order, use: