LEoPart-project / leopart-x

Implementation of Lagrangian-Eulerian Particle tracking with DOLFINx
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Provide lifting type flux approximation #7

Open nate-sime opened 4 years ago

nate-sime commented 4 years ago

HDG flux functions incorporating an interior penalty flux function are less resilient to changes in the interior penalty parameter than their DG counterparts. Introducing a parameter-less lifting operator in its place will enable parameter free viscous flux approximation between elements. This requires computation of local problems on patches of the mesh neighbouring the interior facets. Cf. the methods of Bassi and Rebay.