Dylan Copeland
Dylan Copeland
> @dylan-copeland, do you have an opinion for what should be the correct interface for a collection of vectors from your ROM work? @tzanio I have not reviewed this PR,...
@siuwuncheung I was able to run the tests you listed above, but the errors were higher for the last two tests: 0: run/dmd_triple/Sol_Velocity Rel. DIFF norm 0.0230025 0: run/dmd_sedov/Sol_Velocity Rel....
With the latest changes, the Sedov test with 80 windows has much lower error: 0: run/dmd_sedov/Sol_Position Rel. DIFF norm 8.32777e-05 0: run/dmd_sedov/Sol_Velocity Rel. DIFF norm 0.0382461 0: run/dmd_sedov/Sol_Energy Rel. DIFF...
Hi @JacobLotz, thanks for raising this issue. Setting boundary attributes on a sample mesh is tricky, because the domain is smaller for the sample mesh than the original mesh. This...
@dreamer2368 you are right that the code assumes sampling of a variable in the global domain distributed with `MPI_COMM_WORLD`, and I believe you are the first person to need independent...
@ckendrick can you please provide an example test that demonstrates the issue?
Please note that my comment on January 24, 2022, was in reference to hyperreduction for projection-based (POD) ROM methods, which are code-invasive and depend on the FEM library being used...
Although the libROM python interface has not yet been introduced, non-invasive methods such as DMD in libROM (C++) can be used with data files generated by a python FOM code,...
In the past, whenever I needed to build libROM with a specific branch or commit of MFEM, I would just `cd libROM/dependencies/mfem_parallel` and checkout that branch, rebuild MFEM there, and...
@JacobLotz is there a way for me to checkout your PR from libROM? I cloned your fork and manually copied the changed files to my clone of `master`, which would...