\documentclass[reqno]{amsart}
\usepackage{hyperref}
\usepackage{graphicx}

\AtBeginDocument{{\noindent\small
Ninth MSU-UAB Conference on Differential Equations and Computational
Simulations.
\emph{Electronic Journal of Differential Equations},
Conference 20 (2013),  pp. 53--63.\newline
ISSN: 1072-6691. URL: http://ejde.math.txstate.edu or http://ejde.math.unt.edu
\newline ftp ejde.math.txstate.edu}
\thanks{\copyright 2013 Texas State University - San Marcos.}
\vspace{9mm}}

\begin{document}\setcounter{page}{53}
\title[\hfilneg EJDE-2013/Conf/20/ \hfil Total variation stability]
{Total variation stability and second-order accuracy at extrema}

\author[Ritesh Kumar Dubey \hfil EJDE-2013/conf/20 \hfilneg]
{Ritesh Kumar Dubey} 

\address{Ritesh Kumar Dubey \newline
Research Institute, SRM University, Tamilnadu, India}
\email{riteshkd@gmail.com,  riteshkumar.d@res.srmuniv.ac.in}

\thanks{Published October 31, 2013.}
\thanks{Supported by DST India grant SR/FTP/MS-015/2011.}
\subjclass[2000]{35L65, 65M06, 65M12}
\keywords{Second order accurate schemes; total variation
diminishing schemes; \hfill\break\indent 
smoothness parameter; hyperbolic equations}

\begin{abstract}
 It is well known that high order total variation diminishing (TVD)
 schemes for hyperbolic conservation laws degenerate to first-order accuracy,
 even at smooth extrema; hence they suffer from clipping error.
 In this work, TVD bounds on representative three-point second-order
 accurate schemes are given for the scalar case, which show that it is possible
 to obtain second order TVD approximation at points of extrema as well as in
 steep gradient regions. These bounds can be used to improve existing
 high order TVD schemes and to reduce clipping error. In a 1D scalar test
 cases, an existing limiters based high order TVD scheme is applied,
 along with these second-order schemes using their TVD bounds to show
 improvement in the numerical results at extrema and steep gradient regions.
\end{abstract}

\maketitle
\numberwithin{equation}{section}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\allowdisplaybreaks

\section{Introduction}\label{sec1}

The concept of non-linear stability condition total variation
diminishing (TVD) was first introduced by Harten \cite{harten1983} and
later by Sanders \cite{sanders1988}. TVD condition is the weakest possible
condition for monotonicity preservation which ensures stability of
scheme for both monotone and non-monotone solutions.  In other words,
it guarantees that maxima or minima will not increase or decrease
respectively. Many modern shock capturing schemes are devised  with
TVD property in Harten's sense and implemented
successfully by scientific community over the past 30 years. Examples
of such high order TVD schemes are, flux limiter based schemes
\cite{vanLeer1974,sweby1984,Yee1987,rkd2007}, slope limiters based
schemes \cite{goodman1988}
and relaxation schemes \cite{Jin95}. Despite of huge success, these
schemes are criticized because they {\it degenerate to first order accuracy
at smooth extrema of solution} even for one-dimensional scalar conservation laws
\cite{chakra,tadmor1988}. In \cite{sanders1988}, Sanders defined the
total variation by measuring the variation of the reconstructed
polynomials rather than the traditional way of measuring the variation
of the grid values as in \cite{harten1983}. He also gave a uniformly
third order accurate finite volume scheme in
\cite{sanders1988}. Recently, following TVD definition given by
Sanders, Zhang and Shu constructed a finite volume TVD schemes
which are up to sixth order accurate in the $L_1$ norm but only
in 1D case \cite{zhang}. Hence it can be concluded that uniformly high
order approximation can be achieved for TVD schemes defined in Sanders
sense but for TVD schemes defined in Harten's sense such uniform
accuracy is impossible due to their degeneracy at extrema.


We consider uniformly second order accurate centered
and upwind schemes like Lax-Wendroff and Beam-Warming type
schemes. Numerically, it can be seen that these
three points schemes fail to produce total variation stable solution
though total variation bounded (TVB) solution can be obtained. It
shows that these schemes are not TVD in general. Till now no
theoretical discussion or proof is reported on the TVD or TVB
properties of these schemes \cite{Laney}.
We investigate these uniformly second order schemes to achieve second
order TVD approximation (in Harten's sense) at points of extrema and
steep gradient region of solution. This results into explicit bounds on
the solution region where these schemes remains total variation
stable. The bounds are given in terms of smoothness parameter which is
a function of consecutive gradient ratios. These obtained bounds can
play significant role to construct or improve existing high order
schemes which can give second order approximation for solution region
with extreme point and steep gradient.
In section \ref{sec2}, we analyze for total variation (TV) stability 
of the representative
second order accurate central and upwind biased schemes. In section
\ref{sec3} we give numerical results to show the improvement in a well
known limiters based scheme when applied with three point second order
schemes. Conclusion and future work is discussed in the last section.

\section{Total variation stability bounds}\label{sec2}

We consider the scalar conservation law,
\begin{equation} \label{nonlin}
\begin{gathered}
 u(x,t)_{t} + f(u(x,t))_{x} = 0, \\
u(x,0)=u_{0}(x)
\end{gathered}
\end{equation}
where $u(x,t)$ is a conserved variable and $f(u)$ is the non linear
flux function.
The characteristics speed associated with \eqref{nonlin} is defined
by $a(u)=f'(u)= \frac{\partial
  f(u)}{\partial u}$. For discritization we divide the spatial space
