首页 > 最新文献

Numerical Methods for Partial Differential Equations最新文献

英文 中文
Compactness results for a Dirichlet energy of nonlocal gradient with applications 非局部梯度迪里夏特能量的紧凑性结果及其应用
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-09-14 DOI: 10.1002/num.23149
Zhaolong Han, Tadele Mengesha, Xiaochuan Tian
We prove two compactness results for function spaces with finite Dirichlet energy of half‐space nonlocal gradients. In each of these results, we provide sufficient conditions on a sequence of kernel functions that guarantee the asymptotic compact embedding of the associated nonlocal function spaces into the class of square‐integrable functions. Moreover, we will demonstrate that the sequence of nonlocal function spaces converges in an appropriate sense to a limiting function space. As an application, we prove uniform Poincaré‐type inequalities for sequence of half‐space gradient operators. We also apply the compactness result to demonstrate the convergence of appropriately parameterized nonlocal heterogeneous anisotropic diffusion problems. We will construct asymptotically compatible schemes for these type of problems. Another application concerns the convergence and robust discretization of a nonlocal optimal control problem.
我们证明了具有有限迪里希特能的半空间非局部梯度函数空间的两个紧凑性结果。在每一个结果中,我们都提供了内核函数序列的充分条件,以保证相关非局部函数空间渐近紧凑地嵌入到平方可积分函数类中。此外,我们还将证明非局部函数空间序列在适当意义上收敛于极限函数空间。作为应用,我们证明了半空间梯度算子序列的统一波恩卡列式不等式。我们还将应用紧凑性结果来证明适当参数化的非局部异质各向异性扩散问题的收敛性。我们将为这类问题构建渐近兼容方案。另一个应用涉及非局部最优控制问题的收敛性和稳健离散化。
{"title":"Compactness results for a Dirichlet energy of nonlocal gradient with applications","authors":"Zhaolong Han, Tadele Mengesha, Xiaochuan Tian","doi":"10.1002/num.23149","DOIUrl":"https://doi.org/10.1002/num.23149","url":null,"abstract":"We prove two compactness results for function spaces with finite Dirichlet energy of half‐space nonlocal gradients. In each of these results, we provide sufficient conditions on a sequence of kernel functions that guarantee the asymptotic compact embedding of the associated nonlocal function spaces into the class of square‐integrable functions. Moreover, we will demonstrate that the sequence of nonlocal function spaces converges in an appropriate sense to a limiting function space. As an application, we prove uniform Poincaré‐type inequalities for sequence of half‐space gradient operators. We also apply the compactness result to demonstrate the convergence of appropriately parameterized nonlocal heterogeneous anisotropic diffusion problems. We will construct asymptotically compatible schemes for these type of problems. Another application concerns the convergence and robust discretization of a nonlocal optimal control problem.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259980","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Layer‐parallel training of residual networks with auxiliary variable networks 残差网络与辅助变量网络的层并行训练
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-09-06 DOI: 10.1002/num.23147
Qi Sun, Hexin Dong, Zewei Chen, Jiacheng Sun, Zhenguo Li, Bin Dong
Gradient‐based methods for training residual networks (ResNets) typically require a forward pass of input data, followed by back‐propagating the error gradient to update model parameters, which becomes time‐consuming as the network structure goes deeper. To break the algorithmic locking and exploit synchronous module parallelism in both forward and backward modes, auxiliary‐variable methods have emerged but suffer from communication overhead and a lack of data augmentation. By trading off the recomputation and storage of auxiliary variables, a joint learning framework is proposed in this work for training realistic ResNets across multiple compute devices. Specifically, the input data of each processor is generated from its low‐capacity auxiliary network (AuxNet), which permits the use of data augmentation and realizes forward unlocking. Backward passes are then executed in parallel, each with a local loss function derived from the penalty or augmented Lagrangian (AL) method. Finally, the AuxNet is adjusted to reproduce updated auxiliary variables through an end‐to‐end training process. We demonstrate the effectiveness of our method on ResNets and WideResNets across CIFAR‐10, CIFAR‐100, and ImageNet datasets, achieving speedup over the traditional layer‐serial training approach while maintaining comparable testing accuracy.
基于梯度的残差网络(ResNets)训练方法通常需要前向传递输入数据,然后反向传播误差梯度以更新模型参数,随着网络结构的深入,这种方法变得越来越耗时。为了打破算法锁定,并在前向和后向模式中利用同步模块并行性,辅助变量方法应运而生,但这种方法存在通信开销大和缺乏数据增强的问题。通过权衡辅助变量的重新计算和存储,本文提出了一种联合学习框架,用于在多个计算设备上训练现实的 ResNets。具体来说,每个处理器的输入数据均由其低容量辅助网络(AuxNet)生成,从而允许使用数据增强并实现前向解锁。然后并行执行后向传递,每个后向传递都有一个由惩罚或增强拉格朗日(AL)方法得出的局部损失函数。最后,通过端到端的训练过程,调整 AuxNet 以重现更新的辅助变量。我们在 CIFAR-10、CIFAR-100 和 ImageNet 数据集上展示了我们的方法在 ResNets 和 WideResNets 上的有效性,与传统的层序列训练方法相比,我们的方法实现了提速,同时保持了相当的测试精度。
{"title":"Layer‐parallel training of residual networks with auxiliary variable networks","authors":"Qi Sun, Hexin Dong, Zewei Chen, Jiacheng Sun, Zhenguo Li, Bin Dong","doi":"10.1002/num.23147","DOIUrl":"https://doi.org/10.1002/num.23147","url":null,"abstract":"Gradient‐based methods for training residual networks (ResNets) typically require a forward pass of input data, followed by back‐propagating the error gradient to update model parameters, which becomes time‐consuming as the network structure goes deeper. To break the algorithmic locking and exploit synchronous module parallelism in both forward and backward modes, auxiliary‐variable methods have emerged but suffer from communication overhead and a lack of data augmentation. By trading off the recomputation and storage of auxiliary variables, a joint learning framework is proposed in this work for training realistic ResNets across multiple compute devices. Specifically, the input data of each processor is generated from its low‐capacity auxiliary network (AuxNet), which permits the use of data augmentation and realizes forward unlocking. Backward passes are then executed in parallel, each with a local loss function derived from the penalty or augmented Lagrangian (AL) method. Finally, the AuxNet is adjusted to reproduce updated auxiliary variables through an end‐to‐end training process. We demonstrate the effectiveness of our method on ResNets and WideResNets across CIFAR‐10, CIFAR‐100, and ImageNet datasets, achieving speedup over the traditional layer‐serial training approach while maintaining comparable testing accuracy.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-09-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181159","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Error bound of the multilevel fast multipole method for 3‐D scattering problems 三维散射问题多级快速多极子方法的误差约束
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-09-04 DOI: 10.1002/num.23148
Wenhui Meng
The multilevel fast multipole method (MLFMM) is widely used to accelerate the solutions of acoustic and electromagnetic scattering problems. In the expansions and translation operators of the MLFMM for 3‐D scattering problems, some special functions are used, including spherical Bessel functions, spherical harmonics and Wigner symbol. This makes it difficult to analyze the truncation errors. In this paper, we first give sharp bounds for the truncation errors of the expansions used in the MLFMM, then derive the overall error formula of the MLFMM and estimate its upper bound, the result is finally applied to the cube octree structure. Some numerical examples are performed to validate the proposed results. The method in this paper can also be used to the MLFMM for other 3‐D problems, such as potential problems, elastostatic problems, Stokes flow problems and so on.
多级快速多极法(MLFMM)被广泛用于加速声学和电磁散射问题的求解。在 MLFMM 用于三维散射问题的展开和平移算子中,使用了一些特殊函数,包括球面贝塞尔函数、球面谐波和 Wigner 符号。这给截断误差分析带来了困难。本文首先给出了 MLFMM 中所用展开式的截断误差的尖锐边界,然后推导出 MLFMM 的总体误差公式并估计其上限,最后将结果应用于立方体八叉树结构。本文通过一些数值示例验证了所提出的结果。本文的方法还可用于其他三维问题的 MLFMM,如势能问题、弹性问题、斯托克斯流问题等。
{"title":"Error bound of the multilevel fast multipole method for 3‐D scattering problems","authors":"Wenhui Meng","doi":"10.1002/num.23148","DOIUrl":"https://doi.org/10.1002/num.23148","url":null,"abstract":"The multilevel fast multipole method (MLFMM) is widely used to accelerate the solutions of acoustic and electromagnetic scattering problems. In the expansions and translation operators of the MLFMM for 3‐D scattering problems, some special functions are used, including spherical Bessel functions, spherical harmonics and Wigner symbol. This makes it difficult to analyze the truncation errors. In this paper, we first give sharp bounds for the truncation errors of the expansions used in the MLFMM, then derive the overall error formula of the MLFMM and estimate its upper bound, the result is finally applied to the cube octree structure. Some numerical examples are performed to validate the proposed results. The method in this paper can also be used to the MLFMM for other 3‐D problems, such as potential problems, elastostatic problems, Stokes flow problems and so on.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-09-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181161","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An explicit fourth‐order hybrid‐variable method for Euler equations with a residual‐consistent viscosity 具有残差一致粘度的欧拉方程的显式四阶混合变量法
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-26 DOI: 10.1002/num.23146
Xianyi Zeng
In this article, we present a formally fourth‐order accurate hybrid‐variable (HV) method for the Euler equations in the context of method of lines. The HV method seeks numerical approximations to both cell averages and nodal solutions and evolves them in time simultaneously; and it is proved in previous work that these methods are supraconvergent, that is, the order of the method is higher than that of the local truncation error. Taking advantage of the supraconvergence, the method is built on a third‐order discrete differential operator, which approximates the first spatial derivative at each grid point using only the information in the two neighboring cells. Analyses of stability, accuracy, and pointwise convergence are conducted in the one‐dimensional case for the linear advection equation; whereas extension to nonlinear systems including the Euler equations is achieved using characteristic decomposition and the incorporation of a residual‐consistent viscosity to capture strong discontinuities. Extensive numerical tests are presented to assess the numerical performance of the method for both 1D and 2D problems.
在本文中,我们在线性方法的背景下提出了一种正式的四阶精确欧拉方程混合变量(HV)方法。HV 方法寻求单元平均值和节点解的数值近似,并同时对它们进行时间演化;前人的工作证明了这些方法具有超收敛性,即方法的阶数高于局部截断误差的阶数。利用超收敛性的优势,该方法建立在三阶离散微分算子的基础上,该算子仅利用相邻两个单元的信息来逼近每个网格点的一阶空间导数。在线性平流方程的一维情况下,对稳定性、准确性和点收敛性进行了分析;而在包括欧拉方程在内的非线性系统中,则使用特征分解和残差一致粘度来捕捉强不连续性。本文介绍了广泛的数值测试,以评估该方法在一维和二维问题上的数值性能。
{"title":"An explicit fourth‐order hybrid‐variable method for Euler equations with a residual‐consistent viscosity","authors":"Xianyi Zeng","doi":"10.1002/num.23146","DOIUrl":"https://doi.org/10.1002/num.23146","url":null,"abstract":"In this article, we present a formally fourth‐order accurate hybrid‐variable (HV) method for the Euler equations in the context of method of lines. The HV method seeks numerical approximations to both cell averages and nodal solutions and evolves them in time simultaneously; and it is proved in previous work that these methods are supraconvergent, that is, the order of the method is higher than that of the local truncation error. Taking advantage of the supraconvergence, the method is built on a third‐order discrete differential operator, which approximates the first spatial derivative at each grid point using only the information in the two neighboring cells. Analyses of stability, accuracy, and pointwise convergence are conducted in the one‐dimensional case for the linear advection equation; whereas extension to nonlinear systems including the Euler equations is achieved using characteristic decomposition and the incorporation of a residual‐consistent viscosity to capture strong discontinuities. Extensive numerical tests are presented to assess the numerical performance of the method for both 1D and 2D problems.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181160","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exponential time difference methods with spatial exponential approximations for solving boundary layer problems 用于解决边界层问题的空间指数近似指数时差法
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-26 DOI: 10.1002/num.23145
Liyong Zhu, Xinwei Wang, Tianzheng Lu
In this work, an efficient and stable exponential time difference method is presented for solving boundary layer problems. By combining exponential time difference schemes with spatial direct discontinuous Galerkin discretization based on exponential boundary layer approximations, the proposed algorithm not only may admit large time step sizes but also could provide good spatial approximations even if on rather coarse spatial grids in the boundary layer. Some energy stabilities of the numerical scheme are rigorously derived. Numerical examples illustrate the accuracy, stability and efficiency of the algorithm.
本研究提出了一种高效稳定的指数时差法,用于解决边界层问题。通过将指数时差方案与基于指数边界层近似的空间直接非连续伽勒金离散化相结合,所提出的算法不仅可以容许较大的时间步长,而且即使在边界层相当粗糙的空间网格上也能提供良好的空间近似。数值方案的一些能量稳定性得到了严格推导。数值示例说明了算法的准确性、稳定性和效率。
{"title":"Exponential time difference methods with spatial exponential approximations for solving boundary layer problems","authors":"Liyong Zhu, Xinwei Wang, Tianzheng Lu","doi":"10.1002/num.23145","DOIUrl":"https://doi.org/10.1002/num.23145","url":null,"abstract":"In this work, an efficient and stable exponential time difference method is presented for solving boundary layer problems. By combining exponential time difference schemes with spatial direct discontinuous Galerkin discretization based on exponential boundary layer approximations, the proposed algorithm not only may admit large time step sizes but also could provide good spatial approximations even if on rather coarse spatial grids in the boundary layer. Some energy stabilities of the numerical scheme are rigorously derived. Numerical examples illustrate the accuracy, stability and efficiency of the algorithm.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181162","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A nonlocal convection–diffusion model with Gaussian‐type kernels and meshfree discretization 采用高斯型核和无网格离散化的非局部对流扩散模型
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-15 DOI: 10.1002/num.23141
Hao Tian, Xiaojuan Liu, Chenguang Liu, Lili Ju
Nonlocal models have demonstrated their indispensability in numerical simulations across a spectrum of critical domains, ranging from analyzing crack and fracture behavior in structural engineering to modeling anomalous diffusion phenomena in materials science and simulating convection processes in heterogeneous environments. In this study, we present a novel framework for constructing nonlocal convection–diffusion models using Gaussian‐type kernels. Our framework uniquely formulates the diffusion term by correlating the constant diffusion coefficient with the variance of the Gaussian kernel. Simultaneously, the convection term is defined by integrating the variable velocity field into the kernel as the expectation of a multivariate Gaussian distribution, facilitating a comprehensive representation of convective transport phenomena. We rigorously establish the well‐posedness of the proposed nonlocal model and derive a maximum principle to ensure its stability and reliability in numerical simulations. Furthermore, we develop a meshfree discretization scheme tailored for numerically simulating our model, designed to uphold both the discrete maximum principle and asymptotic compatibility. Through extensive numerical experiments, we validate the efficacy and versatility of our framework, demonstrating its superior performance compared to existing approaches.
从分析结构工程中的裂纹和断裂行为,到模拟材料科学中的异常扩散现象,以及模拟异质环境中的对流过程,非局部模型已在一系列关键领域的数值模拟中显示出其不可或缺的作用。在本研究中,我们提出了一种利用高斯型核构建非局部对流扩散模型的新框架。我们的框架通过将恒定扩散系数与高斯核的方差相关联来唯一地制定扩散项。同时,对流项是通过将可变速度场作为多变量高斯分布的期望值积分到核中来定义的,从而促进了对流输运现象的全面表示。我们严格建立了所提出的非局部模型的良好拟合性,并推导出最大值原理,以确保其在数值模拟中的稳定性和可靠性。此外,我们还开发了一种无网格离散化方案,专门用于对我们的模型进行数值模拟,旨在维护离散最大值原理和渐近相容性。通过大量的数值实验,我们验证了我们的框架的有效性和多功能性,证明了它与现有方法相比的优越性能。
{"title":"A nonlocal convection–diffusion model with Gaussian‐type kernels and meshfree discretization","authors":"Hao Tian, Xiaojuan Liu, Chenguang Liu, Lili Ju","doi":"10.1002/num.23141","DOIUrl":"https://doi.org/10.1002/num.23141","url":null,"abstract":"Nonlocal models have demonstrated their indispensability in numerical simulations across a spectrum of critical domains, ranging from analyzing crack and fracture behavior in structural engineering to modeling anomalous diffusion phenomena in materials science and simulating convection processes in heterogeneous environments. In this study, we present a novel framework for constructing nonlocal convection–diffusion models using Gaussian‐type kernels. Our framework uniquely formulates the diffusion term by correlating the constant diffusion coefficient with the variance of the Gaussian kernel. Simultaneously, the convection term is defined by integrating the variable velocity field into the kernel as the expectation of a multivariate Gaussian distribution, facilitating a comprehensive representation of convective transport phenomena. We rigorously establish the well‐posedness of the proposed nonlocal model and derive a maximum principle to ensure its stability and reliability in numerical simulations. Furthermore, we develop a meshfree discretization scheme tailored for numerically simulating our model, designed to uphold both the discrete maximum principle and asymptotic compatibility. Through extensive numerical experiments, we validate the efficacy and versatility of our framework, demonstrating its superior performance compared to existing approaches.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181163","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Asymptotically compatible schemes for nonlocal Ohta–Kawasaki model 非局部 Ohta-Kawasaki 模型的渐近兼容方案
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-15 DOI: 10.1002/num.23143
Wangbo Luo, Yanxiang Zhao
We study the asymptotical compatibility of the Fourier spectral method in multidimensional space for the nonlocal Ohta–Kawasaka model, a more generalized version of the model proposed in our previous work (Y. Zhao and W. Luo, Physica D 458 (2024), 133989). By introducing the Fourier collocation discretization for the spatial variable, we show that the asymptotical compatibility holds in 2D and 3D over a periodic domain. For the temporal discretization, we adopt the second‐order backward differentiation formula method. We prove that for certain nonlocal kernels, the proposed time discretization schemes inherit the energy dissipation law. In the numerical experiments, we verify the asymptotical compatibility, the second‐order temporal convergence rate, and the energy stability of the proposed schemes. More importantly, we discover a novel square lattice pattern when certain nonlocal kernel are applied in the model. In addition, our numerical experiments confirm the existence of an upper bound for the optimal number of bubbles in 2D for some specific nonlocal kernels. Finally, we numerically explore the promotion/demotion effect induced by the nonlocal horizon , which is consistent with the theoretical studies presented in our earlier work (Y. Zhao and W. Luo, Physica D 458 (2024), 133989).
我们研究了非局部 Ohta-Kawasaka 模型的傅立叶谱方法在多维空间的渐近相容性,该模型是我们之前工作(Y. Zhao and W. Luo, Physica D 458 (2024), 133989)中提出的模型的更广义版本。通过引入空间变量的傅立叶配位离散化,我们证明了在周期域上的二维和三维渐近相容性。对于时间离散化,我们采用了二阶反向微分公式法。我们证明,对于某些非局部核,所提出的时间离散化方案继承了能量耗散规律。在数值实验中,我们验证了所提方案的渐近相容性、二阶时间收敛率和能量稳定性。更重要的是,当在模型中应用某些非局部核时,我们发现了一种新颖的方格模式。此外,我们的数值实验证实,对于某些特定的非局部核,存在二维最佳气泡数量的上限。最后,我们用数值方法探讨了非局部水平线诱导的促进/移动效应,这与我们早期工作(Y. Zhao and W. Luo, Physica D 458 (2024), 133989)中的理论研究一致。
{"title":"Asymptotically compatible schemes for nonlocal Ohta–Kawasaki model","authors":"Wangbo Luo, Yanxiang Zhao","doi":"10.1002/num.23143","DOIUrl":"https://doi.org/10.1002/num.23143","url":null,"abstract":"We study the asymptotical compatibility of the Fourier spectral method in multidimensional space for the nonlocal Ohta–Kawasaka model, a more generalized version of the model proposed in our previous work (Y. Zhao and W. Luo, Physica D 458 (2024), 133989). By introducing the Fourier collocation discretization for the spatial variable, we show that the asymptotical compatibility holds in 2D and 3D over a periodic domain. For the temporal discretization, we adopt the second‐order backward differentiation formula method. We prove that for certain nonlocal kernels, the proposed time discretization schemes inherit the energy dissipation law. In the numerical experiments, we verify the asymptotical compatibility, the second‐order temporal convergence rate, and the energy stability of the proposed schemes. More importantly, we discover a novel square lattice pattern when certain nonlocal kernel are applied in the model. In addition, our numerical experiments confirm the existence of an upper bound for the optimal number of bubbles in 2D for some specific nonlocal kernels. Finally, we numerically explore the promotion/demotion effect induced by the nonlocal horizon , which is consistent with the theoretical studies presented in our earlier work (Y. Zhao and W. Luo, Physica D 458 (2024), 133989).","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181164","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A variable‐step high‐order scheme for time‐fractional advection‐diffusion equation with mixed derivatives 具有混合导数的时间分数平流-扩散方程的可变步长高阶方案
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-14 DOI: 10.1002/num.23140
Junhong Feng, Pin Lyu, Seakweng Vong
We consider a high accuracy numerical scheme for solving the two‐dimensional time‐fractional advection‐diffusion equation including mixed derivatives, where the variable‐step Alikhanov formula and a fourth‐order compact approximation are employed to time and space derivatives, respectively. Under mild assumptions on the time step‐sizes, we obtain the unconditional stability and high‐order convergence (second‐order in time and fourth‐order in space) of the proposed scheme by energy method. The theoretical statements are justified by the numerical experiments.
我们考虑了一种求解包括混合导数在内的二维时间-分数平流-扩散方程的高精度数值方案,其中对时间和空间导数分别采用了变步阿利哈诺夫公式和四阶紧凑近似。在时间步长的温和假设下,我们通过能量法获得了所提方案的无条件稳定性和高阶收敛性(时间二阶和空间四阶)。数值实验证明了理论的正确性。
{"title":"A variable‐step high‐order scheme for time‐fractional advection‐diffusion equation with mixed derivatives","authors":"Junhong Feng, Pin Lyu, Seakweng Vong","doi":"10.1002/num.23140","DOIUrl":"https://doi.org/10.1002/num.23140","url":null,"abstract":"We consider a high accuracy numerical scheme for solving the two‐dimensional time‐fractional advection‐diffusion equation including mixed derivatives, where the variable‐step Alikhanov formula and a fourth‐order compact approximation are employed to time and space derivatives, respectively. Under mild assumptions on the time step‐sizes, we obtain the unconditional stability and high‐order convergence (second‐order in time and fourth‐order in space) of the proposed scheme by energy method. The theoretical statements are justified by the numerical experiments.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181165","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improved error bounds on a time splitting method for the nonlinear Schrödinger equation with wave operator 带波算子的非线性薛定谔方程时间分割法的改进误差范围
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-13 DOI: 10.1002/num.23139
Jiyong Li
In this article, we study a time splitting Fourier pseudo‐spectral (TSFP) method for the nonlinear Schrödinger equation with wave operator (NLSW). The nonlinear strength of the NLSW is characterized by . Specifically, we propose a coupled system which is equivalent to the NLSW and then apply the TSFP method to this system. As a geometric advantage, the TSFP method has time symmetry and conserves the discrete mass. Rigorous convergence analysis is provided to establish improved error bounds at up to the long‐time at where depends on the smoothness of the solution. Compared with the error bounds obtained by traditional analysis, our error bounds are greatly improved, especially when the problem presents weak nonlinearity, i.e. . In error analysis, combining with classical numerical analysis tools, we adopt the regularity compensation oscillation (RCO) technique to study the error accumulation process in detail and then establish the improved error bounds. The numerical experiments support our theoretical analysis. In addition, the numerical results show the long‐term stability of discrete energy.
本文研究了带波算子的非线性薛定谔方程(NLSW)的时间分裂傅立叶伪谱(TSFP)方法。NLSW 的非线性强度用 。具体来说,我们提出了一个与 NLSW 等价的耦合系统,然后将 TSFP 方法应用于该系统。作为一种几何优势,TSFP 方法具有时间对称性,并保留了离散质量。该方法提供了严格的收敛性分析,从而在取决于解的平滑度的长时域内建立了改进的误差边界。与传统分析得出的误差边界相比,我们的误差边界得到了极大的改善,尤其是当问题呈现弱非线性时,即 .在误差分析中,我们结合经典数值分析工具,采用正则补偿振荡(RCO)技术详细研究了误差积累过程,进而建立了改进的误差边界。数值实验支持了我们的理论分析。此外,数值结果还显示了离散能量的长期稳定性。
{"title":"Improved error bounds on a time splitting method for the nonlinear Schrödinger equation with wave operator","authors":"Jiyong Li","doi":"10.1002/num.23139","DOIUrl":"https://doi.org/10.1002/num.23139","url":null,"abstract":"In this article, we study a time splitting Fourier pseudo‐spectral (TSFP) method for the nonlinear Schrödinger equation with wave operator (NLSW). The nonlinear strength of the NLSW is characterized by . Specifically, we propose a coupled system which is equivalent to the NLSW and then apply the TSFP method to this system. As a geometric advantage, the TSFP method has time symmetry and conserves the discrete mass. Rigorous convergence analysis is provided to establish improved error bounds at up to the long‐time at where depends on the smoothness of the solution. Compared with the error bounds obtained by traditional analysis, our error bounds are greatly improved, especially when the problem presents weak nonlinearity, i.e. . In error analysis, combining with classical numerical analysis tools, we adopt the regularity compensation oscillation (RCO) technique to study the error accumulation process in detail and then establish the improved error bounds. The numerical experiments support our theoretical analysis. In addition, the numerical results show the long‐term stability of discrete energy.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181166","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Numerical solution of the boundary value problem of elliptic equation by Levi function scheme 用列维函数方案数值求解椭圆方程的边界值问题
IF 3.9 3区 数学 Q1 MATHEMATICS, APPLIED Pub Date : 2024-08-13 DOI: 10.1002/num.23142
Jinchao Pan, Jijun Liu
For boundary value problem of an elliptic equation with variable coefficients describing the physical field distribution in inhomogeneous media, the parametrix can represent the solution in terms of volume and surface potentials, with the drawback that the volume potential involving in the solution expression requires heavy computational costs as well as the solvability of the integral equations with respect to the density pair. We introduce an modified integral expression for the solution to an elliptic equation in divergence form under the parametrix framework. The well‐posedness of the linear integral system with respect to the density functions to be determined is rigorously proved. Based on the singularity decomposition for the parametrix, we propose two schemes to deal with the volume integrals so that the density functions can be solved efficiently. One method is an adaptive discretization scheme for computing the integrals with continuous integrands, leading to the uniform accuracy of the integrals in the whole domain, and consequently the efficient computations for the density functions. The other method is the dual reciprocity method which is a meshless approach converting the volume integrals into boundary integrals equivalently by expressing the volume density as the combination of the radial basis functions determined by the interior grids. The proposed schemes are justified numerically to be of satisfactory computation costs. Numerical examples in 2‐dimensional and 3‐dimensional cases are presented to show the validity of the proposed schemes.
对于描述非均质介质中物理场分布的具有可变系数的椭圆方程的边界值问题,参数矩阵可以用体积势和面势来表示解,但缺点是解表达式中涉及的体积势需要高昂的计算成本,以及关于密度对的积分方程的可解性。我们引入了参数矩阵框架下发散形式的椭圆方程解的修正积分表达式。严格证明了线性积分系统关于待定密度函数的良好求解性。基于参数矩阵的奇异性分解,我们提出了两种处理体积积分的方案,以便高效求解密度函数。一种方法是自适应离散化方案,用于计算连续积分的积分,从而使整个域的积分精度一致,进而高效计算密度函数。另一种方法是双互易法,它是一种无网格方法,通过将体积密度表示为由内部网格确定的径向基函数的组合,将体积积分等效转换为边界积分。通过数值计算证明,所提出的方案具有令人满意的计算成本。我们还给出了二维和三维的数值示例,以说明所提方案的有效性。
{"title":"Numerical solution of the boundary value problem of elliptic equation by Levi function scheme","authors":"Jinchao Pan, Jijun Liu","doi":"10.1002/num.23142","DOIUrl":"https://doi.org/10.1002/num.23142","url":null,"abstract":"For boundary value problem of an elliptic equation with variable coefficients describing the physical field distribution in inhomogeneous media, the parametrix can represent the solution in terms of volume and surface potentials, with the drawback that the volume potential involving in the solution expression requires heavy computational costs as well as the solvability of the integral equations with respect to the density pair. We introduce an modified integral expression for the solution to an elliptic equation in divergence form under the parametrix framework. The well‐posedness of the linear integral system with respect to the density functions to be determined is rigorously proved. Based on the singularity decomposition for the parametrix, we propose two schemes to deal with the volume integrals so that the density functions can be solved efficiently. One method is an adaptive discretization scheme for computing the integrals with continuous integrands, leading to the uniform accuracy of the integrals in the whole domain, and consequently the efficient computations for the density functions. The other method is the dual reciprocity method which is a meshless approach converting the volume integrals into boundary integrals equivalently by expressing the volume density as the combination of the radial basis functions determined by the interior grids. The proposed schemes are justified numerically to be of satisfactory computation costs. Numerical examples in 2‐dimensional and 3‐dimensional cases are presented to show the validity of the proposed schemes.","PeriodicalId":19443,"journal":{"name":"Numerical Methods for Partial Differential Equations","volume":null,"pages":null},"PeriodicalIF":3.9,"publicationDate":"2024-08-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142181167","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"数学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Numerical Methods for Partial Differential Equations
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1