Rick Budé
Rick Budé
I think my question may be generalized a bit to: _how do vectorial integrators behave when used as a boundary integrator_? Say for example I have a 2D Nédélec finite...
Thankyou for this incredibly helpful and elaborate response! I think I understand how it works now, so as far as I am concerned this issue can be closed. Is there...
I am very interested in this integrator (I would like to use it as a `BoundaryIntegrator`, for implementing third-order asymptotic boundary conditions for Poisson's equation, see also #4281). So I...
@IdoAkkerman thanks for your reply! The element scaling the way it does due to it being equivalent to the 2nd derivative is so logical, I don't know why this did...
d085026 removed a few cpp files from `minapps/stabilized` (`laplace.cpp`, `biharm.cpp`), but they are still referenced in `miniapps/stabilized/CMakeLists.txt`, causing configuration errors. Should these miniapps be removed from the CMakeLists, or should...