Guillaume Giudicelli
Guillaume Giudicelli
### Motivation one of the most common time stepper, we need to be able to use it for our fluid flow solves ### Design use the solver system APIs instead...
## Feature Description Results figures can be generated while building the documentation This could reduce the storage needs of the VTB AND makes sure figures and reference files are in...
## Feature Description Moosedocs now supports alt-text for figures but it is not widely deployed on the VTB at this point ## Design Add alt or caption attributes to !media...
## Feature Description We now track model runtimes when run by the CI If we start reporting them in a public-facing website we should include some disclaimers because the CI...
## Bug Description ``` msr/msre/pipe_cardinal.multiphysics: Test spec: /scratch/romebuild12-service/build/copied_tests/msr/msre/pipe_cardinal/hpc_tests:10 msr/msre/pipe_cardinal.multiphysics: Working directory: /scratch/romebuild12-service/build/copied_tests/msr/msre/pipe_cardinal msr/msre/pipe_cardinal.multiphysics: Running command: mpiexec -n 1 apptainer exec /scratch/romebuild12-service/build/container/cardinal-openmpi-x86_64_03401f1.sif /opt/cardinal/share/moose/python/TestHarness/schedulers/hpc_run.py /opt/cardinal/share/moose/python/TestHarness/../../../../bin/cardinal-opt%20-i%20cardinal.i%20Outputs/exodus%3Dfalse%20--error-override%20--timing%20Outputs/perf_graph%3Dtrue msr/msre/pipe_cardinal.multiphysics: msr/msre/pipe_cardinal.multiphysics: ################################################################################ msr/msre/pipe_cardinal.multiphysics: Begin runner_run output...
## Reason We were previously upwinding pressure on faces in the pressure drop PP. It s more right to use average interpolation ## Design Update model results ## Impact Model...
## Feature Description Having the issue number in the `tests` file helps with maintaining the repo testing. It is a little bit of extra metadata tying the content, with the...
Something like Point(elem->node_ptr(0) - elem->node_ptr(1)) feels like (one mistake away, no warnings) it should give the point for the 0th node but it ends up doing pointer to Real to...
The tests show I have the simple ones down correctly. My only worry is slice. I think I might be picking a convention that is not what we assume when...
The 2D and 3D shape computations are massive switch statements on the element type and the order. In that form it likely does not make sense to inline them for...