into $N$ equispaced cells $[x_{i-\frac{1}{2}}, x_{i+\frac{1}{2}}]$,
$i=0,1,\dots N$ of length
$\Delta x$  and temporal space into $M$ equispaced intervals 
$[t^n,  t^{n+1}]$, $n=0,1,\dots, M$ of length $\Delta t$. The quantity
$x_{i\pm\frac{1}{2}}$ is called cell interface and $t^n$ denotes the
$n^{th}$ time level respectively. A conservative numerical
approximation for above equation is defined by
\begin{equation} \label{s2eq2}
\bar{u}^{n+1}_{i} = \bar{u}_{i}^{n} - \lambda
\big(\mathcal{F}_{i+\frac{1}{2}}- \mathcal{F}_{i-\frac{1}{2}}\big)
\end{equation}
where  $\lambda = \frac{\Delta t}{\Delta x}$,
$\mathcal{F}_{i+\frac{1}{2}}$ is time-integral average of flux function at
cell interface and $\bar{u}^{n}_{i}$ is spatial cell-integral average defined as
\begin{equation}
 \bar{u}^{n}_{i} \approx \frac{1}{\Delta
  x}\int_{x_{i-\frac{1}{2}}}^{x_{i+\frac{1}{2}}}u(x, t^n) dx,\;\;
\mathcal{F}_{i+\frac{1}{2}} \approx \frac{1}{\Delta
  t} \int_{t^{n}}^{t^{n+1}}f(u(x_{i+\frac{1}{2}}, t)) dt.\label{average}
\end{equation}
 The choice of numerical flux function $\mathcal{F}_{i\pm   \frac{1}{2}}$
governs the spatial performance like
accuracy, dissipation, numerical oscillations or shock capturing
feature of resulting conservative scheme. Further, numerically
characteristics speed is approximated at cell interface $x_{i+ \frac{1}{2}}$ as
\begin{equation}
  a_{i+\frac{1}{2}}=
\begin{cases}
      \frac{F_{i+1} - F_{i}}{\bar{u}_{i+1}
        - \bar{u}_{i}}& \text{if }\bar{u}_{i+1}
      \neq \bar{u}_{i},\\[2pt]
       f'(\bar{u}_{i}) & \text{if } \bar{u}_{i+1}= \bar{u}_{i},
      \end{cases}\label{speed}
\end{equation}
where $F_{i}= f(\bar{u}_{i})$ and the superscript for
time level $n$ is dropped. The following well known TVD criteria given
by Harten in  \cite{harten1983} is used for the main results.

\begin{lemma}\label{lem1}
Conditions  $\alpha_{i+\frac{1}{2}}\geq0 $, $\beta_{i-\frac{1}{2}}\geq 0$ and
$\alpha_{i+\frac{1}{2}}+ \beta_{i+\frac{1}{2}}\leq 1$
are sufficient for a conservative scheme in Incremental form (I-form)
\begin{equation}
\bar{u}_{i}^{n+1}=\bar{u}_{i}^{n}+\alpha_{i+\frac{1}{2}}\Delta_{+}\bar{u}_{i}-
\beta_{i-\frac{1}{2}}\Delta_{-}\bar{u}_{i}\label{iform}
\end{equation}
to be TVD, where $\Delta_{+}\bar{u}_{i} = \Delta_{-}\bar{u}_{i+1} 
= \bar{u}_{i+1} -\bar{u}_{i}$.
\end{lemma}

\begin{theorem}\label{thm1}
For non-linear scalar conservation law \eqref{nonlin}, Lax-Wendroff
scheme is TVD under CFL like condition $0< \lambda \max_{u}
|f'(u)|< 1$, if $r_{i}\in (-\infty, -1]\cup[1/3,\infty)$,
  where smoothness parameter is defined as
\[ 
r_{i} =   \begin{cases}
 \frac{(1-\lambda a_{i-1/2})\Delta_{-}F_{i}}{(1-\lambda a_{i+1/2})
\Delta_{+}F_{i}} & a_{i+\frac{1}{2}}> 0\\[3pt]
 \frac{(1+\lambda a_{i+1/2})\Delta_{+}F_{i}}{(1+\lambda
  a_{i-1/2})\Delta_{-}F_{i}} & a_{i+\frac{1}{2}}< 0
\end{cases}
\]
\end{theorem}

\begin{proof}
Consider the numerical flux function of Lax-Wendroff scheme
\begin{equation}
F^{n,LxW}_{i+ \frac{1}{2}}= \frac{1}{2}\left(F_{i+1} + F_{i}\right) -
\frac{\lambda\,a_{i+ \frac{1}{2}}}{2} \Delta_{+} \bar{u}_{i}. \label{flxw}
\end{equation}
\textbf{Case $a(u)> 0$:} The conservative approximation using \eqref{flxw}
can be written as
\begin{equation}
\bar{u}^{n+1}_{i}= \bar{u}_{i} 
- \Big[\frac{\lambda a_{i+\frac{1}{2}}}{2}\big(1-\lambda   a_{i+\frac{1}{2}}\big)
 \Delta_{+}\bar{u}_{i}+ \lambda a_{i-\frac{1}{2}} \Delta_{-}\bar{u}_{i} 
-\frac{\lambda a_{i-\frac{1}{2}}}{2}\big(1-\lambda a_{i-\frac{1}{2}}\big) 
\Delta_{-}\bar{u}_{i}   \Big].
\end{equation}
which can be written in the following Incremental form,
\begin{equation}
\bar{u}^{n+1}_{i}= \bar{u}_{i} - \Big[\frac{\lambda a_{i+\frac{1}{2}}}{2}
\big(1-\lambda a_{i+\frac{1}{2}}\big)
 \frac{\Delta_{+}\bar{u}_{i}} {\Delta_{-}\bar{u}_{i}}
 + \lambda a_{i-\frac{1}{2}}  -\frac{\lambda a_{i-\frac{1}{2}}}{2}
\big(1-\lambda a_{i-\frac{1}{2}}\big)
 \Big] \Delta_{-}\bar{u}_{i}. \label{Iflxw1}
\end{equation}
From Lemma \ref{lem1}, \eqref{Iflxw1} will be TVD if,
\begin{equation} 
0\leq \Big[\frac{\lambda a_{i+\frac{1}{2}}}{2}
\big(1-\lambda a_{i+\frac{1}{2}}\big)
 \frac{\Delta_{+}\bar{u}_{i}}
{\Delta_{-}\bar{u}_{i}} + \lambda a_{i-\frac{1}{2}}  -\frac{\lambda a_{i-\frac{1}{2}}}{2}\big(1-\lambda a_{i-\frac{1}{2}}\big)
 \Big] \leq 1. \label{inq1}
