Jed Brown

Results 531 comments of Jed Brown

Why does it always say `Conservative variables` (regardless of `-state_var primitive`) and wouldn't we expect this to converge under refinement? Also, the domain shape (`dm_plex_box_upper 125,125,250`) relative to resolution `dm_plex_box_faces...

I wonder what happened. I thought we had made a convergence test (long ago) for this problem at arbitrary order. Anyway, how does isentropic vortex test your `to_prim` conversion if...

Sounds good. How do we test the new feature?

Probably the issue just fixed by https://github.com/CEED/libCEED/pull/1179.

Failing in this branch or on main? @jrwrigh has been dealing with a CI issue.

Well, something that runs this code and checks that the errors are of expected size. (What if a bug caused the reported error to be zero always or the error...

libCEED is algebraic and not limited to $C^0$. One can use $C^1$, but you'll need suitable restrictions and basis tabulations (we don't have a convenience tabulator for Hermite or similar...

Yup, go ahead and get started. You'll probably use petsc4py for generating the mesh and handling the solver, with libceed for applying the operator. You may need to look at...

Isoperiodic should not use cell coordinates at all. It should behave as a standard continuous space in which the local space ensures that the donor and periodic nodes are distinct...