Yunqing Huang

NA
h-index16
7papers
7citations
Novelty38%
AI Score37

7 Papers

NAJun 14, 2018
Recovery based finite element method for biharmonic equation in two dimensional

Yunqing Huang, Huayi Wei, Wei Yang et al.

We design and numerically validate a recovery based linear finite element method for solving the biharmonic equation. The main idea is to replace the gradient operator $\nabla$ on linear finite element space by $G(\nabla)$ in the weak formulation of the biharmonic equation, where $G$ is the recovery operator which recovers the piecewise constant function into the linear finite element space. By operator $G$, Laplace operator $Δ$ is replaced by $\nabla\cdot G(\nabla)$. Furthermore the boundary condition on normal derivative $\nabla u\cdot \pmb{n}$ is treated by the boundary penalty method. The explicit matrix expression of the proposed method is also introduced. Numerical examples on uniform and adaptive meshes are presented to illustrate the correctness and effectiveness of the proposed method.

NAApr 19, 2013
The Lower Bounds for Eigenvalues of Elliptic Operators --By Nonconforming Finite Element Methods

Jun Hu, Yunqing Huang, Qun Lin

The aim of the paper is to introduce a new systematic method that can produce lower bounds for eigenvalues. The main idea is to use nonconforming finite element methods. The general conclusion herein is that if local approximation properties of nonconforming finite element spaces $V_h$ are better than global continuity properties of $V_h$, corresponding methods will produce lower bounds for eigenvalues. More precisely, under three conditions on continuity and approximation properties of nonconforming finite element spaces we first show abstract error estimates of approximate eigenvalues and eigenfunctions. Subsequently, we propose one more condition and prove that it is sufficient to guarantee nonconforming finite element methods to produce lower bounds for eigenvalues of symmetric elliptic operators. As one application, we show that this condition hold for most nonconforming elements in literature. As another important application, this condition provides a guidance to modify known nonconforming elements in literature and to propose new nonconforming elements. In fact, we enrich locally the Crouzeix-Raviart element such that the new element satisfies the condition; we propose a new nonconforming element for second order elliptic operators and prove that it will yield lower bounds for eigenvalues. Finally, we prove the saturation condition for most nonconforming elements.

NAMar 22, 2023
Error Analysis of Physics-Informed Neural Networks for Approximating Dynamic PDEs of Second Order in Time

Yanxia Qian, Yongchao Zhang, Yunqing Huang et al.

We consider the approximation of a class of dynamic partial differential equations (PDE) of second order in time by the physics-informed neural network (PINN) approach, and provide an error analysis of PINN for the wave equation, the Sine-Gordon equation and the linear elastodynamic equation. Our analyses show that, with feed-forward neural networks having two hidden layers and the $\tanh$ activation function, the PINN approximation errors for the solution field, its time derivative and its gradient field can be effectively bounded by the training loss and the number of training data points (quadrature points). Our analyses further suggest new forms for the training loss function, which contain certain residuals that are crucial to the error estimate but would be absent from the canonical PINN loss formulation. Adopting these new forms for the loss function leads to a variant PINN algorithm. We present ample numerical experiments with the new PINN algorithm for the wave equation, the Sine-Gordon equation and the linear elastodynamic equation, which show that the method can capture the solution well.

SOFTOct 12, 2022
A multi-category inverse design neural network and its application to diblock copolymers

Dan Wei, Tiejun Zhou, Yunqing Huang et al.

In this work, we design a multi-category inverse design neural network to map ordered periodic structure to physical parameters. The neural network model consists of two parts, a classifier and Structure-Parameter-Mapping (SPM) subnets. The classifier is used to identify structure, and the SPM subnets are used to predict physical parameters for desired structures. We also present an extensible reciprocal-space data augmentation method to guarantee the rotation and translation invariant of periodic structures. We apply the proposed network model and data augmentation method to two-dimensional diblock copolymers based on the Landau-Brazovskii model. Results show that the multi-category inverse design neural network is high accuracy in predicting physical parameters for desired structures. Moreover, the idea of multi-categorization can also be extended to other inverse design problems.

NADec 16, 2011
Superconvergence of the $Q_{k+1,k}$-$Q_{k,k+1}$ divergence-free finite element

Yunqing Huang, Shangyou Zhang

By the standard theory, the stable $Q_{k+1,k}$-$Q_{k,k+1}/Q_{k}^{dc'}$ divergence-free element converges with the optimal order of approximation for the Stokes equations, but only order $k$ for the velocity in $H^1$-norm and the pressure in $L^2$-norm. This is due to one polynomial degree less in $y$ direction for the first component of velocity, a $Q_{k+1,k}$ polynomial. In this manuscript, we will show a superconvergence of the divergence free element that the order of convergence is truly $k+1$, for both velocity and pressure. Numerical tests are provided confirming the sharpness of the theory.

NAApr 14
DataTransfer: Neural network based interpolation across non-nested meshes

Jiaxiong Hao, Yunqing Huang, Nianyu Yi

In mesh-based numerical simulations, the interpolation of mesh-defined functions across different meshes is a critical task, and achieving high-precision interpolation is of great significance for improving the computational efficiency and numerical stability of algorithms. This paper proposes neural network based function mapping model across meshes, wherein the interpolation process is reformulated as a data-driven regression problem over scattered function data. Conventional interpolation and projection-based approaches are highly dependent on mesh connectivity and corresponding geometric properties, which renders such methods computationally costly and sensitive to mismatches between source and target meshes. The proposed method constructs a neural network approximator using nodal function values on the source mesh to obtain a global representation of the function, which can then be interpolated onto any other meshes. To investigate the network architectural impacts on model performance, three representative feedforward network structures are numerically compared in this work: multi-layer perceptrons, extreme learning machines, and network incorporating radial basis function hidden units. The results reveal distinct trade-offs among accuracy, computational efficiency and model robustness, among which the radial basis function-based network achieves the most desirable overall performance balance, enabling fast and precise function calculation. Numerical experiments conducted on non-nested meshes validate the efficacy of the proposed model in both function interpolation and cross-mesh data transmission tasks.

LGOct 9, 2025
Weights initialization of neural networks for function approximation

Xinwen Hu, Yunqing Huang, Nianyu Yi et al.

Neural network-based function approximation plays a pivotal role in the advancement of scientific computing and machine learning. Yet, training such models faces several challenges: (i) each target function often requires training a new model from scratch; (ii) performance is highly sensitive to architectural and hyperparameter choices; and (iii) models frequently generalize poorly beyond the training domain. To overcome these challenges, we propose a reusable initialization framework based on basis function pretraining. In this approach, basis neural networks are first trained to approximate families of polynomials on a reference domain. Their learned parameters are then used to initialize networks for more complex target functions. To enhance adaptability across arbitrary domains, we further introduce a domain mapping mechanism that transforms inputs into the reference domain, thereby preserving structural correspondence with the pretrained models. Extensive numerical experiments in one- and two-dimensional settings demonstrate substantial improvements in training efficiency, generalization, and model transferability, highlighting the promise of initialization-based strategies for scalable and modular neural function approximation. The full code is made publicly available on Gitee.