Alvin Zhang
Alvin Zhang
I had forgotten about this issue. I remember talking to @mortezah about this and one limitation of `apf::eigen` is that the input matrix must be symmetric. The input might also...
An example of how large boundary tags might affect memory usage in RANS2P: https://github.com/erdc/proteus/blob/master/proteus/mprans/RANS2P.py#L663-L667
@ejtovar, you should check if something similar is being done with SWFlow, but I don't think you need to rush to fix this as this is likely a very involved...
@dloney, just to clarify, do you intend to build proteus through `hashdist`?
> Hi Alvin. Yes, that's what I was hoping. It appears to jump over to the conda build system though when it fails with hashdisk. Could you also post the...
#1182 will effectively be reverted in #1211 as there were errors popping up in parallel MoveMesh runs. There may be some additional calls needed to get things smoothed out in...
1. From a quick look at the listed packages, I don't see any exposure in the code to `julia` or `cgal`. The other packages that might not generally be used...
1) It turns out matplotlib is used by the testing suite. 2) My concern was really that if a C++ extension/module was already compiled, the `.so` and `.a` files are...
I ran a cutfem-based 2D case using this branch and the master branch. There was no major difference in the running times.
It's not clear to me what the goal for `TwoPhaseFlow` is. With it's current capabilities, it looks like it's the interface which most users should be building cases in Proteus...