roystgnr

Results 58 issues of roystgnr

Since I'm merging #2654, let's make the one thing it didn't fix into a full-fledged issue so it's not forgotten: Elem::_map_type and Elem::_map_data haven't been added to the packed_elem.C serialization...

This will have to wait until we have proper Civet support back online, but we should do it as soon as that's the case. As @fdkong just discovered (see https://github.com/libMesh/libmesh/pull/2662/files#r477584561...

As [discussed in the GhostingFunctor::clone() PR](https://github.com/libMesh/libmesh/pull/2664#discussion_r466005947), clone() followed by set_mesh() isn't sufficient to let us reassociate PB conditions for the ghosting functor with PBCs on the new mesh - in...

## Reason This is now both sufficient and *necessary* to close #20192; Rocstar's stuff isn't going to be integrated in the near term, for sure. ## Design PolyLineMeshGenerator gives us...

PR: Failed but allowed

GPMSA needs to be able to disable discrepancy modeling entirely - discrepancy precision and discrepancy correlation strength will not be calibrated, and discrepancy terms will be zero (effectively discrepancy precision...

A "make -j 24 install" fails for me, frequently but unpredictably, with errors like ``` /usr/bin/install: cannot change permissions of ‘/h2/roystgnr/LIBRARIES/queso-no_libmesh/examples/validationCycle/exTgaValidationCycle_qoi.h’: No such file or directory ``` and ``` /usr/bin/install:...

GPMSA users need to be able to specify independent hyperpriors for the two. When we're in a multivariate or functional case with a non-truncated SVD, truncation_error_precision (lambda_eta in the paper's...

After discussing my thought on #398 with Damon: we should have ScopedPtr and SharedPtr inherit from their underlying pointers (to allow code to be written using those types without ::Type...

Right now we could set an "uncertain" prior which is just a delta function, but that still increases the dimensionality of the problem and reduces the efficiency of some algorithms....

enhancement

We need a way to autogenerate equispaced gaussian discrepancy kernels; this can be done in the same API where we specify grids, since both will be tensor products. We need...