roystgnr

Results 451 comments of roystgnr

Perhaps you could count the number of hexes (`H`) and the number of hexes' quad faces that have neighbors (`N`) before the splitting, then after the splitting you do a...

If an element `e` has a side `s` where there's no neighboring element at the same `e.level()`, then the `e.neighbor_ptr(s)` points to the most refined (albeit still coarser than `e`)...

> suppose on the original face f I have two tets from A, and two tets from B, but they're not sharing that mid-f side. Is that the nature of...

Fun fact: `git grep -i coward` also finds "Thus conscience does make dowards of us all" in a NetCDF test.

> Apologies if I've missed something obvious and this is actually an issue with MOOSE. "You must have VTK installed and correctly configured to read VTK meshes." is a libMesh...

There's definitely something going wonky with my PETSc's HDF5/MatView interaction; I get weird header-only data-free output not only from the write code here but also even when doing something as...

It would be a good time to start a release branch, IMHO.

Definitely makes sense. Using an absolute tolerance rather than a relative one bugs me (at least in that first test; t is non-dimensionalized already so "absolute" is already relative), but...

That's perfect; thanks. I can replicate easily with that. I'm still hoping to come up with a better fix than your patch here, but I'm also still failing to. If...

Well, I had been hoping this was reliable enough to merge, even if it wasn't a platonic ideal yet, so long as we had a unit test covering the previously-broken...