-
Hi developers,
I am trying to compile aurora on Ubuntu. MOOSE environment was installed via mamba. Then both MOOSE and OPENMC were successfully compiled with no errors under the virtual environment…
-
```
Linking Executable /home/moose/projects/moose/modules/phase_field/phase_field-dbg...
/home/moose/miniconda3/envs/moose/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_c…
-
## Reason
I recently ran into a FV routine that is not thread safe, because it was meant to be used in non-threaded region.
We could communicate that intent, often well know from the developer of th…
-
idaholab/moose#24209 has to cast to a petsc matrix and then manually call the corresponding PETSc API. We should be able to abstract that in libMesh
-
As discussed in this thread:
https://sourceforge.net/p/libmesh/mailman/libmesh-users/thread/alpine.LRH.2.20.1601191555380.19120@spark.ices.utexas.edu/
It's not safe for users to write parallel xdr/xd…
-
Here's the error message during libmesh configure (this is through autoibamr but I had the same failure yesterday with manually installed PETSc 3.17 and manually installed libmesh 1.7).
```
------…
-
Paraview doesn't give us the best results for vorticities or heat fluxes; we should add them as optional postprocessing variables.
-
**RQ1: Are traditional method of keywords searches of commits with defect prediction on release levels performing well?**
-
It would be great if libMesh has an interface to allow users try different node processor ID assigning schmes.
@roystgnr, Do you have a chance to look at this?
-
## Bug Description
I'm running MOOSE Version: git commit b38350ebf7 on 2023-08-04
In my simulation I requested Moose to write some quality measurement to an AuxVariable. Unfortunately, when executin…