Veselin Dobrev

Results 466 comments of Veselin Dobrev

Both the stream and the script commands use the format `screenshot filename.png`. The stream command is processed here: https://github.com/GLVis/glvis/blob/c092dc8f62a8ce37aa1d738d0d4f5db71f6856fb/lib/threads.cpp#L835

The first issue is that `FiniteElementSpace::Save` (which is used to send data to GLVis) does not support variable orders yet -- it is probably not too hard to add this....

> Third, currently an MFEM user can build the latest version of MFEM with OCCA support _or_ with libCEED support but not both, as the libCEED OCCA backend uses a...

I think this is the same issue that we have in MFEM trying to use OCCA's HIP backend from libCEED. For example, running Example 1 with ```console ./ex1 -pa -d...

The libceed repo already has `.gitlab-ci.yml` with a gitlab CI setup for use outside the LLNL gitlab instance. Is there a way to distinguish what gets run on which gitlab...

This issue was resolved in https://github.com/mfem/mfem/pull/2919 which is part of MFEM v4.5. This version of MFEM will be added to Spack with #33480.

It does look like a bug. @IdoAkkerman, any thoughts? On the other hand, the unit tests (https://github.com/mfem/mfem/blob/master/tests/unit/linalg/test_ode.cpp) seem to work fine.

In the current CMake setup, the default target (`all`) does not build examples, miniapps, and tests, even if one sets `MFEM_ENABLE_TESTING=ON`. There is a special target that builds those --...

One small issue that came up in our nightly tests is that we get a number of deprecation warnings since we test with SUNDIALS v5.8.0 and this PR is setup...

> I am okay with both options, with a slight preference for 1️⃣ I'm not hearing any other preferences so let's go with option 1️⃣ (don't change anything in this...