\end{equation}
Under CFL condition,
\begin{equation}
0<\lambda a_{i+\frac{1}{2}} < 1 \Rightarrow (1-\lambda a_{i+\frac{1}{2}})>0,\quad
 \forall i.\label{cfl1}
\end{equation}
Inequality \eqref{inq1} can be rewritten as
\begin{equation}
\frac{-2}{1-\lambda a_{i-\frac{1}{2}}} 
\leq \frac{a_{i+\frac{1}{2}}(1-\lambda a_{i+\frac{1}{2}})}{a_{i-\frac{1}{2}}
(1-\lambda a_{i-\frac{1}{2}})} \frac{\Delta_{+}\bar{u}_{i}}
{\Delta_{-}\bar{u}_{i}} -1 \leq \frac{2}{\lambda a_{i-\frac{1}{2}}}.\label{inq2}
\end{equation}
Note that under \eqref{cfl1},
$\sup\{\frac{-2}{1-\lambda\,a_{i-\frac{1}{2}}}\} =-2$ and
$\inf\{\frac{2}{\lambda\,a_{i-\frac{1}{2}}}\} =2$. Hence
the above inequality is satisfied if
\[
-1 \leq \frac{a_{i+\frac{1}{2}}(1-\lambda 
a_{i+\frac{1}{2}})}{a_{i-\frac{1}{2}}(1-\lambda a_{i-\frac{1}{2}})}
 \frac{\Delta_{+}\bar{u}_{i}}
{\Delta_{-}\bar{u}_{i}} \leq 3,
\]
which implies $ r_{i} \in (-\infty ,-1] \cup [\frac{1}{3}, \infty)$,
where 
\[
r_{i} = \frac{a_{i-\frac{1}{2}}(1-\lambda a_{i-\frac{1}{2}}) 
\Delta_{-}\bar{u}_{i}}{a_{i+\frac{1}{2}}
(1-\lambda a_{i+\frac{1}{2}})\Delta_{+}\bar{u}_{i}} 
=\frac{(1-\lambda a_{i-\frac{1}{2}}) 
\Delta_{-}\bar{F}_{i}}{(1-\lambda a_{i+\frac{1}{2}})\Delta_{+}\bar{F}_{i}}
 \]

\textbf{Case $a(u)<0$:} The resulting approximation can be written as
\begin{equation}
\bar{u}^{n+1}_{i} = \bar{u}_{i} + \Big[\frac{\lambda a_{i+\frac{1}{2}}}{2}
\big(1 +\lambda a_{i+\frac{1}{2}}\big)
  -\lambda a_{i-\frac{1}{2}}- \frac{\lambda a_{i-\frac{1}{2}}}{2}
\big(1+\lambda a_{i-\frac{1}{2}}\big)\frac{\Delta_{-}\bar{u}_{i}}
  {\Delta_{+}\bar{u}_{i}}\Big]\Delta_{+}\bar{u}_{i}.\label{Iflxw2}
\end{equation}
Using  Lemma \ref{lem1}, it can be shown that \eqref{Iflxw2} will be TVD,
if
\begin{equation}
\lambda a_{i+\frac{1}{2}}\leq \frac{\lambda a_{i+\frac{1}{2}}}{2}
\big(1 + \lambda a_{i+\frac{1}{2}}\big)
- \frac{\lambda a_{i-\frac{1}{2}}}{2}\big(1 + \lambda a_{i-\frac{1}{2}}\big)
\frac{\Delta_{-}\bar{u}_{i}}
  {\Delta_{+}\bar{u}_{i}} \leq 1 + \lambda a_{i+\frac{1}{2}}.\label{inq3}
\end{equation}
Under the CFL condition for $a(u)<0$,
\begin{equation}
-1 < \lambda a_{i+\frac{1}{2}}<0,\, \forall i.\label{cfl2}
\end{equation}
Inequality \eqref{inq3} results to
\begin{equation}
\frac{2}{1 + \lambda a_{i+\frac{1}{2}}} \geq 1-
\frac{a_{i-\frac{1}{2}}(1 + \lambda a_{i-\frac{1}{2}})
\Delta_{-}\bar{u}_{i}}{a_{i+\frac{1}{2}}(1 + \lambda 
a_{i+\frac{1}{2}})\Delta_{+}\bar{u}_{i}} 
\geq \frac{2}{\lambda a_{i+\frac{1}{2}}}.\label{inq4}
\end{equation}
Note that under \eqref{cfl2} 
$\inf\{\frac{2}{1 + \lambda a_{i+\frac{1}{2}}}\}=2$ and 
$\sup\{\frac{2}{\lambda a_{i+\frac{1}{2}}}\}=-2$.
Hence \eqref{inq4} is satisfied, if
\[
 -1\leq \frac{a_{i-\frac{1}{2}}(1 + \lambda a_{i-\frac{1}{2}})
\Delta_{-}\bar{u}_{i}}{a_{i+\frac{1}{2}}(1 + \lambda a_{i+\frac{1}{2}})
\Delta_{+}\bar{u}_{i}}   \leq 3.
\]
On inversion,
$ r_{i} \in (-\infty ,-1] \cup[\frac{1}{3}, \infty)$,
where
\[
r_{i}= \frac{a_{i+\frac{1}{2}}(1 + \lambda a_{i+\frac{1}{2}})
\Delta_{+} \bar{u}_{i}}{a_{i-\frac{1}{2}}(1 + \lambda a_{i-\frac{1}{2}})
\Delta_{-}\bar{u}_{i}} =\frac{(1 + \lambda a_{i+\frac{1}{2}})
\Delta_{+}{F}_{i}}{(1 + \lambda a_{i-\frac{1}{2}})\Delta_{-}{F}_{i}} 
\]
\end{proof}

