Skip to main content

Theory and Modern Applications

Higher-order finite volume method with semi-Lagrangian scheme for one-dimensional conservation laws

Abstract

In this paper, a high-order, semi-Lagrangian finite volume (SL-FV) method based on the WENO approach is proposed in order to manage one-dimensional conservation laws. The proposed method successfully integrates WENO reconstructions and the semi-Lagrangian method. More specifically, the Taylor expansion of time is used to approximate the time integration, deployed to boost temporal accuracy. Next, characteristic curves are applied to replace the time level by points in the semi-Lagrangian method. The value of these points can then be reconstructed by WENO schemes to increase their accuracy in space. Both high-order accuracies in space and time, respectively, are achieved. Moreover, computational experiments allow for a weaker CFL condition, provided in detail to validate the performance of the proposed SL-FV-based WENO method.

1 Introduction

One-dimensional conservation laws are considered in this paper, detailed in the following equation:

$$ \begin{aligned} &v_{t}+g(v)_{x} =0, \\ &v(x,0) =v_{0}(x). \end{aligned} $$
(1.1)

For problems such as these, this paper develops a series of semi-Lagrangian finite volume (SL-FV) WENO schemes which allow for weaker CFL conditions, while maintaining high-order precision and preventing shock transitions near discontinuities. The SL approach is based on the compound mode of the Lagrangian and Eulerian approaches, and thus possesses inherent advantages of the two schemes. Lagrangian and semi-Lagrangian insights are already quite widely applied to computational fluid dynamics and astrophysics [14].

The Lagrangian-Eulerian formulation with moving grids was applied to unsteady, compressible Euler equations, under a conservative scheme [5]. The Eulerian method was able to manage the strongly nonlinear processes without introducing additional complexity. The Lagrangian method was developed in FV, where the scheme essentially combined with the non-oscillatory (ENO) method to solve the Euler equations [6]. The scheme obtained high-order precision with Cartesian and cylindrical coordinates. Liu et al. developed a Lagrangian method with a Taylor expansion in time, called the Lax-Wendroff method, developed in order to solve compressible Euler equations and fulfill planned accuracy in compact spatial stencils [7]. In another study [8, 9], the Lagrangian scheme was used to determine a solution for compressible fluid flows in cylindrical coordinates, proven to maintain symmetry and conservation characteristics. As for columniform problems, by way of obtaining a method which preserves circular harmony and conservative characteristics, the momentum equation was discretized alongside the local polar and angular directions.

In yet another relevant study [10], Cheng and Knorr proposed an SL method, to considerable interest of computational scientists. According to the property of characteristic curves, the SL method calculated the value of points which end at the grid point backward in time. Over the last few years, a semi-Lagrangian methodology has been explored at length for its ability to solve the Vlasov equation [11, 12] and transport scheme [1315]. The semi-Lagrangian method can be divided into two categories: the backward semi-Lagrangian (BSL) method, and forward semi-Lagrangian (FSL) method. The BSL method utilizes the point value with \(t^{n+1}\), where the value point \(t^{n}\) must be identified; the FSL method functions in a manner exactly opposite. Both semi-Lagrangian methods utilized Lagrange reconstruction, spline reconstruction, and Hermite reconstruction to compute their characteristic variables [11].

The semi-Lagrangian scheme maintains uniform high-order precision and non-oscillatory shock transitions near discontinuities, which simultaneously allowed weaker CFL conditions to ensure computational efficiency. Semi-Lagrangian methods have been applied more recently to FV structures, and to discontinuous Galerkin and FD schemes [1619]. Specifically, in one recent study [18, 19], Qiu and Shu developed an SL finite difference method using WENO approaches to approximate the advection equation and the Vlasov equation. The FD WENO approach used point values instead of cell averages for the Strang split scheme. A positivity preservation of the semi-Lagrangian discontinuous Galerkin method was also proposed [20], which demonstrated overall consistency and preciseness. Another study [16] proposed a maximum principle preserving the semi-Lagrangian discontinuous Galerkin method, and it further developed a positivity preserving limiter.

High-order SL-FV approaches are created to approximate scalars and Euler equations by combining the advantages of WENO reconstructions [2125] and the semi-Lagrangian method. To this effect, this type of approach reaches high-order accuracies in both space and time. The objective of employing the Taylor expansion method for time is a convenient procedure that manages integration in time and increases temporal accuracy. In another relevant study [11], Crouseilles et al. presented several methods to approximate the solution of characteristics curves, but we adopt a RK method to accurately tract the characteristics curves. So this study utilizes WENO procedures to achieve a uniform high-order precision.

The remainder of this paper is organized as follows. Section 2 reviews FV WENO reconstruction for scalar cases. Section 3 describes the SL-FV scheme and offers WENO reconstructions for both scalar and hyperbolic conservation law systems. In Section 4, experimental results confirming the efficiency of the approaches are provided. Section 5 summarizes and concludes the study, and it offers potential future research direction.

2 Review of FV method for scalar conservation laws

We shall follow [21, 22] to review the FV WENO schemes for the scalar equation formulated by

$$ \begin{aligned} &v_{t}+g(v)_{x} =0, \\ &v(x,0) =v_{0}(x). \end{aligned} $$
(2.1)

This has a conservation law form. The computational domain of this problem which is considered in this paper is \([a, b]\). We would like to adopt the specific cell to involve \([a, b]\), which is composed of cells \(I_{j}=[x_{j-\frac{1}{2}},x_{j+\frac{1}{2}}]\), for \(j=1,\ldots,N\), where

$$a=x_{\frac{1}{2}}< x_{\frac{3}{2}}<\cdots<x_{N+\frac{1}{2}}=b. $$

The mesh center is denoted by \(x_{j}=\frac{1}{2}(x_{j-\frac{1}{2}}+x_{j+\frac{1}{2}})\) and the mesh length is denoted by \(\Delta{x_{j}}=x_{j+\frac{1}{2}}-x_{j-\frac{1}{2}}\). The values of v at the discontinuity point \(x_{j+\frac{1}{2}}\) are indicated by \(v_{j+\frac{1}{2}}^{-}\) and \(v_{j+\frac{1}{2}}^{+}\). Throughout the paper, we use the function \(\bar{v}_{j}(t)\) to indicate the cell average of \(v(x)\), namely, \(\bar{v}_{j}(t)=\frac {1}{\Delta{x_{j}}}\int_{I_{j}}v(x,t)\, dx\) over the cell \(I_{j}\). Let us now resolve an integrated version of (2.1) to arrive at the following finite volume scheme:

