Results 11 comments of Ian Abel

Hi, I'm writing an HDG code based on top of MFEM and I'm interested in assisting getting some of these features upstream -- is @thorvath12 still around / is this...

> > The only feature I can see that can't be implemented with conventional Bilinear and MixedBilinearForms is a form that computes integrals between two elements of the face space...

Hi Tamas, Pausing on the API design discussions until one of the upstream team lets us know what they would prefer (I agree that your design works very well for...

Success. That fixes the bug. Thanks for the help!

> It may sound trivial but i've just started learning this. To help me better understand this, please consider elaborating a bit on the following. > For the hdg_poisson.cpp test,...

So, I've got a few things that could be rolled into this branch if desired: 1) AMR for the Convection/Diffusion algorithm using an error estimator due to Cockburn & company...

Absolutely! If you want/need any help with rewriting the branch, even if it's going through and checking const-ness on APIs and things, let me know.

I agree, I can see no practical reason for wanting to access the whole block matrices, rather than just the Schur complement system. So long as having a completely separate...

@thorvath12 -- is the plan still to merge this branch upstream or is this a pure dev branch? If the latter I'll create an hdg-stable branch that aims to maintain...

This appears to have been added in the Ginko interface commit 86996b3 last october by @balos1 -- was it needed to get ginko working?