Next: Differentiation
Up: Elemental
Spatial Operators Previous: Integration
Flux Integrals
In the following chapters we will outline the Discontinuous Galerkin Method.
In this method it is necessary to evaluate terms of the form:
where
is the boundary of an element
,
for all the
test functions in the elemental basis. There are
test functions for a triangle so the boundary integral is an O(N3)
operation. This means that the flux integration is as expensive as the
volume integral. We can reduce the cost of this integral by examining the
discrete sum form:
where Jn and fn are the Jacobian
and flux function for the nth edge.
We can rewrite the edge1 flux as:
where:
The fluxes for the other edges can be constructed in similar ways. Using
this summation representation we can now evaluate the surface flux integral
by adding the edge fluxes scaled by weight and Jacobians to the F
field and then evaluating one volume integral.
T. Warburton
10/24/1998