$$ \frac{d}{dt}\bar{v}_{j}(t)=-\frac{1}{\Delta{x_{j}}}( \hat{g}_{j+\frac{1}{2}}-\hat{g}_{j-\frac{1}{2}}) $$
(2.2)

for \(j=1,\ldots,N\), where the numerical flux is \(\hat{g}_{j+\frac {1}{2}}=\hat {g}(v_{j+\frac{1}{2}}^{-},v_{j+\frac{1}{2}}^{+})\), which is usually chosen as monotone fluxes. The approximations \(v_{j+\frac{1}{2}}^{-}\) and \(v_{j+\frac{1}{2}}^{+}\) are reconstructed by the WENO methodology described as follows.

For high-order WENO reconstructions, say, of \(2k+1\)th-order of accuracy, we first need to recognize \(k+1\) small templates \(S_{\tau}\), \(\tau=0,\ldots,k\), the cell \(I_{j}\) is part of each of them. Generality, here we make \(S_{\tau}=\bigcup_{l=0}^{k} I_{j+\tau-l}\). We then utilize \(S= \bigcup_{\tau=0}^{k} S_{\tau}\) to describe the larger template, which consists of all the stencils from the \(k+1\) smaller templates. We built a kth degree polynomial reconstruction in each of the cells \(S_{\tau}\), \(\tau=0,\ldots,k\), which is indicated by \(H_{\tau}(x)\). Namely, the cell average of \(H_{\tau}(x)\) in the template \(S_{\tau}\) is in accord with the given cell average of v. Analogously, associated with the larger stencil S, we also find a \((2k)\)th-order polynomial, \(G(x)\). The details of reconstructing the polynomials \(H_{\tau}(x)\) and \(G(x)\) can be learned, for example, from [26].

From the above discussions, we have

$$\begin{aligned}& \bar{v}_{j+\tau-l} =\frac{1}{\Delta{x_{j+\tau-l}}}\int_{I_{j+\tau-l}}H_{\tau}(x) \, dx, \quad \tau,l=0,\ldots,k, \\& \bar{v}_{j+l} =\frac{1}{\Delta{x_{j+l}}}\int_{I_{j+l}}G(x)\, dx, \quad l=-k,\ldots,k. \end{aligned}$$

Further, the so-called linear weighs, denoted by \(c_{0},c_{1},\ldots,c_{k}\), can be determined if we evaluate the reconstructed polynomials \(H_{\tau}(x)\) and \(G(x)\) at a specific point, say, \(x_{j+\frac{1}{2}}\), which satisfy

$$ G(x_{j+\frac{1}{2}})=\sum_{\tau=0}^{k}c_{\tau}H_{\tau}(x_{j+\frac{1}{2}}). $$
(2.3)

It is worthwhile to note that we easily can utilize \(c_{\tau}\) and a linear combination, (2.3), and we would get an approach that will be oscillatory at the discontinuities. To handle this problem, we replace \(c_{\tau}\) in (2.3) with nonlinear weights \(\omega_{\tau}\), which result in an approach is high-order precision and non-oscillatory at the discontinuities. In fact, this is typically accomplished with the help of the smoothness indicators, denoted by \(\mathit{IY}_{\tau}\), which estimate the smooth properties of \(H_{\tau}(x)\) in each cell \(I_{j}\) for each small stencil \(S_{\tau}\). As in [22, 26], the smoothness indicators have the form

$$ \mathit{IY}_{\tau}=\sum_{l=1}^{k} \int_{I_{j}}\Delta{x_{j}}^{2l-1} \biggl( \frac {\partial{^{l}}H_{\tau}(x)}{\partial x^{l}} \biggr)^{2}\, dx. $$
(2.4)

The nonlinear weights are calculated in the following way:

$$\omega_{\tau}=\frac{\delta_{\tau}}{\sum_{s=0}^{k}\delta_{s}}, \qquad \delta _{\tau}= \frac{c_{\tau}}{(\varepsilon+\mathit{IY}_{\tau})^{2}}, \quad \tau=0,\ldots,k, $$

in which the ε is positive and minute enough to keep the denominator away from 0. So the ε is selected as 10−6 for my simulations. The scheme uses the nonlinear weights is steadily. So far, the WENO construction is computed by the form

$$v_{j+\frac{1}{2}}^{-}=\sum_{\tau=0}^{k} \omega_{\tau}H_{\tau}(x_{j+\frac{1}{2}}). $$

The approximate value \(v_{j-\frac{1}{2}}^{+}\) has mirror symmetry in the above procedure.

The WENO algorithm is now well defined.

3 High-order semi-Lagrangian FV method for one-dimensional problems

In the part, the detailed procedures of the SL-FV WENO 3 and WENO 5 approaches are designed for scalar and Euler equations.

3.1 SL-FV method for the scalar problem

Now, we begin to propose the SL-FV scheme in this section. Let us start by an integrated version of (2.1) in space and time to get the SL-FV scheme

$$\bar{v}_{j}^{n+1}=\bar{v}_{j}^{n}- \frac{1}{\Delta{x_{j}}}\int_{t^{n}}^{t^{n+1}}( \hat{g}_{j+\frac{1}{2}}-\hat{g}_{j-\frac{1}{2}})\,dt. $$

In this article, the Taylor expansion is utilized to estimate the above equation. Through the homologous derivation, we have the following form:

$$ \int_{t^{n}}^{t^{n+1}}\hat{{g}}_{j+\frac{1}{2}} \,dt=\sum_{l=0}^{m-1}{D_{l}\bigl(v \bigl(x_{j+\frac{1}{2}},t^{n+\frac{1}{2}}\bigr)\bigr)} B(l)+o\bigl( \Delta{t}^{(m+1)}\bigr). $$
(3.1)

Here, l is even number, we define \(D_{l}{(v(x,t))}=\frac{\partial ^{l}\hat{g}(v(x,t))}{\partial{t^{l}}}\) and \(B(l)=\frac{1}{(l+1)!}\frac {1}{2^{l}}\Delta{t}^{(l+1)}\). In the trajectories of the characteristic lines, we can find the point \(x_{0}^{(n)}\), the value \(v(x_{0}^{(n)},t^{n})\) is equal to \(v(x,t)\), when it is located at the point \(x_{j+\frac{1}{2}}\) on the time level \(t=t^{n+\frac{1}{2}}\). This is a most important thing in building the SL-FV method, and the point \(x_{0}^{(n)}\) can be reached by

