Yue Wu’s Research Page


Research Interests

  1. High-order numerical methods for PDEs:
    • Finite element methods
    • Discontinuous Galerkin methods
    • Spectral methods
    • Finite difference / volume methods
  2. Scientific computing:
    • Parallel numerical solvers
    • Iterative methods

Research Experiences

1. Numerical Simulation of Plasma Equilibrium Evolution in Nuclear Fusion

Undergraduate Research Program at USTC

Supervisor: Prof. Mengping ZHANG

07/2021 ~ 05/2022, USTC

Defense: 12/30/2022

The controlled nuclear fusion is one of the most prospective solution to the energy crisis and environmental problems. The tokamak has been widely investigated as the most feasible magnetically confined fusion device. Tearing mode instabilities have great influence on the fusion reaction thus worth studying.

In this research, in order to simulate the evolution process of tokamak plasma instability numerically, we reviewed different formulations of the MHD equations, selected a suitable type of non-conservative resistive MHD, and developed a parallel solver using hybrid finite difference-Fourier pseudo spectral method in cylindrical coordinates. Using our solver, we simulated the (m,n)=(2,1) resistive tearing mode instability, and checked the results against those obtained from the CLT and M3D-C1 code with researchers from Institute of Plasma Physics, Chinese Academy of Science. Our solver exhibits satisfactory performance in conserving numerical divergence of the magnetic field, fitting the theoretical relation between logarithmic growth rate of kinetic energy and resistivity, revealing the tearing mode structure independent of initial perturbation at the linear stage, and reaching the final saturation stage.

Below is a plot of the perturbation on the toroidal component of the electric field at time T=7000, which reveals the resistive tearing mode structure and should be independent of the initial perturbation, and a log-plot of kinetic energy evolution under different resistivity. Our code reveals the linear growing stage, mode structure and the logarithmic growth rate very well.


left: tearing mode structure; right: kinetic energy

We virtually discussed this research with Prof. Chi-Wang SHU. Thanks for his discussion and advice.

Research report (in Chinese) preview: here; Defense PPT (in Chinese) preview: here.

2. Positivity-Preserving Conservative Low-Rank Methods for Vlasov Dynamics

Supervisor: Prof. Xiangxiong ZHANG

06/2022 ~ 08/2022, Purdue University (remote)

The high-dimensionality of Vlasov dynamics makes it expensive to solve by traditional numerical methods. Utilizing the low-rank structure of the solution, people have developed cost-efficient methods using low-rank matrix/tensor approximation. However, very often a low-rank approximation of a given non-negative matrix (which corresponds to the solution) can have negative elements which results in non-physical solutions. In this research, our goal is to develop a cost-efficient positivity-preserving conservative low-rank method to solve this problem. We designed two algorithms, one is the tangent-space accelerated alternating projection algorithm, and the other is the nuclear norm optimization, both with macroscopic quantities conservation.

We virtually discussed this research with Prof. Jing-Mei QIU. Thanks for her discussion and data.


original data from a conservative dynamic low-rank Vlasov solver


using tangent-space based alternating projection


using nuclear norm minimization

3. Discontinuous Galerkin Methods for the p-Laplace Equation

Bachelor’s Thesis at USTC

Supervisor: Prof. Yan XU

12/2022 ~ 06/2023, USTC

Defense: 06/07/2023

We study the high-order local discontinuous Galerkin (LDG) method for the p-Laplace equation. We reformulate our spatial discretization as an equivalent convex minimization problem and use a preconditioned gradient descent method as the nonlinear solver. For the first time, a weighted preconditioner that provides hk-independent convergence is applied in the LDG setting. For polynomial order k ≥ 1, we rigorously establish the solvability of our scheme and provide a priori error estimates in a mesh-dependent energy norm. Our error estimates are under a different and non-equivalent distance from existing LDG results. For arbitrarily high-order polynomials under the assumption that the exact solution has enough regularity, the error estimates demonstrate the potential for high-order accuracy. Our numerical results exhibit the desired convergence speed facilitated by the preconditioner, and we observe best convergence rates in gradient variables in alignment with linear LDG, and optimal rates in the primal variable when 1 < p ≤ 2.

arXiv preprint (submitted): here


Numerical PDE Programming (choronological order)

PDEmethoddomainmeshlanguage
Poisson (Dirichlet)2-order FD2D rectangleuniform CartesianMatlab
compressible Euler5-order FD-WENO1D intervaluniform CartesianFortran
compressible Navier–Stokes5-order FD-WENO2D rectangleuniform CartesianFortran + OpenMP
Hamilton-Jacobi5-order FD-WENO2D rectangleuniform CartesianFortran + OpenMP
compressible RMHD5-order FD-HJ2D rectangleuniform CartesianFortran + OpenMP
compressible RMHD4-order FD-HJ + Fourier3D toroidal with rectangular sectionuniform CylindricalFortran + OpenMP
compressible RMHD3-order FD-HJ + Fourier3D toroidal with circular sectionuniform Cartesian (embedded)Fortran + OpenMP + MPI
compressible MHDarbitrary-degree DG (locally div-free)2D rectanglearbitrary CartesianFortran + OpenMP + MPI
Poissonarbitrary-degree FEM1D intervalarbitrary CartesianMatlab
Poissonquadratic FEM2D polygontriangularMatlab
PoissonLDG1D intervalarbitrary CartesianMatlab
PoissonHDG1D intervalarbitrary CartesianMatlab
Poissonarbitrary-degree MD-LDG (good results up to k=9)2D polygontriangularMatlab
p-Laplacearbitrary-degree LDG1D intervalarbitrary CartesianMatlab
p-Laplacearbitrary-degree LDG2D polygontriangularMatlab
mixed FEMarbitrary-degree FEM2D polygontriangularMFEM