Patrick Shriwise
Patrick Shriwise
Simple enough. I'd be happy to take a crack at it.
Alright, so adding those conditionals was no problem. Now for the `libmesh.pc` file... It would be nice to have those `LIBMESH_*_MODE` variables around when setting the list of configuration files...
The issue with that is the `libmesh.pc` file. It currently always matches the `libmesh-opt.pc` file, but, as we've established, those libraries may not always be present. So the `libmesh.pc` should...
Hi @yurivict. The lack of error output does indeed make problems difficult to diagnose -- including why the error isn't being printed to screen! Even the 255 error code is...
I like that these DAGMC universes are gaining more of the capabilities our other geometry classes have! It would be nice to somehow name this method `get_all_materials` like other classes...
I'll merge tomorrow morning unless @paulromano has additional comments.
Reviving this conversation in regards to the `model.xml` file. There seem to be an increasing number of places where exporting via the model class to a single XML has advantages....
>Moving the 3D pixel array into the plot base class doesn't make sense to me, since it doesn't get used at all in the projection plots. I think changing the...
For got to add a comment before submitting my review... What do you think of performing the wireframe update entirely separately from the parallel loop? If I understand correctly, the...
> The reason it's set up this way is because the memory usage in a two pass approach like that is excessively high. True, you could first loop through all...