$$ \left \{ \begin{array}{l} x_{j+\frac{1}{2}}^{(1)}=x_{j+\frac{1}{2}}-\frac{1}{8}\Delta {t}g'(x_{j+\frac{1}{2}}), \\ x_{j+\frac{1}{2}}^{(2)}=x_{j+\frac{1}{2}}-\frac{1}{4}\Delta {t}g'(x_{j+\frac{1}{2}}^{(1)}), \\ x_{j+\frac{1}{2}}^{(3)}=x_{j+\frac{1}{2}}-\frac{1}{2}\Delta {t}(g'(x_{j+\frac{1}{2}})-2g'(x_{j+\frac{1}{2}}^{(1)})+2g'(x_{j+\frac {1}{2}}^{(2)})), \\ x_{0}^{(n)}=x_{j+\frac{1}{2}}-\frac{1}{12}\Delta{t}(g'(x_{j+\frac {1}{2}})+4g'(x_{j+\frac{1}{2}}^{(2)})+g'(x_{j+\frac{1}{2}}^{(3)})). \end{array} \right . $$

Taking the outcome, \(x_{0}^{(n)}\), in (3.1), which is determined by the characteristic lines and through the corresponding transformation, we then obtain the SL-FV method,

$$ \bar{v}_{j}^{n+1}=\bar{v}_{j}^{n}- \frac{1}{\Delta{x_{j}}}\sum_{l=0}^{m-1}B(l) \bigl(D_{l}\bigl(v\bigl(x_{0}^{(n)},t^{n} \bigr)\bigr)-D_{l}\bigl(v\bigl(x_{j-\frac{1}{2}}^{(n)},t^{n} \bigr)\bigr)\bigr). $$
(3.2)

Up to now, one can see that all the values, \(v(x_{0}^{(n)},t^{n})\) are reconstructed in the next section. Now, we begin to introduce the WENO reconstructions.

3.2 WENO reconstructions for the SL-FV scheme of the scalar conservation laws

As everyone knows, the WENO schemes can achieve high-order precision and capture shock at the discontinuities. Next, we shall present the WENO reconstructions of third order and fifth order for the SL-FV scheme, respectively.

3.2.1 \(g'(x,t)\geq{0}\) in the SL-FV scheme

Third-order WENO reconstruction

In the interest of acquiring the approximations v at the point \(x_{0}^{(n)}\) with time level \(t^{n}\), for example, \(( v_{0}^{(n)} )^{-}\), we denote \(\rho _{j}(x)=\frac{x_{j+\frac{1}{2}}-x}{\Delta{x_{j}}}\) and reproduce the multinomial \(H_{\tau}(x)\),

$$H_{\tau}(x)=\mathit{COE}_{1} \biggl(\frac{1}{2}- \rho_{j}(x) \biggr)+\mathit{COE}_{2}\quad (\tau=0,1), $$

associated with smaller templates \(S_{\tau}=\bigcup_{l=0}^{1} I_{j+\tau -l}\), \(\tau=0,1\), to build the scheme

$$\bar{v}_{j+\tau-l} =\frac{1}{\Delta{x_{j+\tau-l}}}\int_{I_{j+\tau -l}} \biggl( \mathit{COE}_{1} \biggl(\frac{1}{2}-\rho_{j}(x) \biggr)+\mathit{COE}_{2} \biggr)\,dx,\quad \tau,l=0,1, $$

and we acquire the polynomials

$$\begin{aligned}& H_{0}\bigl(x_{0}^{(n)}\bigr) = \biggl(- \frac{1}{2}+\rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr)\bar{v}_{j-1}^{n}+ \biggl(\frac{3}{2}- \rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr)\bar {v}_{j}^{n}, \\& H_{1}\bigl(x_{0}^{(n)}\bigr) = \biggl( \frac{1}{2}+\rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr)\bar {v}_{j}^{n}+ \biggl(\frac{1}{2}- \rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr) \bar{v}_{j+1}^{n}, \end{aligned}$$

and build a multinomial \(G(x)\),

$$G(x)=\mathit{COE}_{1} \biggl(\frac{1}{2}-\rho_{j}(x) \biggr)^{2}+\mathit{COE}_{2} \biggl(\frac {1}{2}- \rho_{j}(x) \biggr)+\mathit{COE}_{3}, $$

which is associated with the larger template \(S= \bigcup_{\tau=0}^{1} S_{\tau}\), to build the scheme

$$\bar{v}_{j+l}=\frac{1}{\Delta{x_{j+l}}}\int_{I_{j+l}} \biggl( \mathit{COE}_{1} \biggl(\frac{1}{2}-\rho_{j}(x) \biggr)^{2}+\mathit{COE}_{2} \biggl(\frac {1}{2}- \rho_{j}(x) \biggr)+\mathit{COE}_{3} \biggr)\,dx,\quad l=-1,0,1, $$

we acquire the polynomial

$$\begin{aligned} G\bigl(x_{0}^{(n)}\bigr) =& \biggl(-\frac{1}{6}+ \frac{\rho_{j}(x_{0}^{(n)})^{2}}{2} \biggr)\bar{v}_{j-1}^{n}+ \biggl( \frac{5}{6}+\rho_{j}\bigl(x_{0}^{(n)}\bigr)- \rho _{j}\bigl(x_{0}^{(n)}\bigr)^{2} \biggr)\bar{v}_{j}^{n} \\ &{} + \biggl(\frac{1}{3}-\rho_{j}\bigl(x_{0}^{(n)} \bigr)+\frac{\rho _{j}(x_{0}^{(n)})^{2}}{2} \biggr)\bar{v}_{j+1}^{n}, \end{aligned}$$

the linear weights can be found at the point \(x_{0}^{(n)}\), expressed by \(c_{0}\), \(c_{1}\),

$$c_{0}=\frac{-\frac{1}{6}+\frac{\rho_{j}(x_{0}^{(n)})^{2}}{2}}{-\frac {1}{2}+\rho_{j}(x_{0}^{(n)})},\qquad c_{1}=\frac{\frac{1}{3}-\rho _{j}(x_{0}^{(n)})+\frac{\rho_{j}(x_{0}^{(n)})^{2}}{2}}{\frac{1}{2}-\rho _{j}(x_{0}^{(n)})}. $$

We chose the following form as the smoothness indicators in the stencils \(S_{0}\), \(S_{1}\):

$$\mathit{IY}_{0}=\bigl(\bar{v}_{j}^{n}- \bar{v}_{j-1}^{n}\bigr)^{2},\qquad \mathit{IY}_{1}=\bigl(\bar{v}_{j+1}^{n}-\bar {v}_{j}^{n}\bigr)^{2}. $$

The corresponding nonlinear weights can be written as

$$\omega_{\tau}=\frac{\delta_{\tau}}{\sum_{s=0}^{1}\delta_{s}},\qquad \delta _{\tau}= \frac{c_{\tau}}{(\varepsilon+\mathit{IY}_{\tau})^{2}},\quad \tau=0,1. $$

Here \(\varepsilon>0\) is to keep the denominator away from 0, and the ε is utilized as 10−6 for the simulations.

Thus, we have the reconstructed point value of v at \(x_{0}^{(n)} \) at time level \(t^{n}\), which can be indicated by

$$\bigl(v_{0}^{(n)} \bigr)^{-}=\sum _{\tau=0}^{1}\omega_{\tau}H_{\tau}\bigl(x_{0}^{(n)}\bigr). $$

We remark that when the CFL number is large enough to make \(x_{j+\frac {1}{2}}-x_{0}^{(n)}>\Delta{x_{j}}\), the point \(x_{0}^{(n)}\) would be located at the corresponding meshes. So we build the WENO reconstruction to the corresponding template around \(x_{0}^{(n)}\).

Fifth-order WENO reconstruction

We reconstruct the multinomials \(H_{\tau}(x)\), which are associated with three smaller templates \(S_{\tau}=\bigcup_{l=0}^{2} I_{j+\tau-l}\), \(\tau=0,1,2\), to design the scheme

$$ \bar{v}_{j+\tau-l}=\frac{1}{\Delta{x_{j+\tau-l}}}\int_{I_{j+\tau -l}}H_{\tau}(x) \,dx \quad \tau,l=0,1,2, $$

and design a multinomial \(G(x)\), which is associated with the larger template \(S= \bigcup_{\tau=0}^{2} S_{\tau}\), to build the scheme,

$$ \bar{v}_{j+l}=\frac{1}{\Delta{x_{j+l}}}\int_{I_{j+l}}G(x)\,dx, \quad l=-2,-1,0,1,2, $$

in which the linear weights, \(c_{0}\), \(c_{1}\), \(c_{2}\), are expressed by

$$\begin{aligned}& c_{0} =\frac{\frac{1}{30}-\frac{\rho_{j}(x_{0}^{(n)})^{2}}{8}+\frac {\rho_{j}(x_{0}^{(n)})^{4}}{24}}{\frac{1}{3}-\rho_{j}(x_{0}^{(n)})+\frac {\rho_{j}(x_{0}^{(n)})^{2}}{2}}, \\& c_{1} =\frac{-\frac{1}{30}+\frac{4\rho_{j}(x_{0}^{(n)})}{45}+\frac {9\rho_{j}(x_{0}^{(n)})^{2}}{80}-\frac{13\rho _{j}(x_{0}^{(n)})^{3}}{36}+\frac{11\rho_{j}(x_{0}^{(n)})^{4}}{144} +\frac{\rho_{j}(x_{0}^{(n)})^{5}}{8}-\frac{\rho _{j}(x_{0}^{(n)})^{6}}{24}}{(\frac{1}{3}-\rho_{j}(x_{0}^{(n)})+\frac{\rho _{j}(x_{0}^{(n)})^{2}}{2})(-\frac{1}{6}+\frac{\rho _{j}(x_{0}^{(n)})^{2}}{2})}, \\& c_{2} =\frac{-\frac{1}{20}+\frac{\rho_{j}(x_{0}^{(n)})}{12}+\frac {\rho_{j}(x_{0}^{(n)})^{2}}{8}-\frac{\rho_{j}(x_{0}^{(n)})^{3}}{6}+\frac {\rho_{j}(x_{0}^{(n)})^{4}}{24}}{-\frac{1}{6}+\frac{\rho_{j}(x_{0}^{(n)})^{2}}{2}}. \end{aligned}$$

3.2.2 \(g'(x,t)<0\) in the SL-FV scheme

Third-order WENO reconstruction

The identical arithmetic is applied to create this condition, so, simply, in the templates \(S_{\tau}=\bigcup_{l=0}^{1} I_{j+1+\tau-l}\), \(\tau=0,1\), we design the polynomials

$$H_{\tau}(x)=\mathit{COE}_{1} \biggl(\frac{1}{2}- \rho_{j}(x) \biggr)+\mathit{COE}_{2}\quad (\tau=0,1), $$

as well as

$$\bar{v}_{j+\tau-l} =\frac{1}{\Delta{x_{j+\tau-l}}}\int_{I_{j+\tau -l}} \biggl( \mathit{COE}_{1} \biggl(\frac{1}{2}-\rho_{j}(x) \biggr)+\mathit{COE}_{2} \biggr)\,dx,\quad \tau=0,1, l=0,1, $$

so we can acquire the multinomials

$$\begin{aligned}& H_{1}\bigl(x_{0}^{(n)}\bigr) = \biggl( \frac{1}{2}-\rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr)\bar {v}_{j+1}^{n}+ \biggl(\frac{1}{2}+ \rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr)\bar {v}_{j}^{n}, \\& H_{2}\bigl(x_{0}^{(n)}\bigr) =- \biggl( \frac{1}{2}+\rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr)\bar {v}_{j+2}^{n}+ \biggl(\frac{3}{2}+ \rho_{j}\bigl(x_{0}^{(n)}\bigr) \biggr) \bar{v}_{j+1}^{n}, \end{aligned}$$

and we use the template \(S= \bigcup_{\tau=0}^{1} S_{\tau}\) to establish the multinomial

$$G(x)=\mathit{COE}_{1} \biggl(\frac{1}{2}-\rho_{j}(x) \biggr)^{2}+\mathit{COE}_{2} \biggl(\frac {1}{2}- \rho_{j}(x) \biggr)+\mathit{COE}_{3}, $$

as well as

$$\bar{v}_{j+l}=\frac{1}{\Delta{x_{j+l}}}\int_{I_{j+l}} \biggl( \mathit{COE}_{1} \biggl(\frac{1}{2}-\rho_{j}(x) \biggr)^{2}+\mathit{COE}_{2} \biggl(\frac {1}{2}- \rho_{j}(x) \biggr)+\mathit{COE}_{3} \biggr)\,dx,\quad l=0,1,2, $$

so we can acquire the multinomial

$$\begin{aligned} G\bigl(x_{0}^{(n)}\bigr) =& \biggl(-\frac{1}{6}+ \frac{\rho _{j}(x_{0}^{(n)})^{2}}{2} \biggr)\bar{v}_{j+2}^{n}+ \biggl( \frac{5}{6}-\rho _{j}\bigl(x_{0}^{(n)} \bigr)-\rho_{j}\bigl(x_{0}^{(n)} \bigr)^{2} \biggr)\bar{v}_{j+1}^{n} \\ &{} + \biggl(\frac{1}{3}+\rho_{j}\bigl(x_{0}^{(n)} \bigr)+\frac{\rho _{j}(x_{0}^{(n)})^{2}}{2} \biggr)\bar{v}_{j}^{n}, \end{aligned}$$

and we can find the linear weights, expressed by \(c_{0}\), \(c_{1}\),

$$c_{0}=\frac{\frac{1}{3}+\rho_{j}(x_{0}^{(n)})+\frac{\rho _{j}(x_{0}^{(n)})^{2}}{2}}{\frac{1}{2}+\rho_{j}(x_{0}^{(n)})},\qquad c_{1}=-\frac {-\frac{1}{6}+\frac{\rho_{j}(x_{0}^{(n)})^{2}}{2}}{\frac{1}{2}+\rho _{j}(x_{0}^{(n)})}. $$

We chose the following form as the smoothness indicators in the stencils \(S_{0}\), \(S_{1}\):

$$\mathit{IY}_{0}=\bigl(\bar{v}_{j+1}^{n}- \bar{v}_{j}^{n}\bigr)^{2},\qquad \mathit{IY}_{1}=\bigl(\bar{v}_{j+2}^{n}-\bar {v}_{j+1}^{n}\bigr)^{2}. $$

The corresponding nonlinear weights can be written as

$$\omega_{\tau}=\frac{\delta_{\tau}}{\sum_{s=1}^{2}\delta_{s}},\qquad \delta _{\tau}= \frac{c_{\tau}}{(\varepsilon+\mathit{IY}_{\tau})^{2}},\quad \tau=0,1. $$

Here \(\varepsilon>0\) is to keep the denominator away from 0, and ε is utilized as 10−6 for the simulations.

Thus, we have the reconstructed point value of v at \(x_{0}^{(n)} \) at time level \(t^{n}\), which can be indicated by

$$\bigl(v_{0}^{(n)} \bigr)^{-}=\sum _{\tau=0}^{1}\omega_{\tau}H_{\tau}\bigl(x_{0}^{(n)}\bigr). $$

Fifth-order WENO reconstruction

The identical arithmetic is used to build this condition, so, simply, we use the templates \(S_{\tau}=\bigcup_{l=0}^{2} I_{j+1+\tau-l}\), \(\tau=0,1,2\), and \(S= \bigcup_{\tau=0}^{2} S_{\tau}\) to establish the fifth-order scheme in this case.

3.3 SL-FV WENO schemes for the Euler equations

We begin to study the Euler equation in this section, which is given by

$$ \mathbf{v}_{t}+\mathbf{g}(\mathbf{v})_{x}=0, $$
(3.3)

where

$$\mathbf{v}=\left ( \begin{array}{@{}c@{}} \rho\\ \rho{u} \\ E \end{array} \right ),\qquad \mathbf{g}(\mathbf{v})=\left ( \begin{array}{@{}c@{}} \rho{u} \\ \rho{u}^{2}+p \\ u(E+p) \end{array} \right ). $$

In the above equation, the density is ρ, u is the velocity, p is the pressure, and E is the total energy. The total energy is given as

$$E=\frac{p}{\gamma-1}+\frac{1}{2}\rho{u}^{2}, $$

with \(\gamma=1.4\).

Parallel to the scalar case, we can readily acquire the approach for the Euler equation (3.3) as follows: the scheme is got by resolving the integrated version of (3.3) in space and time,

$$ \bar{\mathbf{v}}_{j}^{n+1}=\bar{ \mathbf{v}}_{j}^{n}-\frac{1}{\Delta {x_{j}}}\int _{t^{n}}^{t^{n+1}}(\hat{\mathbf{g}}_{j+\frac{1}{2}}-\hat{ \mathbf {g}}_{j-\frac{1}{2}})\,dt, $$
(3.4)

in which \(\hat{\mathbf{g}}\) is a numerical flux. Identical to deducing of the scheme (3.2), the SL-FV scheme for the Euler equation (3.3) is obtained by

$$ \bar{\mathbf{v}}_{j}^{n+1}=\bar{ \mathbf{v}}_{j}^{n}-\frac{1}{\Delta {x_{j}}}\sum _{l=0}^{m-1}B(l) \bigl(\mathbf{D}_{l}\bigl(v \bigl(x_{0}^{(n)},t^{n}\bigr)\bigr)- \mathbf{D}_{l}\bigl(v\bigl(x_{j-\frac {1}{2}}^{(n)},t^{n} \bigr)\bigr)\bigr). $$
(3.5)

Here, l is also even number and \(\mathbf{D}_{l}(v(x,t))=\frac {\partial ^{l}\hat{\mathbf{g}}(v(x,t))}{\partial{t^{l}}}\), the approximations \(\mathbf{v} (x_{0}^{(n)},t^{n})\) and \(\mathbf{v}(x_{j-\frac{1}{2}}^{(n)},t^{n})\) need to be reconstructed. As we know, the Euler system has three eigenvalues, namely

$$\varphi_{1}(\mathbf{v}),\qquad \varphi_{2}(\mathbf{v}), \qquad \varphi_{3}(\mathbf{v}); $$

Li et al. [27] use them to decouple the equation to follow the curves to find the point \(x_{0}^{(n)}\) truly, the method is also taken in our article. The SL-FV WENO schemes of the Euler system adopt the same WENO schemes as used in the scalar conservation laws. However, different from the scalar case, the conditions \(\varphi_{i}\geq 0\) and \(\varphi_{i}<0\) are considered in the Euler system.

In contrast to the scalar case, we need to adopt a typical local characteristic decomposition procedure to achieve non-oscillatory performance, which is briefly described as follows:

  • At the point \(x_{j+\frac{1}{2}}\), compute the average value for given cell averages \(\mathbf{v}_{j}\).

    $$ {\tilde{\mathbf{v}}_{j+\frac{1}{2}}}=\frac{1}{2}(\mathbf{v}_{j}+ \mathbf{v}_{j+1}). $$
    (3.6)
  • Compute the Jacobian matrix \(\mathbf{g}'({\tilde{\mathbf {v}}_{j+\frac{1}{2}}})\) denoted by \(\mathbf{A}_{j+\frac{1}{2}}\), the \(m\times m\) matrix \(\mathbf{R}_{j+\frac{1}{2}}({\tilde{\mathbf {v}}_{j+\frac{1}{2}}})\) composed of its right eigenvectors, and the \(m\times m\) matrix \(\mathbf{R}_{j+\frac{1}{2}}^{-1}({\tilde {\mathbf{v}}_{j+\frac{1}{2}}})\) composed of its left eigenvectors

    $$\mathbf{A}_{j+\frac{1}{2}}=\mathbf{g}'({\tilde{ \mathbf{v}}_{j+\frac{1}{2}}}), \qquad \mathbf{R}_{j+\frac{1}{2}}= \mathbf{R}_{j+\frac{1}{2}}({\tilde {\mathbf{v}}_{j+\frac{1}{2}}}), \qquad \mathbf{R}_{j+\frac{1}{2}}^{-1}=\mathbf {R}_{j+\frac{1}{2}}^{-1}({ \tilde{\mathbf{v}}_{j+\frac{1}{2}}}). $$
  • For each target cell \(I_{j}\), project \(\mathbf{v}_{j}\) to the characteristic field locally by using the transformation

    $$\mathbf{u}_{i}=\mathbf{R}_{j+\frac{1}{2}}^{-1} \mathbf{v}_{i}, $$

    where \(i = j-2,\ldots, j+3\) for the fifth-order WENO reconstructions.

  • Perform scalar reconstructions on each component of u to get \(\mathbf{u} _{j+\frac{1}{2}}^{\pm}\).

  • \(\mathbf{v}_{j+\frac{1}{2}}^{\pm} = \mathbf{R}_{j+\frac{1}{2}}\mathbf {u}_{j+\frac{1}{2}}^{\pm}\).

The local characteristic decomposition procedure is now well defined.

Remark 3.1

Note that when the linear weights \(c_{0}\), \(c_{1}\), \(c_{2}\), and \(c_{3}\) are negative, the approach will become one of instability. Shi et al. [28] propose a method, which is used to tackle the negative weights, which involves few cost and is quite effective. The method can keep the scheme with negative weights steady and achieve high-order precision.

4 Numerical results

In this article, the mathematical simulations of third-order SL-FV and fifth-order SL-FV processes are provided for scalars and Euler equations. In our experiments, the CFL condition is bound to be 1.9 in the linear scalar equations, 2.9 in the nonlinear scalar conservation law, and 9.9 in the Euler systems. Uniform meshes are used in all simulations. The boundary conditions of all the examples are periodic in this paper.

4.1 The scalar problems

Example 1

(The linear conservation law)

In this example, the linear scalar conservation law has the following form:

$$ v_{t}+v_{x}=0. $$
(4.1)

The starting condition is \(v(x,0)=\sin(x)\), the interval \([0,2\pi]\) is the computational region. We have the equation

$$v(x,t)=\sin(x-t), $$

which is a precise result in this linear scalar equation. The final time is \(t=5\), and \(\mathrm{CFL}=1.9\). The errors and orders of this problem are displayed in Table 1. The SL-FV WENO processes can achieve third-order and fifth-order accuracy. From the table, we can understand that the SL-FV WENO processes maintain the planned orders of preciseness.

Table 1 The semi-Lagrangian finite volume WENO 3 and WENO 5 methods on Example 1 with \(\pmb{t=5}\) , \(\pmb{\mathrm{CFL}=1.9}\)

Example 2

(The nonlinear conservation law)

In this example, we study the equation below, which is called the Burgers equation,

$$ v_{t} + \biggl( \frac{v^{2}}{2} \biggr)_{x}=0. $$
(4.2)

\(v(x,0)=0.5+\sin(x)\) is a starting condition of this problem. The computational region is \([0,2\pi]\). The final time is \(t=0.3\) and \(\mathrm{CFL}=2.9\). Table 2 lists their errors and orders about the \(L^{1}\) and \(L^{\infty}\) norms. Significantly, the order of the SL-FV WENO approaches can reach third- and fifth-order accuracy, respectively. So we can easily observe that the SL-FV WENO approaches maintain the planned orders of preciseness. We continue to discuss this example, the solution is computed up to \(t=1.5\) when a shock has already appeared in the result. In Figure 1, we show the results of the FV-SL WENO approaches with \(N=50\). According to this, we can see that the high-order methods give non-oscillatory shock transitions in this example.

Figure 1
figure 1

Example 2 ; the calculative grid is 50 with \(\pmb{t=1.5}\) ; the left figure shows the SL-FV 3 reconstruction, while the right one illustrates the SL-FV 5 reconstruction.

Table 2 The semi-Lagrangian finite volume WENO 3 and WENO 5 methods on Example 2 with \(\pmb{t=0.3}\) , \(\pmb{\mathrm{CFL}=2.9}\)

4.2 Euler systems

Example 3

In the problem, the orders of the SL-FV WENO methods for Euler system are tested. We consider (3.3) with starting condition \(\rho (x,0)=1+0.2\sin(x)\), \(u_{0}=p_{0}=1\). In this example, the computational region is \([0,2]\). The time stop is at \(t=2\) and \(\mathrm{CFL}=9.9\). The precise result of the one-dimensional Euler system is \(\rho(x,t)=1+0.2\sin (x-t)\), \(u(x,t)=p(x,t)=1\). Table 3 describes the situation of the errors and orders about the \(L^{1}\) and \(L^{\infty}\) norms. We have third-order and fifth-order accuracy in this example. From this table, we can point out that the designed orders of the SL-FV WENO methods are accomplished.

Table 3 The semi-Lagrangian finite volume WENO 3 and WENO 5 methods on Example 3 with \(\pmb{t=2}\) , \(\pmb{\mathrm{CFL}=9.9}\)

Example 4

(The Sod problem)

In the example, the Sod problem is studied, the following starting condition is adopted in (3.3):

$$ (\rho,u,p)= \begin{cases} (1,0,1), &x\leq{0}, \\ (0.125,0,0.1), &x>0. \end{cases} $$
(4.3)

We consider \([-5,5]\) as the investigative region. The resolutions are up to \(t=1.3\) with \(\mathrm{CFL}=9.9\). We apply 200 cells and the semi-Lagrangian finite volume WENO methods to plot the solutions. In Figure 2, we display the plots for the density computed by the high-order SL-FV methods, though the numerical outcomes show that the SL-FV WENO methods can reach sharpness without spurious oscillations.

Figure 2
figure 2

Example 4 ; the calculative grid is 200; the left figure shows the SL-FV 3 reconstruction, while the right one illustrates the SL-FV 5 reconstruction.

Example 5

(The Lax problem)

The example with the coming initial condition in the equation (3.3) is studied

$$ (\rho,u,p)= \begin{cases} (0.445,0.698,3.528), &x\leq{0}, \\ (0.5,0,0.571), &x>0. \end{cases} $$
(4.4)

We consider the computational region of the example \([-5,5]\). We utilize the semi-Lagrangian finite volume WENO 3 method and WENO 5 method to compute the results, the time stop at \(t=1.3\) with \(\mathrm{CFL}=9.9\). In Figure 3, we exhibit the plots for density are computed by the SL-FV WENO 3 and WENO 5 methods, respectively. The figure demonstrates that there are no shocks and it captures the profile of the wave interaction well.

Figure 3
figure 3

Example 5 ; the calculative grid is 200; the left figure shows the SL-FV 3 reconstruction, while the right one illustrates the SL-FV 5 reconstruction.

Example 6

(The stationary contact discontinuity problem)

The stationary contact discontinuity problem with the following starting condition, which is the Euler equation (3.3)

$$ (\rho,u,p)= \begin{cases} (1.4,0,1), &x\leq{0}, \\ (1,0,1), &x>0. \end{cases} $$
(4.5)

We consider the computational region of this problem \([-5,5]\). The results up to \(t=1.3\) with \(\mathrm{CFL}=9.9\). The outcomes of the third-order SL finite volume reconstruction are exhibited in Figure 4, which contains a mesh of 100 points and 200 points. From the figure, we can point out that the computational results are reasonable and the method can capture discontinuities well.

Figure 4
figure 4

Example 6 ; the SL-FV 3 reconstruction; the left figure is with 100 calculative grids, while the right one is with 200 calculative grids.

Example 7

(The tiny density and internal energy problem)

The tiny density and internal energy problem is considered in this example, which is the Euler equation (3.3), and the starting condition can be written as

$$ (\rho,u,p)= \begin{cases} (1,-2,0.4), &x\leq{0}, \\ (1,2,0.4), &x>0. \end{cases} $$
(4.6)

We consider the computational region of this problem \([-5,5]\). The results are up to \(t=1.3\) with \(\mathrm{CFL}=9.9\). We utilize the SL-FV WENO 3 process to plot the solutions on mesh of 100 points and 200 points. In Figure 5, we present the plots of the velocity reconstructed by the WENO 3 process. The figure reveals that the computational results of the proposed method in this paper are satisfactory.

Figure 5
figure 5

Example 7 ; the SL-FV 3 reconstruction; the left figure is with 100 calculative grids, while the right one is with 200 calculative grids.

Example 8

(The shock density wave interaction problem)

This example adopts the following starting condition in the equation (3.3), which can be written as

$$ (\rho,u,p)= \begin{cases} (3.857143,2.629369,10.333333), &x\leq{-4}, \\ (1+0.2{\sin5x},0,1), &x>-4. \end{cases} $$
(4.7)

We investigate the computational region of the example \([-5,5]\). The results are up to \(t=1.8\) with \(\mathrm{CFL}=9.9\). In Figure 6, the numerical results of the semi-Lagrangian on a uniform mesh are exhibited, which contain third-order and fifth-order reconstructions. From the figure, we can understand that the SL-FV WENO 5 process is more accurate than the SL-FV WENO 3 reconstruction and they can capture the profile of the wave interaction well.

Figure 6
figure 6

Example 8 ; the calculative grid is 400; the left figure shows the SL-FV 3 reconstruction, while the right one illustrates the SL-FV 5 reconstruction.

Example 9

(The interacting blast waves problem)

This example is the Euler equation (3.3) and adopts the following starting condition, which can be written as

$$ (\rho,u,p)= \begin{cases} (1, 0, 1000), &0\leq{x}\leq{0.1}, \\ (1, 0, 0.01), &{0.1}\leq{x}\leq{1}, \\ (1, 0, 100), &\mbox{otherwise}. \end{cases} $$
(4.8)

We consider the computational region of the example is \([0,1]\). The results stop at \(t=0.038\) with \(\mathrm{CFL}=9.9\). In Figure 7, we exhibit the plots for variables that are computed by the fifth-order SL-FV method with a uniform grid of 200 points and 400 points, respectively. From the figure, we can point out that the computational results are reasonable and the method can capture the discontinuities well.

Figure 7
figure 7

Example 9 ; the SL-FV 5 reconstruction; the left figure is with 200 calculative grids, while the right one is with 400 calculative grids.

5 Concluding remarks

The high-order SL-FV approaches presented above simulate the results of the scalar and Euler equations in this paper. The designed method, without restriction about the CFL time step, maintains uniform high-order precision in both space and time. Many one-dimensional experiments are performed based on SL-FV WENO 3 and WENO 5 reconstructions in order to validate the performance and efficiency of the proposed methods for scalar and conservation law systems. Further details regarding the construction of high-order SL-FV methods for multidimensional equations are still under dispute, and these are the primary direction of future research.

References

  1. Cheng, J, Shu, C-W: A third order conservative Lagrangian type scheme on curvilinear meshes for the compressible Euler equations. Commun. Comput. Phys. 4, 1008-1024 (2008)

    Google Scholar 

  2. Mohammadian, A, Le Roux, D: Conservative semi-implicit semi-Lagrangian scheme for simulation of shallow flows. Comput. Phys. Commun. 174, 99-108 (2006)

    Article  MATH  MathSciNet  Google Scholar 

  3. Restelli, M, Bonaventura, L, Sacco, R: A semi-Lagrangian discontinuous Galerkin method for scalar advection by incompressible flows. J. Comput. Phys. 216, 195-215 (2006)

    Article  MATH  MathSciNet  Google Scholar 

  4. Wang, B, Zhao, G, Fringer, O: Reconstruction of vector fields for semi-Lagrangian advection on unstructured staggered grids. Ocean Model. 40, 52-71 (2011)

    Article  Google Scholar 

  5. Luo, H, Baum, J, Löhner, R: On the computation of multi-material flows using ALE formulation. J. Comput. Phys. 194, 304-328 (2004)

    Article  MATH  MathSciNet  Google Scholar 

  6. Cheng, J, Shu, C-W: A high order ENO conservative Lagrangian type scheme for the compressible Euler equations. J. Comput. Phys. 227, 1567-1596 (2007)

    Article  MATH  MathSciNet  Google Scholar 

  7. Liu, W, Cheng, J, Shu, C-W: High order conservative Lagrangian schemes with Lax-Wendroff type time discretization for the compressible Euler equations. J. Comput. Phys. 228, 8872-8891 (2009)

    Article  MATH  MathSciNet  Google Scholar 

  8. Cheng, J, Shu, C-W: A cell-centered Lagrangian scheme with the preservation of symmetry and conservation proprieties for compressible fluid flows in two-dimensional cylindrical geometry. J. Comput. Phys. 229, 7191-7206 (2010)

    Article  MATH  MathSciNet  Google Scholar 

  9. Cheng, J, Shu, C-W: A Lagrangian scheme with the preservation of symmetry and conservation in cylindrical geometry: preliminary study. Proc. Comput. Sci. 1, 1903-1911 (2010)

    Article  Google Scholar 

  10. Cheng, C, Knorr, G: The integration of the Vlasov equation in configuration space. J. Comput. Phys. 22, 330-351 (1976)

    Article  Google Scholar 

  11. Crouseilles, N, Respaud, T, Sonnendrucker, E: A forward semi-Lagrangian method for the numerical solution of the Vlasov equation. Comput. Phys. Commun. 180, 1730-1745 (2009)

    Article  MATH  MathSciNet  Google Scholar 

  12. Crouseilles, N, Mehrenberger, M, Sonnendrucker, E: Conservative semi-Lagrangian schemes for Vlasov equation. J. Comput. Phys. 229, 1927-1953 (2010)

    Article  MATH  MathSciNet  Google Scholar 

  13. Acar, R: Oscillation-free advection of interfaces with high order semi-Lagrangian schemes. Comput. Fluids 38, 137-159 (2009)

    Article  MATH  MathSciNet  Google Scholar 

  14. Nair, R, Scroggs, J, Semazzi, F: A forward-trajectory global semi-Lagrangian transport scheme. J. Comput. Phys. 190, 275-294 (2003)

    Article  MATH  MathSciNet  Google Scholar 

  15. White, J, Dongarra, J: High-performance high-resolution semi-Lagrangian tracer transport on a sphere. J. Comput. Phys. 230, 6778-6799 (2011)

    Article  MATH  Google Scholar 

  16. Qiu, J-M, Shu, C-W: Positivity preserving semi-Lagrangian discontinuous Galerkin formulation. J. Comput. Phys. 230, 8386-8409 (2011)

    Article  MATH  MathSciNet  Google Scholar 

  17. Qiu, J-M, Christlieb, A: A conservative high order semi-Lagrangian WENO method for the Vlasov equation. J. Comput. Phys. 229, 1130-1149 (2010)

    Article  MATH  MathSciNet  Google Scholar 

  18. Qiu, J-M, Shu, C-W: Conservative high order semi-Lagrangian finite difference WENO methods for advection in incompressible flow. J. Comput. Phys. 230, 863-889 (2011)

    Article  MATH  MathSciNet  Google Scholar 

  19. Qiu, J-M, Shu, C-W: Conservative semi-Lagrangian finite difference WENO formulations with applications to the Vlasov equation. Commun. Comput. Phys. 10, 979-1000 (2011)

    MathSciNet  Google Scholar 

  20. Rossmanith, J, Seal, D: A positivity-preserving high-order semi-Lagrangian discontinuous Galerkin scheme for the Vlasov-Poisson equations. J. Comput. Phys. 230, 6203-6232 (2011)

    Article  MATH  MathSciNet  Google Scholar 

  21. Liu, X, Osher, S, Chan, T: Weighted essentially non-oscillatory schemes. J. Comput. Phys. 115, 200-212 (1994)

    Article  MATH  MathSciNet  Google Scholar 

  22. Jiang, G, Shu, C-W: Efficient implementation of weighted ENO schemes. J. Comput. Phys. 126, 202-228 (1996)

    Article  MATH  MathSciNet  Google Scholar 

  23. Montranal, P, Shu, C-W: Real gas computation using an energy relaxation method and high-order WENO schemes. J. Comput. Phys. 148, 59-80 (1999)

    Article  MathSciNet  Google Scholar 

  24. Shu, C-W, Osher, S: Efficient implementation of essentially non-oscillatory shock-capturing schemes. J. Comput. Phys. 77, 439-471 (1988)

    Article  MATH  MathSciNet  Google Scholar 

  25. Zhu, J, Qiu, J, Liu, T, Khoo, BC: RKDG methods with WENO type limiters and conservative interfacial procedure for one-dimensional compressible multi-medium flow simulations. Appl. Numer. Math. 61, 554-580 (2011)

    Article  MATH  MathSciNet  Google Scholar 

  26. Shu, C-W: Essentially non-oscillatory and weighted essentially non-oscillatory schemes for hyperbolic conservation laws. In: Quarteroni, A (ed.) Cockburn, B, Johnson, C, Shu, C-W, Tadmor, E, Advanced Numerical Approximation of Nonlinear Hyperbolic Equations. Lecture Notes in Math., vol. 1697, pp. 325-432. Springer, Berlin (1998)

    Chapter  Google Scholar 

  27. Ii, S, Xiao, F: CIP/multi-moment finite volume method for Euler equations: a semi-Lagrangian characteristic formulation. J. Comput. Phys. 222, 849-871 (2007)

    Article  MATH  MathSciNet  Google Scholar 

  28. Shi, J, Hu, C, Shu, C-W: A technique of treating negative weights in WENO schemes. J. Comput. Phys. 175, 108-127 (2002)

    Article  MATH  Google Scholar 

Download references

Acknowledgements

This work is supported by the National Science Foundation of China (11271100, 11301113, 71303067), Harbin Science and Technology Innovative Talents Project of Special Fund (2013RFXYJ044), China Postdoctoral Science Foundation funded project (Grant No. 2013M541400), the Heilongjiang Postdoctoral Fund (Grant No. LBH-Z12102), the Fundamental Research Funds for the Central Universities (Grant No. HIT.HSS.201201).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Boying Wu.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

All authors contributed equally to the manuscript and typed, read, and approved the final manuscript.

Rights and permissions

Open Access This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wu, L., Li, S. & Wu, B. Higher-order finite volume method with semi-Lagrangian scheme for one-dimensional conservation laws. Adv Differ Equ 2015, 94 (2015). https://doi.org/10.1186/s13662-014-0353-y

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13662-014-0353-y

Keywords