\begin{theorem}\label{thm2}
For non-linear scalar conservation law \eqref{nonlin}, the Beam-Warming
scheme is TVD under CFL like condition 
$0<\lambda \max_{u}|f'(u)|< 1$, if 
$r_{i +\sigma_{i+1/2}} \in [-1,3]$. Smoothness parameter $r$ is defined as
\[
 r_{i +\sigma_{i+1/2}} =  \frac{\big(1
  + \sigma_{i+\frac{1}{2}}\lambda a_{i
    +\frac{3}{2}\sigma_{i+\frac{1}{2}}}\big)}
{\big(1 +    \sigma_{i-\frac{1}{2}}\lambda a_{i +
      \frac{1}{2}\sigma_{i-\frac{1}{2}}}\big)}\theta
(F_{i+\sigma_{i+1/2}}),
\]
where
\begin{equation} 
\sigma_{i+ \frac{1}{2}} = \sigma(a_{i+  1/2})
= \begin{cases}
+1 & a_{i + 1/2}> 0, \\
-1 & a_{i + 1/2}< 0.
\end{cases} \label{sig}
\end{equation}
 and
\begin{equation}
\theta(F_{i}) = \begin{cases}
  \frac{\Delta_{-}F_{i}}{\Delta_{+}F_{i}} & a_{i+\frac{1}{2}}> 0,\\[3pt]
 \frac{\Delta_{+}F_{i}}{\Delta_{-}F_{i}} & a_{i+\frac{1}{2}}< 0.
\end{cases} \label{theta}
\end{equation}
\end{theorem}

\begin{proof}
\textbf{Case $a(u)>0$:} The numerical flux of Beam-Warming scheme is given
by
\begin{equation}
F^{n,BW}_{i+\frac{1}{2}}= F_{i} +
\frac{a_{i-\frac{1}{2}}}{2}\big(1- \lambda\,a_{i-\frac{1}{2}}\big)
\Delta_{-}\bar{u}_{i}. \label{bwflx1}
\end{equation}
The resulting conservative I-form can be written as
\begin{equation}
\bar{u}^{n+1}_{i} = \bar{u}_{i} 
-\Big[\lambda a_{i-\frac{1}{2}} + \frac{\lambda a_{i-\frac{1}{2}}}{2}
\big(1-\lambda a_{i-\frac{1}{2}}\big)
- \frac{\lambda a_{i-\frac{3}{2}}}{2}\big(1- \lambda a_{i-\frac{3}{2}}\big)
\frac{\Delta_{-}\bar{u}_{i-1}}{\Delta_{-}\bar{u}_{i}}
  \Big]\Delta_{-}\bar{u}_{i}. \label{Ifbw1}
\end{equation}
A condition for \eqref{Ifbw1} to be TVD is
\begin{equation}
0 \leq \lambda a_{i-\frac{1}{2}} +
\frac{\lambda\,a_{i-\frac{1}{2}}}{2}
\big(1 -\lambda\,a_{i-\frac{1}{2}}\big) 
- \frac{\lambda\,a_{i-\frac{3}{2}}}{2}
\big(1 -\lambda\,a_{i-\frac{3}{2}}\big)\frac{\Delta_{-}\bar{u}_{i-1}}
          {\Delta_{-}\bar{u}_{i}}\leq 1. \label{inq5}
\end{equation}
Under theCFL condition \eqref{cfl1}, \eqref{inq5} reduce to
\begin{equation}
\frac{-2}{1-\lambda a_{i-\frac{1}{2}}}\leq
1 -
\frac{a_{i-\frac{3}{2}}(1-\lambda\,a_{i-\frac{3}{2}})\Delta_{-}\bar{u}_{i-1}}
{a_{i-\frac{1}{2}}(1-\lambda\,a_{i-\frac{1}{2}})
       \Delta_{-}\bar{u}_{i}} \leq \frac{2}{\lambda a_{i-\frac{1}{2}}}.\label{inq6}
\end{equation}
As $\sup \{\frac{-2}{1-\lambda a_{i-\frac{1}{2}}}\}=-2$ 
and $\inf\{\frac{2}{\lambda a_{i-\frac{1}{2}}}\}=2$ 
under \eqref{cfl1}, \eqref{inq6}   reduce to
\begin{equation}
-1\leq r_{i-1}\leq 3
\end{equation}
where
\begin{equation} 
 r_{i-1} = \frac{a_{i-\frac{3}{2}}
(1-\lambda\,a_{i-\frac{3}{2}})\Delta_{-}\bar{u}_{i-1}}
{a_{i-\frac{1}{2}}(1-\lambda\,a_{i-\frac{1}{2}})
       \Delta_{-}\bar{u}_{i}} =\frac{(1-\lambda\,a_{i-\frac{3}{2}})
\Delta_{-}F_{i-1}}
{(1-\lambda\,a_{i-\frac{1}{2}})
       \Delta_{+}F_{i-1}}
\end{equation}

\textbf{Case $a(u)<0$:} The Beam-Warming flux is given by
\begin{equation}
F^{n,BW}_{i+\frac{1}{2}} = F_{i+1} -
\frac{a_{i+\frac{3}{2}}}{2}\big(1+
\lambda\,a_{i+\frac{3}{2}}\big)\Delta_{+}\bar{u}_{i+1}.\label{bwflx2}
\end{equation}
The resulting conservative I-form is
\begin{equation}
\bar{u}^{n+1}_{i}= \bar{u}_{i} +\Big[
\frac{\lambda\,a_{i+\frac{3}{2}}}{2}(1 +
\lambda\,a_{i+\frac{3}{2}})
\frac{\Delta_{+}\bar{u}_{i+1}}{\Delta_{+}\bar{u}_{i}} -
\lambda\,a_{i+\frac{1}{2}} -
\frac{\lambda\,a_{i+\frac{1}{2}}}{2}(1 +
\lambda\,a_{i+\frac{1}{2}}) \Big]\Delta_{+}\bar{u}_{i}.\label{Ifbw2}
\end{equation}
A condition for \eqref{Ifbw2} to be TVD is
\begin{equation}
0\leq \frac{\lambda\,a_{i+\frac{3}{2}}}{2}\left(1 +
\lambda\,a_{i+\frac{3}{2}}\right)\frac{\Delta_{+}\bar{u}_{i+1}}{\Delta_{+}\bar{u}_{i}} -
\lambda\,a_{i+\frac{1}{2}} -
\frac{\lambda\,a_{i+\frac{1}{2}}}{2}\left(1 +
\lambda\,a_{i+\frac{1}{2}}\right)  \leq 1. \label{inq7}
\end{equation}
Note under CFL condition \eqref{cfl2} 
$-1< \lambda\,a_{i+\frac{1}{2}} <0$, $\forall i$ and  
$0< 1+ \lambda\,a_{i+\frac{1}{2}}\leq 1$ hence \eqref{inq7} reduced to
\begin{equation}
\frac{2}{1+\lambda\,a_{i+\frac{1}{2}}}\geq
\frac{a_{i+\frac{3}{2}}(1+
  \lambda\,a_{i+\frac{3}{2}})\Delta_{+}\bar{u}_{i+1}}
{a_{i+\frac{1}{2}}(1+
  \lambda\,a_{i+\frac{1}{2}})\Delta_{+}\bar{u}_{i}} -1 \geq
