Building of the matrix and right hand side
With respect to the building of matrix and right hand side we start by
computing all contributions in the integration points. This is done by
looping over the various integration points. Since the contribution of
point (0,1) in cell is equal to that of point (0, -1) in cell
it is sufficient to loop over two sets of integration points
only.
Once we have computed the coefficients in a set of integration points we
must add these contributions, multiplied by some factor, to the matrix
elements. This process is known as distribution.
The SWAN team 2024-09-09