fdrmrc / Polydeal

C++ implementation of Polygonal Discontinuous Galerkin method within the deal.II Finite Element library.
https://fdrmrc.github.io/Polydeal/
Other
0 stars 0 forks source link

Use FEInterfaceValues instead of classical local matrices #35

Closed fdrmrc closed 2 years ago

fdrmrc commented 2 years ago

https://github.com/fdrmrc/AggloDeal/blob/b78c13a4f2d19a2e7aacaafa7c422b1ed4ef75a0/examples/minimal_SIP_FEInterfaceValues.cc#L369-L425

Tested with higher orders. FYI @luca-heltai

luca-heltai commented 2 years ago

Perfect! Very nice, Marco.