\frac{2}{\lambda a_{i+\frac{1}{2}}}. \label{inq8}
\end{equation}
Inequality \eqref{inq8} can be satisfied if
\begin{equation}
-1\leq r_{i+1} \leq 3,
\end{equation}
 where
\begin{equation}
r_{i+1} = \frac{a_{i+\frac{3}{2}}(1+
  \lambda\,a_{i+\frac{3}{2}})\Delta_{+}\bar{u}_{i+1}}
{a_{i+\frac{1}{2}}(1+
  \lambda\,a_{i+\frac{1}{2}})\Delta_{+}\bar{u}_{i}} =
\frac{(1+  \lambda\,a_{i+\frac{3}{2}})\Delta_{+}F_{i+1}}
{(1+  \lambda\,a_{i+\frac{1}{2}})\Delta_{-}F_{i+1}}
\end{equation}
\end{proof}

Similar to above it is easy to prove the following result which show 
that second order upwind
scheme share the same TVD bounds as Beam-Warming upwind scheme.

\begin{theorem}\label{thm3}
For non-linear scalar conservation law \eqref{nonlin}, second order
upwind scheme is TVD under CFL like condition $\lambda \max_{u}
|f'(u)|\leq \frac{1}{2}$, if $r_{i +\sigma_{i+1/2}}\in
[-1,3]$. Smoothness parameter $r$ is defined as
\[ 
r_{i +\sigma_{i+1/2}} =  \theta(F_{i+\sigma_{i+1/2}}),
\]
where $\sigma$ and $\theta$ is given by \eqref{sig} and 
\eqref{theta} respectively.
\end{theorem}

\section{Numerical results} \label{sec3}

In this section numerical results are given to show the improvement in
approximation of smooth solution by existing high order TVD
schemes. We take well known Lax-Wendroff type TVD flux limited method
\textbf{(LxWflm)}  \cite{sweby1984,rider} with second order diffusive
Minmod, third order Superbee and VanLeer limiters
\cite{Roe1986,vanLeer1974}. These limiters are defined in terms of
smoothness parameter $r$ as
\begin{itemize}
\item Minmod: $\phi (r)=\min\{ \max(0,\;br), 1\}, b \in [1,2]$
\item Superbee: $ \phi(r)= \max\{0,\min(2r, 1), \min(r, 2)\}$
\item VanLeer: $ \phi(r)= \frac{r + |r|}{1 + |r|}$
\end{itemize}
 More details on these methods can be found in
 \cite{toro1999riemann,Laney}. Note that all flux limited method degenerate to
 first order at extrema and it is impossible to have second order
 accuracy with them in steep gradient region where $r\to  0^{+}$ 
\cite{LeVeque1992}. This sudden drop in accuracy of high order
 TVD method cause a flatten approximation for the smooth solution
 profile widely know as clipping error.  In order to show the
 improvement in such region, We use a hybrid method defined as:{\it Use
 Lax-Wendroff and Beam Warming schemes in such degeneracy region if permitted by
 their TVD bounds otherwise use LxWflm}. Numerical results  obtained
 with such hybrid approach are shown by \textbf{ModLxWflm}. Other possible
 hybrid approach can also be defined.

\subsection{Example 1}
We solve the linear transport equation $u_{t} + u_{x}=0$ with
periodic boundary condition along with following initial data.

\subsubsection{Smooth Initial data} We take two smooth initial
conditions to show the improvement in approximating smooth solution by
Lax-Wendorff type flux limited scheme while applied with uniformly
second order accurate Lax-Wendroff and Beam-Warming schemes as defined
above using the TVD bounds of Theorem \ref{thm1} and \ref{thm2} respectively.

\subsubsection*{IC 1: $u(x,0) = \sin(\pi x)$, $x\in [-1,\;1]$} The solution
remains smooth and approximation with LxW type flux limited method (LxWflm)
using Minmod or Superbee limiter produces solution with corners or
flatten profile respectively due to clipping error Figure
\ref{Fig1}(a). On the other hand results by hybrid method ModLxWflm 
yield a smoother  approximation with reduced clipping Figure \ref{Fig1}(b). Total
variation of the computed solution by both the approach is also
  shown in Figure \ref{Fig1}(c). Note that ModLxWflm not only has
  reduced clipping error but also has a better total variation diminishing
  property compared to LxWflm.

  In Table \ref{T1}, using different norms error convergence rate is shown for
  both LxWflm and ModLxWflm method. Convergence rate is shown at
  time $t=4$ and $t=30$ to see the short and long time behavior of
  approximation error. Error table shows a consistent improvement in
  the convergence rate especially at $t=30$. It can also be seen from
  the Table \ref{T1} that due to clipping problem convergence rate of
  LxWflm in all norm behave erratically (rows $N=20, 40, 80$)
  whereas convergence rate of ModLxWflm remain consistent in all norm.

\begin{figure}[ht] % three in a row.
\begin{center}
\includegraphics[width=0.32\textwidth]{fig1a} % test1LxWMM.pdf
\includegraphics[width=0.32\textwidth]{fig1b} % test1ModLxWMM.pdf
\includegraphics[width=0.32\textwidth]{fig1c} % test1tvplotMM.pdf
\\
\includegraphics[width=0.32\textwidth]{fig1d} % test1LxWSb.pdf
\includegraphics[width=0.32\textwidth]{fig1e} % test1ModLxWSb.pdf
\includegraphics[width=0.32\textwidth]{fig1f} % test1tvplotSb.pdf
\\
(a) \hfil (b) \hfil (c)
\end{center}
\caption{Numerical results  for $\frac{\Delta  t}{\Delta x}=0.8$,
$N=80$, $T=30$} \label{Fig1}
\end{figure}

\begin{table}[ht]
{\scriptsize
\begin{tabular}{|c|}
\hline
LxWflm\\
\begin{tabular}{c|c}
\hline
 T=4 & T=30\\
\hline
\begin{tabular}{c|c}  Minmod & Superbee\\
\hline
\begin{tabular}{c|ccc} N &$L_1$ & $L_2$ & $L_{\infty}$\\
\hline
10 &         --- &         --- &          --- \\
20 &         1.13 &         1.70 &          2.43 \\
40 &         1.65 &         2.10 &          2.00 \\
80 &         1.84 &         2.15 &          2.01 \\
160 &         1.94 &         2.20 &          2.28 \\
320 &         1.97 &         2.20 &          2.36 \\
\end{tabular} &
\begin{tabular}{ccc} $L_1$ & $L_2$ & $L_{\infty}$\\
\hline
--- &         --- &          --- \\
1.09 &         1.76 &          2.14 \\
1.40 &         1.72 &          1.72 \\
1.81 &         2.13 &          2.24 \\
1.92 &         2.20 &          2.40 \\
1.98 &         2.21 &          2.20 \\
\end{tabular}
\end{tabular}
& \begin{tabular}{c|c} Minmod & Superbee\\
\hline
\begin{tabular}{ccc}  $L_1$ & $L_2$ &$L_{\infty}$\\
\hline
--- &         --- &          --- \\
1.61 &         2.05 &          2.38 \\
1.21 &         1.68 &          2.31 \\
1.60 &         2.07 &          1.92 \\
1.80 &         2.16 &          2.11 \\
1.90 &         2.19 &          2.27\\

\end{tabular} &
\begin{tabular}{ccc} $L_1$ & $L_2$ & $L_{\infty}$ \\
\hline
--- &         --- &          --- \\
1.80 &         2.34 &          3.00 \\
0.80 &         1.33 &          1.26 \\
0.91 &         1.33 &          1.48 \\
1.74 &         2.10 &          2.21 \\
1.86 &         2.16 &          2.32 \\
\end{tabular}
\end{tabular}\\
\end{tabular}\\
\hline
ModLxWflm\\
\begin{tabular}{c|c}
\hline
 T=4 & T=30\\
\hline
\begin{tabular}{c|c}  Minmod & Superbee\\
\hline
\begin{tabular}{c|ccc} N &$L_1$ & $L_2$ & $L_{\infty}$\\
\hline
10 &  --- &         --- &          --- \\
20 &  2.90 &         2.32 &          2.43 \\
40 &  1.87 &         2.27 &          2.27 \\
80 &  1.93 &         2.20 &          2.26 \\
160 & 1.96 &         2.18 &          2.28 \\
320 & 1.96 &         2.17 &          2.31\\
\end{tabular} &
\begin{tabular}{ccc} $L_1$ & $L_2$ & $L_{\infty}$\\
\hline
 --- &         --- &          --- \\
 1.84 &         2.26 &          2.64 \\
 1.75 &         2.21 &          2.24 \\
 1.95 &         2.27 &          2.07 \\
 2.00 &         2.28 &          2.49 \\
 2.03 &         2.29 &          2.14 \\
\end{tabular}
\end{tabular}
& \begin{tabular}{c|c} Minmod & Superbee\\
\hline
\begin{tabular}{ccc}  $L_1$ & $L_2$ &$L_{\infty}$\\
\hline
  --- &         --- &          --- \\
  1.16 &         1.63 &          2.20 \\
  1.75 &         2.26 &          2.49 \\
  1.87 &         2.28 &          2.31 \\
  1.93 &         2.24 &          2.30 \\
  1.96 &         2.21 &          2.32 \\
\end{tabular} &
\begin{tabular}{ccc} $L_1$ & $L_2$ & $L_{\infty}$ \\
\hline
--- &         --- &          --- \\
1.74 &         2.26 &          2.70 \\
1.80 &         2.14 &          2.48 \\
1.69 &         2.23 &          2.16 \\
1.98 &         2.36 &          2.20 \\
2.01 &         2.35 &          2.32 \\
\end{tabular}
\end{tabular}\\
\end{tabular}\\
\hline
\end{tabular}
}
\caption{Convergence rate for linear case with initial condition
    $u_0(x)=\sin(\pi x)$ in different norms with the mesh refinement for $C=0.9$}
\label{T1} 
\end{table}


\subsubsection*{IC 2: $u(x,0) = \sin^4(\pi x)$, $x\in [0,1]$.} 
This test case is
  taken from \cite{zhang}. Initial data has a smooth peak and strict
  increasing or decreasing monotone solution regions towards the
  bottom where $r\to 0+$ or $r>>1$ respectively. Numerical
  results are shown in Figure \ref{Fig2}(a) with LxWflm
  method. Similar to first test in this case too, cornered or flatten
  approximation for the smooth peak can be seen. Also cornered
  approximation to high gradient left bottom region can be easily
  observed. Result in Figure  \ref{Fig2}(b), obtained by ModLxWflm
  show a smoother approximation for the smooth peak and bottom region.\\
In Table \ref{T2} convergence rate are given using $L_1, L_2$ and $L_{\infty}$
error norms. Results show that due to improved approximation of
smooth extrema and high gradient region ModLxWflm show better and
consistent convergence rate in all norms as compared to LxWflm.

\begin{figure}[httb] % two in a row
\begin{center}
\includegraphics[width=0.45\textwidth]{fig2a} % test2LxWMM.pdf
\includegraphics[width=0.45\textwidth]{fig2b} % test2ModLxWMM.pdf 
\\
\includegraphics[width=0.45\textwidth]{fig2c} % test2LxWSb.pdf
\includegraphics[width=0.45\textwidth]{fig2d} % test2ModLxWSb.pdf
\\
(a) \hfil (b)
\end{center}
\caption{Numerical results are given for $\frac{\Delta t}{\Delta x}=0.9$,
  $N=80$, $T=10$}
\label{Fig2}
\end{figure}


\begin{table}
{\scriptsize
\begin{tabular}{|c|c|}
\hline
LxWflm & ModLxWflm\\
\hline
\begin{tabular}{cc}
Minmod & Superbee \\
\hline
\begin{tabular}{c|ccc}
N& $L_1$ & $L_2$ & $L_{\infty}$\\
\hline
10&        --- &         --- &          --- \\
20&        1.43 &         1.77 &          2.28 \\
40&        1.26 &         1.82 &          2.28 \\
80&        1.75 &         2.14 &          2.07 \\
160&        1.87 &         2.20 &          2.01 \\
320 &        1.94 &         2.23 &          2.29 \\
\end{tabular}
&
\begin{tabular}{ccc}
$L_1$ & $L_2$ & $L_{\infty}$\\
\hline
--- &         --- &          --- \\
1.23 &         1.83 &          2.45 \\
1.04 &         1.54 &          2.02 \\
1.48 &         1.85 &          1.53 \\
1.84 &         2.17 &          2.29 \\
1.92 &         2.21 &          2.17 \\
\end{tabular}\\
\end{tabular}
&
\begin{tabular}{cc}
Minmod & Superbee \\
\hline
\begin{tabular}{ccc}
$L_1$ & $L_2$ & $L_{\infty}$\\
\hline
--- &         --- &          --- \\
1.47 &         1.82 &          2.22 \\
1.75 &         2.16 &          2.30 \\
1.84 &         2.27 &          2.30 \\
1.92 &         2.25 &          2.30 \\
1.97 &         2.23 &          2.30 \\
\end{tabular}
&
\begin{tabular}{ccc}
$L_1$ & $L_2$ & $L_{\infty}$\\
\hline

--- &         --- &          ---\\
1.77 &         2.10 &          2.31\\
1.54 &         2.04 &          2.54 \\
1.71 &         2.23 &          2.14 \\
1.92 &         2.32 &          2.21 \\
1.99 &         2.35 &          2.33\\
\end{tabular}\\
\end{tabular}\\
\hline
\end{tabular}
}
\caption{ Convergence rate for linear case with initial
  condition $u_{0}(x)=\sin^4(\pi x)$ for data
 $\frac{\Delta t}{\Delta x}=0.8$ at $ T=2$}
\label{T2}
\end{table}


\subsubsection{Discontinuous solution}
In this test the initial data given by
\[
u(x,\,0) = \begin{cases} 1, & |x|\leq 1/3,\\ 
0, & \text{else},\end{cases}
\]
$x\in [-1,1]$ which has two discontinuities
present in it. Numerical results given in Figure
\ref{Fig3} show that LxWflm give crisp resolution to
discontinuous solution profile whereas hybrid approach ModLxWflm give
acceptable little diffusive approximation at some corners. This little
dissipative behavior can be easily understood by noting that LxWflm
inherent the clipping effect which cause cornered approximation even
for smooth solution therefore LxWflm produces a solution with crisp
resolution for discontinuity. On the other hand hybrid method
ModLxWflm has reduced clipping error hence give a nice smoother
resolution for corners of discontinuity.

\begin{figure}[htb] % two in a row.
\begin{center}
\includegraphics[width=0.45\textwidth]{fig3a} % test3MM.pdf
\includegraphics[width=0.45\textwidth]{fig3b} % test3Sb.pdf 
\\
(a) \hfil (b)
\end{center}
\caption{Numerical results are given for $\frac{\Delta
    t}{\Delta x} =0.8$, $N=80$, $T=4.0$}
\label{Fig3}
\end{figure}

\subsection{Example 2: Non-linear scalar}
We solve the Burgers equation $ u_t + (\frac{u^2}{2})_x=0$, 
$-a\leq x \leq b $ with periodic boundary conditions. The time step $\Delta t$
is chosen by relation 
$\Delta t =  \frac{C\Delta x }{\max_{u}|u|}$, $0< C< 1$. Two initial 
conditions $u(x,0) = u_{0}(x)$ are taken as

(1) $u_{0}(x) = \frac{1}{4}\exp(-x^2)$, $x\in [-3,3]$.
 In this case, solution remain smooth till $t= 4.66$. In Figure
\ref{Fig4}(a) solution obtained by LxWflm with Minmod and VanLeer
limiters are shown. Approximate solutions by LxWflm fail to capture smooth
profile. Solution obtained using VanLeer limiter exhibit flatness whereas solution
by Minmod limiter show a spike in smooth solution with
extrema. Numerical result in Figure \ref{Fig4}(b) by hybrid  approach
ModLxWflm gives improved smoother approximation to exact solution. In
Table \ref{T3} convergence rate of ModLxWflm is shown using $L_{1}$
and $L_{\infty}$ error norm at time $T=1.0$ while solution remain
smooth. In $L_{1}$/$L_{\infty}$ norm ModLxWflm show consistent
second/higher order convergence rate.
\[
u_{0}(x,0) = \begin{cases} 
1, & |x|\leq 1/3,\\ 
-1, &  \text{else}.
\end{cases}
\] 
$x\in [-1,1]$.  In this test, left jump at $x=-1/3$ in
  initial data create a sonic expansion fan where as right jump
 at $x=1/3$ results into stationary shock \cite{Laney}. In this test case LxW
  flux limited method with Harten's Entropy fix is applied using
  VanLeer Limiter. Results given in Figure \ref{Fig5} show that the
  left expansion fan is better captured by ModLxWflm with less entropy
  glitch compared to LxWflm.

