-
Notifications
You must be signed in to change notification settings - Fork 24
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
Adding Quadratic elements to Silo abstract knowledge pool #374
Conversation
Be sure to run |
We'll also have to adjust the |
@rrsettgast if you have some time, can you take a quick look at this and the associated VisIt work and share anything that might come to mind as relevant? |
Ok, I am looking into the mixed material question. It is def. a volume sort of thing so you may be right that the two really don't combine in any coherent way. OTOH, if every high order element has a linear approx. using just the first set of (linear) dofs, then maybe that is a way that material volume fractions can be specified. |
@cessenat I think this looks good. Have you run Silo's test suite against it just to make sure. Typically, just a |
Tests fail, with or without my modifications. There is something basically wrong with my Ubuntu 20.04.
|
Ok, I think I've seen this kind of failure before. Don't worry about it for now. |
Adding Quadratic elements to Silo abstract knowledge pool
…_high_order Backport #374
This adds the quadratic elements ids for Silo.
Next step shall be to make them properly readable in VisIt Silo plugin.
Further step shall be to take a decision about extfaces.c : degenerate quadratic elements down to linear on boundaries so that very few work shall need to be done, or preserve the quadratic feature. I would opt for the first option, what do you think @markcmiller86 ?
Another step shall be for mixed materials ; I think mixed materials is a typical Finite Volume issue, so high order Finite Elements are orthogonal to that question ; so, as for external faces, one could degenerate quadratic to linear for mixed materials.