Dylan Copeland

Results 75 comments of Dylan Copeland

@psocratis There are some unit tests in `tests/unit/fem/test_2d_bilininteg.cpp` and `test_3d_bilininteg.cpp`, where you could add cases for the new integrators and the newly supported cases of mixed spaces for curl-curl and...

@chldkdtn The `-visit` issues are fixed now. The DMD examples all worked already in parallel, and their sample runs already have `mpirun -n 8`. There are no issues in parallel...

@siuwuncheung and @pranav-vempati

@jtlau Thanks for watching this PR. I was planning to ask whether this PR might break something, as it makes it impossible to call `endSamples` twice, or to call both...

Hi @pratyuksh, thank you for contributing this capability to compute gradients of RT basis functions. May I ask what the usage of this capability might be? Typically in MFEM, a...

Thanks @pratyuksh for clarifying and providing a reference. I see now that this is for a DG formulation with a "broken gradient." After this PR it may be helpful to...

@pratyuksh Would it be possible to add a small example or unit test to demonstrate this code in a `BilinearForm`? This PR currently has the gradients of basis functions on...

Thanks @pratyuksh for the interesting miniapp, which may be a good addition to MFEM in a future PR. Since this PR just introduces `CalcGradVShape` for a broken gradient in H(div),...

@pratyuksh thanks for your willingness to extend the PR to 3D elements. I think a simple unit test based on a `BilinearForm` like in `assembly.cpp` would be sufficient. You can...

There are a lot of these build warnings with nvcc: `warning: overloaded virtual function "mfem::Coefficient::Eval" is only partially overridden...`