\begin{figure}[htb] %two in a row
\begin{center}
\includegraphics[width=0.45\textwidth]{fig4a} % test3LxWMM.pdf
\includegraphics[width=0.45\textwidth]{fig4b} % test3ModLxWMM.pdf
\\
\includegraphics[width=0.45\textwidth]{fig4c} % test3LxWVl.pdf
\includegraphics[width=0.45\textwidth]{fig4d} % test3ModLxWVl.pdf
\\
(a) \hfil (b)
\end{center}
\caption{Numerical results are given for $C=0.6$, $N=60$, $T=4.0$}
\label{Fig4}
\end{figure}


\begin{table}[htb]
\begin{center}
\begin{tabular}{|c|cccc|}
\hline
N & $L_{1}$ & Rate & $L_{\infty}$ & Rate\\
\hline
20 &   0.03894062 & --- &   0.00646461 &  --- \\
40 &   0.02136945 & 1.82 &   0.00201133 &  3.2 \\
80 &   0.01090251 & 1.96 &   0.00055271 &  3.6 \\
160 &   0.00554425 & 1.96 &   0.00014610 &  3.8 \\
320 &   0.00282380 & 1.96 &   0.00003719 &  3.9\\
\hline
\end{tabular}
\caption{\label{T3} Convergence rate of ModLxWflm for Burgers equation with initial
  condition $ u_{0}(x) =\frac{\exp(-x^{2})}{4}$ at
  $T=1.0$ using $C=0.6$.}
\end{center}
\end{table}


\begin{figure}[htb] % two in a row.
\begin{center}
\includegraphics[width=0.45\textwidth]{fig5a} % test5LxWVl.pdf
\includegraphics[width=0.45\textwidth]{fig5b} % test5ModLxWVl.pdf
\\
(a) \hfil (b)
\end{center}
\caption{Numerical results are given for $C=0.8$, $N=80$, $T=0.3$}
\label{Fig5} 
\end{figure}

\subsection*{Conclusion and Future work} %\label{sec4}
Three-point second-order schemes are investigated in terms of
smoothness parameter for their TV stability bounds. These bounds show
that it is possible to have second-order accuracy at extrema and steep
gradient regions where $r$ is negative. A hybrid approach is used to show
improvement in TVD approximation with well known flux limited method
using these bounds. In future it would be interesting to device better
hybrid methods to improve the accuracy of existing high order TVD schemes at
extrema. Also five point schemes will be analyzed to see possibility
for improvement when $r\to 0^{\pm}$.


\begin{thebibliography}{00}

\bibitem{goodman1988}
Jonathan~B. Goodman,  Randall~J. LeVeque;
\newblock A geometric approach to high resolution tvd schemes.
\newblock {\em SIAM J. Numer. Anal.}, 25:268--284, April 1988.

\bibitem{harten1983}
Ami Harten;
\newblock High resolution schemes for hyperbolic conservation laws,.
\newblock {\em Journal of Computational Physics}, 49(3):357 -- 393, 1983.

\bibitem{Jin95}
S.~Jin, Z.~Xin, Shi Jin, Zhouping Xin;
\newblock The relaxation schemes for systems of conservation laws in arbitrary
  space dimensions.
\newblock {\em Comm. Pure Appl. Math}, 48:235--277, 1995.

\bibitem{rkd2007}
M. K. Kadalbajoo, Ritesh Kumar;
\newblock A high resolution total variation diminishing scheme for hyperbolic
  conservation law and related problems.
\newblock {\em Applied Mathematics and Computation}, 175(2):1556 -- 1573, 2006.

\bibitem{Laney}
Culbert~B. Laney;
\newblock {\em {Computational gasdynamics}}.
\newblock Cambridge University Press, 1998.

\bibitem{LeVeque1992}
Randall~J. LeVeque;
\newblock {\em {Numerical Methods for Conservation Laws}}.
\newblock Lectures in mathematics ETH Z\"{u}rich. Birkh\"{a}user Basel, 2nd
  edition, February 1992.

\bibitem{chakra}
S.~Osher, S.~Chakravarthy;
\newblock High resolution schemes and entropy condition.
\newblock {\em SIAM J. Numer. Anal.}, 21:955--984, 1984.

\bibitem{tadmor1988}
Stanley Osher, Eitan Tadmor;
\newblock On the convergence of difference approximations to scalar
  conservation laws.
\newblock {\em Mathematics of Computation}, 50(181):pp. 19--51, 1988.

\bibitem{rider}
William~J. Rider;
\newblock A comparison of tvd lax-wendroff methods.
\newblock {\em Communications in Numerical Methods in Engineering},
  9(2):147--155, 1993.

\bibitem{Roe1986}
Philip~L. Roe;
\newblock Characteristic-based schemes for the euler equations.
\newblock {\em Annual Review of Fluid Mechanics}, 18:337--365, 1986.

\bibitem{sanders1988}
Richard Sanders;
\newblock A third-order accurate variation nonexpansive difference scheme for
  single nonlinear conservation laws.
\newblock {\em Mathematics of Computation}, 51(184):pp. 535--558, 1988.

\bibitem{sweby1984}
P.~K. Sweby;
\newblock High resolution schemes using flux limiters for hyperbolic
  conservation laws.
\newblock {\em Siam Journal on Numerical Analysis}, 21(5):995--1011, 1984.

\bibitem{toro1999riemann}
E.F. Toro;
\newblock {\em Riemann Solvers and Numerical Methods for Fluid Dynamics: A
  Practical Introduction}.
\newblock Applied mechanics: Researchers and students. Springer-Verlag GmbH,
  1999.

\bibitem{vanLeer1974}
Bram van Leer;
\newblock Towards the ultimate conservative difference scheme. ii. monotonicity
  and conservation combined in a second-order scheme.
\newblock {\em Journal of Computational Physics}, 14(4):361 -- 370, 1974.

\bibitem{Yee1987}
H.~C. Yee;
\newblock Construction of explicit and implicit symmetric tvd schemes and their
  applications.
\newblock {\em Journal of Computational Physics}, 68(1):151 -- 179, 1987.

\bibitem{zhang}
Xiangxiong Zhang, Chi-Wang Shu;
\newblock A genuinely high order total variation diminishing scheme for
  one-dimensional scalar conservation laws.
\newblock {\em SIAM J. Numerical Analysis}, 48(2):772--795, 2010.

\end{thebibliography}


\end{document}


