Rick Budé
Rick Budé
Hi there, I am trying to measure time elapsed in my code using `std::chrono`. The code compiles just fine, but the time measurements seem to be completely random. I tried...
Hi there, This is a more general question, but I am wondering what kind of conservation guarantees that we can get using the FEM, as the literature seems to be...
Hi there, I have a question about the usage of a `DiffusionIntegrator` as a Boundary Integrator, and the behavior I should expect when doing so. To understand why I even...
glvis seems not capable of visualizing the ND_R2D elements. To reproduce, run example 31: ``` ex31 -m ../data/star.mesh -o 2 ``` and try to visualize with glvis, with the command...
Hi there, I am trying to calculate the gradient of a DG solution I obtained from example 14. My initial thought was to project the gradient using a `GradientGridFunctionCoefficient` onto...
This is a companion issue to the identically-named issue in MFEM: [https://github.com/mfem/mfem/issues/4403](https://github.com/mfem/mfem/issues/4403) Loading a solution that is expressed in terms of ND_R1D, ND_R2D, RT_R1D and RT_R2D elements gives an error...