Hello everyone,
I am working with a transport equation of the form
where \theta is a given vector field, and u is the unknown function.
To solve this equation, I would like to apply the Discontinuous Galerkin (DG) approach. In my variational formulation, the following term appears:
Here, \mathcal{T}_{h} is the set of finite elements, K is a finite element (triangle or tetrahedron), and n_{K} is the outward unit normal vector on \partial K. The set \partial K^{in} is defined as
and the jump and trace operators are given by
The inflow boundary subset \partial\Omega^{in} is defined as
where n is the unit normal to \partial\Omega.
Of course, I am using a time discretization to solve this problem. However, implementing the above term in FEniCSx (0.9) has been quite challenging for me. Could you provide some guidance?