Guillaume Giudicelli
Guillaume Giudicelli
## Reason See testing suite ## Design Likely find a way to re-enable the coolant parameters
## Model Description For now just a 2D mesh of the gHPMR ## Project description INL made a mesh, preparing for further neutronics study ## Impact Starting point for future...
## Model Description 3D mesh of the mHTGR which can be used for dowstream physics studies ## Project description INL made a mesh using the reactor module ## Impact Starting...
## Model Description Mesh using the reactor module ## Project description INL made a mesh using the reactor module ## Impact Starting point for future studies
## Feature Description HPC testing uses the HPC filesystem. If we output like crazy to it, we're going to ruin everyone else's file writing performance ## Design Use less automated...
## Feature Description NTFS syncs files across the entire home directory, but tests requiring data from other tests might get started too fast ## Design Simplify testing for HPC ##...
## Reason The automated value conflict detection helps find mistakes in models, but it scales like N^2 and it really drives up the runtime of some models. We should use...
see https://github.com/libMesh/autoconf-submodule/pull/18 running bootstrap causes the many many changes in the second commit. But we do need to check some of those in for that other PR to have any...
an invalid uint for the node id should not be valid input on 1st order elements, we expect a false for that number
When using mesh modifiers in MOOSE, the subdomain of refined elements might change such that several refined elements born from the same parent have different subdomain IDs. WHen coarsening, it...