roystgnr

Results 312 comments of roystgnr

In libMesh master only top elements can be in `BoundaryInfo`, and other elements inherit their top-parents' info. After this PR we'll still have elements inheriting ancestors' info, but that will...

How well does this work on a general unstructured grid? The dual mesh for a cartesian mesh is another nice cartesian mesh, but the dual of triangles is arbitrary polygons...

Their treatment of cartesian vs triangle meshes seems a bit inconsistent - for triangles their dual of each edge is a quad (with the edge as one diagonal and the...

Are these coming from the build of libHilbert itself, or from a hilbert.h include that I forgot to wrap ignore_warnings.h around (I see src/mesh/mesh_communication_global_indices.C and include/parallel/parallel_conversion_utils.h missing them...), or is...

Looks like libHilbert maintainance stopped around 2014 (right when we contacted Chris to get permission to relicense under LGPL, whew!), and all I can find online today is a github...

It's not an SFINAE problem, but I can't tell what's wrong without more information. The specialization at parallel_communicator_specializations:142 isn't supposed to match, but that shouldn't be important. If TIMPI detects...

Yeah, I see the exact same bug. @daversun, for now your best workaround is probably to install and compile against an MPI implementation. There's almost no overhead to it even...

It's actually quite on purpose that we install metis.h when we're configured to use our own copy. Mostly that's so libMesh user code can assume it's safe to make direct...

IIRC there are a lot of proofs (of convergence, global conservation, etc) that do rely on having u=c in the trial space, but all you need is the per-connected-domain-subset constant,...

Digging in to the git log: we only added those clear() calls 3 years ago, in #2160 - but they were added to fix a couple actual problems.