Implementation of stabilization parameters

A brief sketch of the implementation of the stabilization parameters, either tau matrices and discontinuity capturing operators, will be given here, going in depth of the numerical code.

2001 diagonal compressible tau

The expression for the compressible diagonal tau is (Hauke, 2001):

The piece of the code that implements it is:

2001 non-diagonal compressible tau

Further, the expression for the non-diagonal version is (Hauke, 2001):

So that the implementation of the non-diagonal tau is:

2019 non-diagonal compressible tau

The non-diagonal tau of 2019 is implemented as:

2007 diagonal incompressible tau

The algorithmic formulation of this version of tau (Bazilev et al., 2007) is:

The 2007 diagonal incompressible tau is implemented as follow:

2014 diagonal tau

The 2014 tau by Trelles, J. P., & Modirkhazeni, S. M. (2014) reads:

The coding for the 2014 tau version is:

2005 Polner

The non-diagonal tau developed by Polner (2005) reads:

The corresponding implementation is:

1998 discontinuity capturing

The 1998 version of discontinuity capturing, one of the most rubost, is:

The piece of code implementing it is:

2006 discontinuity capturing

The 2006 version of the discontinuity capturing by Tezduyar & Senga (2006) reads:

The relative implementation follows:

2002 Galerking Least Squares for heat conduction

The Galerking Least Square formulation for heat conduction is formulated as:

The corresponding implementation is: