-
Notifications
You must be signed in to change notification settings - Fork 9
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
StartUpDG t8code todo list #38
Comments
@jlchan Can you imagine a |
Certainly. I don't need the orientation for my own constructor but I can certainly store it. Are the physical points interpolation points or quadrature points? I would prefer interpolation points if possible (easier to enforce a watertight mesh). |
Sure, interpolation points will work. Yeah, I think we have to pass the orientation to the user to take care of it so that the interpolated face values from each side correctly match according to the mesh. |
Sounds good. FYI, we account for orientation when computing the |
@Davknapp @jmark from our Trixi discussion
MeshData
(removemapP
,mapB
as fields, replace with a general "node connectivity" field to enablet8code
). Note: this should be non-breaking, since we can simply overloadgetproperties
to ensuremd.mapP
still returns the relevant array.MeshData
objects.If there is anything else you can think of, please feel free to add those items.
The text was updated successfully, but these errors were encountered: