pith. sign in

arxiv: 2607.00842 · v1 · pith:TPUHSA76new · submitted 2026-07-01 · 🧮 math.NA · cs.NA

Overlapping Domain Decomposition for Meshless Finite Difference Methods

Pith reviewed 2026-07-02 07:43 UTC · model grok-4.3

classification 🧮 math.NA cs.NA
keywords domain decompositionmeshless methodsRBF-FDSchwarz methodPoisson equationStokes equationspartition of unityoverlapping subdomains
0
0 comments X

The pith

Small overlaps between subdomains reduce iteration counts for algebraic Schwarz methods applied to RBF-FD discretizations of Poisson and Stokes equations.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper examines the effect of partition-of-unity continuity on algebraic Schwarz domain decomposition when differential operators are discretized via radial basis function finite differences. Unlike mesh-based methods that often use disjoint or minimally overlapping subdomains, the meshless RBF-FD setting shows better solver performance with small overlaps, measured by fewer iterations on the Poisson and Stokes equations. This removes the need to construct special disjoint partitions. A sympathetic reader cares because the result points to a simpler practical implementation of domain decomposition for meshless methods.

Core claim

In the meshless finite difference setting using RBF-FD, the algebraic Schwarz method performs better with small overlaps in the subdomains than with disjoint partitions, as shown by reduced iteration counts in numerical tests on the Poisson and Stokes problems; the continuity of the partition of unity benefits from these overlaps.

What carries the argument

The partition of unity that combines local subdomain solutions in the algebraic Schwarz method, whose continuity is controlled by the amount of subdomain overlap in the RBF-FD discretization.

If this is right

  • Small overlaps produce smaller iteration counts than disjoint partitions.
  • The improvement appears for both the Poisson and Stokes equations.
  • No disjoint partitioning technique is required to obtain good algebraic performance.
  • The continuity of the partition of unity is strengthened by modest overlap in the meshless discretization.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same overlap benefit may appear in other linear elliptic problems discretized by RBF-FD.
  • Overlap size could be tuned against the RBF-FD stencil radius to further reduce iterations.
  • Meshless implementations may avoid the extra coding cost of enforcing exact disjointness.

Load-bearing premise

The iteration reductions seen in the numerical tests on Poisson and Stokes equations are caused by the overlap itself and hold more generally for RBF-FD based problems.

What would settle it

A numerical experiment on a Poisson or Stokes problem (or similar) in which a disjoint partition produces strictly fewer iterations than any small-overlap configuration would falsify the central claim.

Figures

Figures reproduced from arXiv: 2607.00842 by Alexander Westermann, Oleg Davydov, Stefan Turek.

Figure 1
Figure 1. Figure 1: Family tree of Schwarz methods By applying the decomposition to the global problem, the decomposed continuous problem can be formulated with a starting solution 𝑢 0 and 𝑛 ≥ 0 ( −Δ𝑣 𝑛+1 = 𝑓 (1) in Ω1 𝑣 𝑛+1 = 𝑔 (1) on Γ1 = 𝜕Ω1 ) ∧ ( −Δ𝑤 𝑛+1 = 𝑓 (2) in Ω2 𝑤 𝑛+1 = 𝑔 (2) on Γ2 = 𝜕Ω2 ) where 𝑣 𝑛+1 and 𝑤 𝑛+1 are the solutions of each subproblem, whereas 𝑓 (𝑖) = 𝑓 |Ω𝑖 , 𝑔 (𝑖) = 𝑢𝑛|Γ𝑖 , 𝑖 = 1, 2. The new global sol… view at source ↗
Figure 2
Figure 2. Figure 2: Iterative solution process of algebraic Schwarz method in different combinations [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Poisson 1D: Comparison of the number of iterations to convergence. (a)– [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Decomposition example for the Poisson problem in 2D, with [PITH_FULL_IMAGE:figures/full_fig_p010_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Poisson 2D: Comparison of the number of iterations. (a)–(b): [PITH_FULL_IMAGE:figures/full_fig_p010_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Decomposition example for the Stokes 2D for velocity (left) and pressure (right) [PITH_FULL_IMAGE:figures/full_fig_p011_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Stokes 2D: Comparison of the number of iterations. (a)–(b): [PITH_FULL_IMAGE:figures/full_fig_p011_7.png] view at source ↗
read the original abstract

Schwarz type domain decomposition methods generally require a partition of unity to combine solutions on subdomains. However, in mesh-based methods it is common to organize subdomains with minimal overlap, if any, which is facilitated by the availability of a mesh. This study analyzes how the continuity of the partition of unity affects the algebraic Schwarz method for Poisson and Stokes equations from a meshless point of view, whereby the underlying differential operators are discretized using the radial basis function finite difference (RBF-FD) method. We demonstrate numerically that, in this setting, small overlaps improve the performance of the domain decomposition, leading to smaller iteration counts, and therefore no disjoint partitioning technique is required.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

0 major / 3 minor

Summary. The manuscript analyzes the effect of partition-of-unity continuity (via subdomain overlap) on the performance of algebraic Schwarz domain decomposition methods when the underlying operators are discretized by RBF-FD on Poisson and Stokes problems. The central claim, supported by numerical experiments, is that small overlaps reduce iteration counts relative to disjoint partitions and that no special disjoint partitioning technique is therefore required.

Significance. If the numerical findings hold under the reported conditions, the result supplies practical guidance for subdomain construction in meshless RBF-FD settings and indicates that the continuity properties of the partition of unity can be leveraged to improve algebraic convergence without additional machinery. The work is a targeted numerical study rather than a theoretical derivation.

minor comments (3)
  1. The abstract and introduction state that the tests cover Poisson and Stokes equations, but the precise overlap sizes, number of subdomains, and RBF-FD stencil parameters used in each experiment should be tabulated for reproducibility.
  2. Clarify whether the reported iteration counts are for the outer Schwarz iteration only or include the inner solver; this affects the interpretation of the performance gain attributed to overlap.
  3. A brief statement on how the partition of unity is constructed numerically (e.g., the cutoff function and its smoothness) would help readers replicate the continuity effect being studied.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive summary of our work and the recommendation of minor revision. No specific major comments appear in the report, so we have no individual points requiring rebuttal or clarification at this stage. We will make any minor editorial or presentational adjustments requested by the editor in the revised version.

Circularity Check

0 steps flagged

No circularity: numerical study with no derivation chain

full rationale

The paper is framed entirely as a numerical investigation of algebraic Schwarz methods with RBF-FD discretizations on Poisson and Stokes problems. It reports iteration counts for varying overlaps and concludes that small overlaps suffice, without presenting any mathematical derivation, fitted parameters renamed as predictions, or load-bearing self-citations that reduce the central claim to its own inputs. The strongest claim is an empirical observation from experiments; no self-definitional, uniqueness-imported, or ansatz-smuggled steps exist. This is the normal case of a self-contained numerical study.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review supplies no explicit free parameters, axioms, or invented entities; ledger left empty pending full text.

pith-pipeline@v0.9.1-grok · 5638 in / 966 out tokens · 16407 ms · 2026-07-02T07:43:14.341560+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

13 extracted references · 13 canonical work pages

  1. [1]

    Siam Journal on Scientific Computing21(2), 792–797 (1999)

    Cai, X.C., Sarkis, M.: A restricted additive Schwarz preconditioner for general sparse linear systems. Siam Journal on Scientific Computing21(2), 792–797 (1999)

  2. [2]

    Davydov, O.: mFDlab: A laboratory for meshless finite difference (mFD) methods, https://bitbucket.org/meshlessFD/mfdlab (2020)

  3. [3]

    BIT Numerical Mathematics43(5), 945–959 (2003)

    Efstathiou, E., Gander, M.J.: Why restricted additive Schwarz converges faster than additive Schwarz. BIT Numerical Mathematics43(5), 945–959 (2003)

  4. [4]

    SIAM (2015)

    Fornberg, B., Flyer, N.: A primer on radial basis functions with applications to the geosciences. SIAM (2015)

  5. [5]

    Gander, M.J.: Does the partition of unity influence the convergence of Schwarz methods? In: International Conference on Domain Decomposition Methods, pp. 3–15. Springer (2018)

  6. [6]

    Electron.Trans.Numer.Anal31(5), 228–255 (2008)

    Gander,M.J.,etal.:Schwarzmethodsoverthecourseoftime. Electron.Trans.Numer.Anal31(5), 228–255 (2008)

  7. [7]

    International Journal for Numerical Methods in Fluids37(8), 885–903 (2001)

    John, V., Matthies, G.: Higher-order finite element discretizations in a benchmark problem for incompressible flows. International Journal for Numerical Methods in Fluids37(8), 885–903 (2001)

  8. [8]

    Vierteljahrsschrift der Naturforschenden Gesellschaft in Zurich (1870)

    Schwarz, H.: Ueber einen Grenzübergang durch alternirendes Verfahren. Vierteljahrsschrift der Naturforschenden Gesellschaft in Zurich (1870)

  9. [9]

    In: Domain decomposition methods in science and engineering XVI, pp

    St-Cyr, A., Gander, M.J., Thomas, S.J.: Optimized restricted additive Schwarz methods. In: Domain decomposition methods in science and engineering XVI, pp. 213–220. Springer (2007)

  10. [10]

    Toselli, A., Widlund, O.: Domain Decomposition Methods - Algorithms and Theory, vol. 34. Springer Science & Business Media (2004)

  11. [11]

    Journal of Computational Physics65(1), 138–158 (1986)

    Vanka, S.P.: Block-implicit multigrid solution of Navier-Stokes equations in primitive variables. Journal of Computational Physics65(1), 138–158 (1986)

  12. [12]

    International Journal for Numerical Methods in Engineering126(3) (2025)

    Westermann, A., Davydov, O., Sokolov, A., Turek, S.: Stability and accuracy of a meshless finite difference method for the Stokes equations. International Journal for Numerical Methods in Engineering126(3) (2025)

  13. [13]

    Advances in Applied Mathematics and Mechanics1(1), 29–55 (2009)

    Wobker, H., Turek, S.: Numerical studies of Vanka-type smoothers in computational solid me- chanics. Advances in Applied Mathematics and Mechanics1(1), 29–55 (2009)