Skip to main content

Theory and Modern Applications

Meshless numerical analysis of partial differential equations with nonlinear inequality constraints

Abstract

A meshless method for the numerical solution of partial differential equations with nonlinear inequality constraints is discussed in this paper. The original nonlinear inequality problem is linearized as a sequence of linear equality problems, and then discrete linear system of algebraic equations is formed. This meshless method only requires nodes on the boundary of the domain, and it does not require any numerical integrations. Numerical experiments indicate that this method is very effective for nonlinear inequality problems and has good convergence rate and high computational efficiency.

1 Introduction

This paper concerns numerical solutions of the following elliptic boundary value problem with nonlinear inequality constraints:

$$\begin{aligned}& \Delta u=0,\quad \mbox{in } \Omega, \end{aligned}$$
(1)
$$\begin{aligned}& u=\bar{u},\quad \mbox{on } \Gamma_{D} , \end{aligned}$$
(2)
$$\begin{aligned}& q=\bar{q},\quad \mbox{on } \Gamma_{N} , \end{aligned}$$
(3)
$$\begin{aligned}& u\le f,\qquad q\le g, \qquad ( u-f ) ( q-g )=0,\quad \mbox{on } \Gamma_{R}, \end{aligned}$$
(4)

where Ω is a plane domain bounded by the boundary Γ, u is an unknown function, \(q:=\partial u / \partial \mathbf{n}\) is the normal derivative of u, n is the outward normal to Γ, \(\bar{u}\) is the given potential on \(\Gamma_{D} \), \(\bar{q}\) is the given normal flux on \(\Gamma_{N}\), and f and g are prescribed functions on \(\Gamma_{R} =\Gamma -\Gamma_{D} -\Gamma_{N} \).

The inequality constraint (4) is nonlinear and complementary. The nonlinear inequality problem (1)-(4) arises from many kinds of physical and industrial applications such as the groundwater flow problem [1, 2], the electropaint process [3, 4], the contact problem [5], the free surface problem [6] and the variational inequalities theory [7, 8]. The numerical solution of this kind of problems can be obtained using the finite difference method and the finite element method (FEM) [1, 3, 4]. However, these domain-type numerical techniques require domain meshing which is usually arduous and computationally expensive.

In problem (1)-(4), u and q alternate on \(\Gamma_{R} \) in conjunction with nonlinear inequality constraint. To obtain the solution u in Ω, we first need to determine on which parts of \(\Gamma_{R} \) the boundary conditions \(u=f\) and \(q< g\) apply, and thus on the remaining parts the boundary conditions \(u< f\) and \(q=g\) apply. Therefore, the primary focus in solving this problem is on \(\Gamma_{R} \) and thus, boundary-type numerical methods such as the boundary element method (BEM) [5, 6, 9–12] are particularly suitable for the solution of such problems. The BEM involves the generation of elements on the boundary surface and the computation of some complex singular integrals on boundary elements. In some cases, these processes can also be very difficult and computationally expensive, especially for free boundary and nonlinear problems.

Boundary-type numerical methods reduce the computational dimensions of the original problem by one and thus simplify the efforts involved in data preparation and CPU time. In the past two decades, meshless (or meshfree) methods for numerical solutions of partial differential equations have been developed for overcoming the meshing-related drawbacks involved in the FEM and the BEM. Some boundary-type meshless methods using meshless shape functions and boundary integral equations have been developed. Among them are the boundary node method (BNM) [12, 13], the boundary point interpolation method (BPIM) [14, 15], the hybrid BNM [16, 17], the Galerkin BNM [18, 19], the dual BNM [20, 21] and the boundary element-free method [22–24]. These boundary-type meshless methods perform very well for the numerical solution of lots of linear problems. However, maybe due to the issues associated with the handling of the nonlinear inequality constraints, not many boundary-type meshless methods have been used to the nonlinear inequality problems. Besides, these boundary-type meshless methods still involve the computation of complex singular boundary integrals.

The aim of this paper is to develop a boundary-type meshless method for the numerical solution of the nonlinear inequality problem (1)-(4). This method only requires boundary nodes, and does not need any mesh for either interpolation or integration. Besides, no integrations are involved in the whole solution process. Namely, the present method is truly meshless, integration-free and boundary-only. As a result, this method is expected to have higher computational speed and efficiency. Numerical experiments indicate that this method is very effective for problems with nonlinear inequality constraints and has good convergence rate and high computational efficiency. The following discussions begin with a linearization of the nonlinear inequality problem in Section 2. Then, a detailed meshless numerical implementation is presented in Section 3. Numerical experiments are provided in Section 4. Finally, Section 5 contains some conclusions.

2 Linearization

To linearize efficiently the nonlinear inequality constraint (4), let [7]

$$ ( q-g )-{\mathcal{L}} \bigl( ( q-g)-c ( u-f ) \bigr)=0,\quad \mbox{on } \Gamma_{R} , $$
(5)

where c is an arbitrary but fixed positive constant, and \({\mathcal{L}}\) is an operator defined as

$$ {\mathcal{L}} ( v ):=\min ( 0,v ),\quad v\in \mathbb{R}. $$
(6)

From the numerical point of view, the alternative formulation given by Eq. (5) is very important for the numerical implementation.

Eq. (4) indicates that \(q\le g\). If \(q=g\), then Eq. (5) indicates that \(( q-g )-c ( u-f )\ge0\), and thus \(u\le f\). Otherwise, if \(q< g\), then \(( q-g )-c (u-f)<0\), and thus recalling again Eq. (5) leads to \(u=f\). As a result, from Eq. (5) we can deduce the nonlinear inequality constraint (4). On the other hand, from constraint (4) we can deduce Eq. (5) immediately. Summarizing, we have shown that the nonlinear inequality constraint (4) is equivalent to Eq. (5).

To tackle the equivalent equation (5) numerically, let

$$ R (u,q)= (q-g)-{\mathcal{L}} \bigl( (q-g)-c (u-f) \bigr),\quad \mbox{on } \Gamma _{R} . $$
(7)

Then, it can be verified that \((u,q)\) is a zero of \(R (u,q)=0\) if and only if \((u,q)\) is the solution of the following equation:

$$ (q-g)+c (u-f)= (q-g)+c (u-f)-\omega R (u,q), \quad \mbox{on } \Gamma_{R} , $$
(8)

where ω is a positive constant.

According to Eq. (8), define

$$\bigl( {q^{ ( k )}-g} \bigr)+c \bigl( {u^{ ( k )}-f} \bigr)= \bigl( q^{ (k-1)}-g \bigr)+c \bigl( u^{ (k-1)}-f \bigr)-\omega R \bigl( u^{ (k-1)},q^{ (k-1)} \bigr),\quad \mbox{on } \Gamma_{R} , $$

or

$$ q^{ ( k )}+cu^{ ( k )}=q^{ (k-1)}+cu^{ (k-1)}- \omega R \bigl( u^{ (k-1)},q^{ (k-1)}\bigr),\quad \mbox{on } \Gamma _{R},\ k=1,2,\ldots. $$
(9)

Finally, the original nonlinear inequality problem (1)-(4) is reduced to the following linear equality problem:

$$\begin{aligned}& \Delta u^{ ( k )}=0,\quad \mbox{in } \Omega, \end{aligned}$$
(10)
$$\begin{aligned}& u^{ ( k )}=\bar{u},\quad \mbox{on } \Gamma_{D} , \end{aligned}$$
(11)
$$\begin{aligned}& q^{ ( k )}=\bar{q},\quad \mbox{on } \Gamma_{N} , \end{aligned}$$
(12)
$$\begin{aligned}& cu^{ ( k )}+q^{ ( k )}=r^{ (k-1)},\quad \mbox{on } \Gamma_{R} , \end{aligned}$$
(13)

where \(k=1,2,\ldots\) , \(u^{ ( k )}\) and \(q^{ ( k )}\) are the unknown functions at the kth iteration, and

$$ r^{ (k-1)}:=q^{ (k-1)}+cu^{ (k-1)}-\omega R \bigl( u^{ (k-1)},q^{ (k-1)} \bigr) $$
(14)

is known at the kth iteration.

In view of Eq. (14), the iterative solution of the linear problem (10)-(13) requires initial values \(u^{ ( 0 )}\) and \(q^{ ( 0 )}\). For doing this, assume initially that the boundary condition on \(\Gamma_{R} \) is \(u^{ ( 0 )}=f\), then obtain \(q^{ ( 0 )}\) on \(\Gamma_{R} \) by solving the following boundary value problem:

$$\begin{aligned}& \Delta u^{ ( 0 )}=0,\quad \mbox{in } \Omega, \end{aligned}$$
(15)
$$\begin{aligned}& u^{ ( 0 )}=\bar{u},\quad \mbox{on } \Gamma_{D} , \end{aligned}$$
(16)
$$\begin{aligned}& q^{ ( 0 )}=\bar{q},\quad \mbox{on } \Gamma_{N} , \end{aligned}$$
(17)
$$\begin{aligned}& u^{ ( 0 )}=f,\quad \mbox{on } \Gamma_{R} . \end{aligned}$$
(18)

3 Meshless numerical implementation

An integration-free and truly meshless method is developed in this section for the nonlinear inequality problem (1)-(4).

According to the classical results of partial differential equation, the solution of the governing equations (10) and (15) can be represented as the following integral formulation:

$$ u^{ ( k )} ( \mathbf{x} )=\int_{\Gamma}{ \sigma ^{ ( k )} ( \mathbf{y} )\ln \vert {\mathbf{x}-\mathbf{y}} \vert \,\mathrm{d}\Gamma_{\mathbf{y}} },\quad \mathbf{x}\in\bar{\Omega}=\Omega\cup \Gamma,\ k=0,1,2,\ldots, $$
(19)

where \(\sigma^{ ( k )}\) is the unknown function defined on Γ.

To approximate \(\sigma^{ ( k )}\), the boundary Γ is separated into N sub-domains \(\Gamma_{j}\) with\(\bigcup_{j=1}^{N} \Gamma_{j}=\Gamma\). On each sub-domain \(\Gamma_{j} \), a boundary node \(\mathbf{x}_{j} \) is located at its middle. Then, we have N nodes \(\{ {\mathbf{x}_{j} } \}_{j=1}^{N} \subset\Gamma\). Besides, \(\sigma^{ ( k )}\) is approximated to be constant on each \(\Gamma_{j} \), and the value of \(\sigma^{ ( k )}\) at \(\mathbf{x}_{j} \) represents the approximate value of \(\sigma^{ ( k )}\) on \(\Gamma_{j} \). Namely, \(\sigma^{ ( k )} ( \mathbf{y} )\approx\sigma^{ ( k )} (\mathbf{x}_{j} ):=\sigma_{j}^{ ( k )} \) for all \(\mathbf{y}\in\Gamma_{j} \). As a result, Eq. (19) can be discretized as

$$ u^{ ( k )} ( \mathbf{x} )=\sum _{j=1}^{N} {\int_{\Gamma_{j} } { \sigma^{ ( k )} ( \mathbf{y} )\ln \vert {\mathbf{x}-\mathbf{y}} \vert \,\mathrm{d}\Gamma_{\mathbf{y}} } } \approx \sum _{j=1}^{N} {\sigma_{j}^{ ( k )} \int _{\Gamma_{j} } {\ln \vert {\mathbf{x}-\mathbf{y}} \vert \,\mathrm{d}\Gamma_{\mathbf{y}} } },\quad \mathbf{x}\in\bar{\Omega}. $$
(20)

Equation (20) has integrations over \(\Gamma_{j} \). A simple numerical quadrature is applied as

$$ u^{ ( k )} ( \mathbf{x} )\approx\sum _{j=1}^{N} {\sigma_{j}^{ ( k )} l_{j} \ln \vert {\mathbf{x}-\mathbf{y}_{j} } \vert },\quad \mathbf{x}\in\bar{\Omega}, $$
(21)

where \(l_{j} :=\operatorname{mes} (\Gamma_{j} )\) is the arc length of \(\Gamma_{j} \).

When x and \(\mathbf{y}_{j} \) are close to each other or coincide, the logarithmical kernel \(\ln \vert {\mathbf{x}-\mathbf{y}_{j} } \vert \) in Eq. (21) becomes nearly singular or singular. In this case, the values of this kernel cannot be obtained accurately and directly. To tackle this issue and to establish an integration-free and truly meshless method, \(\mathbf{y}_{j} \) is located in this paper a distance from Γ and corresponding to the boundary node \(\mathbf{x}_{j} \). As in [16, 17], the position of \(\mathbf{y}_{j} \) can be determined by a scale factor d using the following equation:

$$ \mathbf{y}_{j} =\mathbf{x}_{j} +dh\mathbf{n}_{\mathbf{x}_{j} } , $$
(22)

where h is the nodal spacing. The distribution of the points \(\mathbf{y}_{j} \) is determined uniquely by d.

As \(\mathbf{y}_{j} \) is located outside the domain, the kernel \(\ln \vert {\mathbf{x}-\mathbf{y}_{j} } \vert \) is always regular. And thus, the solution of the linear problems (10)-(13) and (15)-(18) can be approximated as

$$ u^{ ( k )} ( \mathbf{x} )\approx\sum _{j=1}^{N} {\eta_{j}^{ ( k )} \ln \vert {\mathbf{x}-\mathbf{y}_{j} } \vert },\quad \mathbf{x}\in\bar{ \Omega},\ k=0,1,2,\ldots, $$
(23)

where \(\eta_{j}^{ ( k )} :=\sigma_{j}^{ ( k )} l_{j} \) is the jth unknown coefficient at the kth iteration. We can observe from Eq. (23) that the approximate solution involves the nodes \(\mathbf{x}_{j} \) and \(\mathbf{y}_{j} \) only. Since \(\mathbf{x}_{j} \) can be located on Γ without the use of \(\Gamma_{j} \), the sub-domain \(\Gamma_{j} \) is not required.

From Eq. (23), the normal derivative \(q^{ ( k )} ( \mathbf{x} ):={\partial u^{ ( k )} ( \mathbf{x} )} / {\partial\mathbf{n}_{\mathbf{x}} }\) can be approximated as

$$ q^{ ( k )} ( \mathbf{x} )\approx\sum _{j=1}^{N} {\eta_{j}^{ ( k )} \frac{\partial\ln \vert {\mathbf{x}-\mathbf{y}_{j} } \vert }{\partial\mathbf{n}_{\mathbf{x}} }},\quad \mathbf{x}\in\Gamma,\ k=0,1,2,\ldots. $$
(24)

To obtain the unknown coefficient \(\eta_{j}^{ ( k )} \) and to simplify the representation, we assume that the first \(N_{d} \) boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=1}^{N_{d} } \) belong to \(\Gamma_{D} \), the next \(N_{n} \) boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=N_{d} +1}^{N_{d} +N_{n} } \) belong to \(\Gamma_{N} \) and the remaining \(N_{r} =N-N_{d} -N_{n} \) boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=N_{d} +N_{n} +1}^{N} \) belong to \(\Gamma_{R} \).

At the initial stage \(k=0\), using Eqs. (23) and (24) and collocating boundary conditions (16)-(18) yield

$$\begin{aligned}& \sum_{j=1}^{N} { \eta_{j}^{ ( 0 )} \ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert } =\bar{u} (\mathbf{x}_{i} ),\quad i=1,2,\ldots,N_{d} , \end{aligned}$$
(25)
$$\begin{aligned}& \sum_{j=1}^{N} { \eta_{j}^{ ( 0 )} \frac{\partial\ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert }{\partial\mathbf{n}_{\mathbf{x}_{i} } }} =\bar{q} (\mathbf{x}_{i} ),\quad i=N_{d} +1,\ldots,N_{d} +N_{n} , \end{aligned}$$
(26)
$$\begin{aligned}& \sum_{j=1}^{N} { \eta_{j}^{ ( 0 )} \ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert } =f (\mathbf{x}_{i} ),\quad i=N_{d} +N_{n} +1,\ldots,N. \end{aligned}$$
(27)

Equations (25)-(27) contain a set of coupled N linear algebraic equations, which are solved together for N unknowns \(\eta_{j}^{ ( 0 )} \). Then, the initial values \(u^{ ( 0 )} (\mathbf{x}_{i} )\) and \(q^{ ( 0 )} (\mathbf{x}_{i} )\) at \(\mathbf{x}_{i} \in\Gamma_{R} \) can be approximated as

$$ u^{ ( 0 )} (\mathbf{x}_{i} )=f (\mathbf{x}_{i} ), \qquad q^{ ( 0 )} (\mathbf{x}_{i} ) \approx\sum_{j=1}^{N} {\eta_{j}^{ ( 0 )} \frac{\partial\ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert }{\partial\mathbf{n}_{\mathbf{x}} }},\quad i=N_{d} +N_{n} +1,\ldots ,N, $$
(28)

and thus \(r^{ ( 0 )} (\mathbf{x}_{i} )\) can be computed using Eq. (14).

Once \(u^{ ( 0 )} (\mathbf{x}_{i} )\) and \(q^{ ( 0 )} (\mathbf{x}_{i} )\) are found, the linear problem (10)-(13) can be solved iteratively. The details follow.

For \(k=1,2,\ldots\) , using Eq. (23) and collocating the Dirichlet boundary condition (11) for boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=1}^{N_{d} } \subset\Gamma_{D} \) yield

$$ \sum_{j=1}^{N} { \eta_{j}^{ ( k )} \ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert } =\bar{u} (\mathbf{x}_{i} ),\quad i=1,2,\ldots,N_{d} . $$
(29)

Next, using Eq. (24) and collocating the Neumann boundary condition (12) for boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=N_{d} +1}^{N_{d} +N_{n} } \subset\Gamma_{N} \) yield

$$ \sum_{j=1}^{N} { \eta_{j}^{ ( k )} \frac{\partial\ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert }{\partial\mathbf{n}_{\mathbf{x}_{i} } }} =\bar{q} (\mathbf{x}_{i} ),\quad i=N_{d} +1,\ldots,N_{d} +N_{n} . $$
(30)

Finally, using Eqs. (23) and (24) and collocating the Robin boundary condition (13) for boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=N_{d} +N_{n} +1}^{N} \subset\Gamma_{R} \) yield

$$ \sum_{j=1}^{N} { \eta_{j}^{ ( k )} \biggl( {c\ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j}} \vert +\frac{\partial\ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j}} \vert }{\partial\mathbf{n}_{\mathbf{x}_{i} } }} \biggr)} =r^{ (k-1)} (\mathbf{x}_{i} ),\quad i=N_{d} +N_{n} +1,\ldots,N. $$
(31)

Equations (29)-(31) contain a set of coupled N linear algebraic equations and can be represented in matrix form as

$$ \mathbf{A}\boldsymbol{\eta}^{ ( k )}=\mathbf{b}^{ (k-1)}, $$
(32)

where \(\boldsymbol{\eta}^{ ( k )}= ( {\eta_{1}^{ ( k )} ,\eta_{2}^{ ( k )} ,\ldots,\eta_{N}^{ ( k )} } )^{\mathrm{T}}\), A is the coefficient matrix, and

$$ \mathbf{b}^{ (k-1)}= \bigl[ {\bar{\mathbf{u}}, \bar{\mathbf{q}},\mathbf{r}^{ (k-1)}} \bigr]^{\mathrm{T}}, $$
(33)

with

$$ \bar{\mathbf{u}}= \bigl( {\bar{u} ( {\mathbf{x}_{1} } ),\bar {u} (\mathbf{x}_{2} ),\ldots,\bar{u} (\mathbf{x}_{N_{d} } )} \bigr), $$
(34)
$$ \bar{\mathbf{q}}= \bigl( {\bar{q} ( {\mathbf{x}_{N_{d} +1} } ),\bar{q} (\mathbf{x}_{N_{d} +2} ),\ldots,\bar {q} (\mathbf{x}_{N_{d} +N_{n} } )} \bigr), $$
(35)

and

$$ \mathbf{r}^{ (k-1)}= \bigl( r^{ (k-1)} (\mathbf{x}_{N_{d} +N_{n} +1} ),r^{ (k-1)} (\mathbf{x}_{N_{d} +N_{n} +2} ), \ldots,r^{ (k-1)} (\mathbf{x}_{N} ) \bigr). $$
(36)

After obtaining \(\eta_{j}^{ ( k )} \) from Eq. (32), \(u^{ ( k )} ( \mathbf{x} )\) at an internal point \(\mathbf{x}\in \Omega\) can be computed approximately using Eq. (23), and \(u^{ ( k )} ( \mathbf{x} )\) and \(q^{ ( k )} ( \mathbf{x} )\) at a boundary point \(\mathbf{x}\in\Gamma\) can be approximated respectively using Eqs. (23) and (24). Especially, \(u^{ ( k )} (\mathbf{x} )\) and \(q^{ ( k )} (\mathbf{x} )\) at boundary nodes \(\mathbf{x}_{i} \in\Gamma_{R} \) can be approximated as

$$ u^{ ( k )} (\mathbf{x}_{i} )\approx \sum _{j=1}^{N} {\eta_{j}^{ ( k )} \ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert } ,\qquad q^{ ( k )} (\mathbf{x}_{i} )\approx\sum _{j=1}^{N} {\eta_{j}^{ ( k )} \frac{\partial\ln \vert {\mathbf{x}_{i} -\mathbf{y}_{j} } \vert }{\partial\mathbf{n}_{\mathbf{x}} }}, $$
(37)

where \(i=N_{d} +N_{n} +1,\ldots,N\).

At each iteration, Eq. (32) needs to be solved. To improve the computational efficiency, an effectual approach for solving Eq. (32) would consist of computing the matrix

$$\mathbf{K}=\mathbf{A}^{-1} $$

at the initial stage and then computing the product \(\boldsymbol{\eta} ^{ ( k )}=\mathbf{Kb}^{ (k-1)}\). Therefore, the system matrix and its inverse in the present method only have to be computed once.

From the above analysis, we obtain the following detailed meshless algorithm for the nonlinear inequality problem (1)-(4).

  1. 1.

    Choose a tolerance \(\varepsilon>0\) and N boundary nodes \(\{ {\mathbf{x}_{i} } \}_{i=1}^{N} \subset\Gamma\), and obtain \(\{ {\mathbf{y}_{j} } \}_{j=1}^{N} \) using Eq. (22).

  2. 2.

    Form the linear algebra system given by Eqs. (25)-(27), solve the system to obtain \(\eta_{j}^{ ( 0 )} \), and compute \(u^{ ( 0 )} (\mathbf{x}_{i} )\) and \(q^{ ( 0 )} (\mathbf{x}_{i} )\) using Eq. (28) for all nodes \(\mathbf{x}_{i} \in\Gamma_{R} \).

  3. 3.

    Compute A, \(\bar{\mathbf{u}}\), \(\bar{\mathbf{q}}\) and K, and set \(k=1\).

  4. 4.

    Compute \(\mathbf{r}^{ (k-1)}\) and form \(\mathbf{b}^{ (k-1)}\), obtain \(\boldsymbol{\eta}^{ ( k )}\) by computing \(\mathbf{Kb}^{ (k-1)}\), and then obtain \(u^{ ( k )} (\mathbf{x}_{i} )\) and \(q^{ ( k )} (\mathbf{x}_{i} )\) using Eq. (37) for all nodes \(\mathbf{x}_{i} \in\Gamma_{R} \).

  5. 5.

    If \(e ( u ):=\sqrt{{\sum_{\mathbf{x}_{i} \in\Gamma_{R} } { ( u^{ ( k )} (\mathbf{x}_{i} )-u^{ (k-1)} (\mathbf{x}_{i} ) )^{2}} } / {\sum_{\mathbf{x}_{i} \in\Gamma_{R} } ( u^{ ( k )} (\mathbf{x}_{i} ) )^{2} }} \le\varepsilon\), stop the iterative process and return \(\boldsymbol{\eta}^{ ( k )}\) for computing \(u^{ ( k )} ( \mathbf{x} )\).

  6. 6.

    Otherwise, update k to \(k+1\), and go to step 4.

The iterative process continues until the stopping criterion \(e ( u )\le\varepsilon\) is satisfied. In the subsequent numerical examples, the tolerance is taken as \(\varepsilon=10^{-6}\). Obviously, the number of iteration is determined uniquely by the stopping criterion.

From the above discussion, we can conclude that no elements are used and no integrations are computed in the whole iterative process. Thus, the present numerical method is integration-free and truly meshless.

4 Numerical experiments

4.1 Analysis of accuracy and convergence of our method

To demonstrate the accuracy and convergence of our meshless method, we consider the following nonlinear inequality problem [9]:

$$\textstyle\begin{cases} \Delta u=0,\quad \mbox{in } \Omega= \{ {a< \rho:=\sqrt {x_{1}^{2} +x_{2}^{2} } < b} \}, \\ u=\bar{u},\quad \mbox{on } \Gamma_{D} = \{ {\rho=b} \}, \\ u\ge f,\qquad q\ge g,\qquad (u-f) (q-g)=0,\quad \mbox{on } \Gamma_{R} = \{ {\rho=a} \}, \end{cases} $$

where

$$g ( \mathbf{x} )= \textstyle\begin{cases} -6 / a,& x_{2} >0, \\ -6 (x_{1}^{2} -x_{2}^{2} )^{2} / a^{5},&x_{2} \le0, x_{2} \ge-\vert {x_{1} } \vert , \\ 0,&x_{2} < -\vert x_{1} \vert , \end{cases} $$

and \(\bar{u}\) and \(f=\min (0,u)\) are given by the following analytical solution:

$$u (x_{1} ,x_{2} )=\frac{1}{2\rho^{3}} (v+w)\sqrt {2v-w} \operatorname{sign} (x_{2}),\quad ( {x_{1} ,x_{2} } )\in\Omega= \{ {a< \rho< b} \}, $$

where \(v=\sqrt{ (x_{1}^{2} -x_{2}^{2} )^{2}+\frac{1}{4a^{4}} ( {\rho ^{4}-a^{4}} )^{2}} \) and \(w= (x_{1}^{2} -x_{2}^{2} ) ( {\frac {\rho ^{2}}{a^{2}}+\frac{a^{2}}{\rho^{2}}} )\).

In computation, we use \(a=0.1\) and \(b=0.25\). When 128 boundary nodes are used, the numerical results for u and q on \(\Gamma_{R} \) are shown in Figure 1. Here, the results are shown as plots over the arc angle \(2\pi t\), \(t\in (0,1)\). It is evident that the numerical solution is in excellent agreement with the analytical solution.

Figure 1
figure 1

Results for (a) u and (b) q on \(\pmb{\Gamma_{R} }\) .

The numerical results for u and its derivatives \({\partial u} /{\partial x_{1} }\) and \({\partial u} / {\partial x_{2} }\) on the inner circle \(\rho =0.2\) are shown in Figure 2. It is again evident that the numerical solution agrees well with the analytical solution.

Figure 2
figure 2

Results for (a) u and (b) its derivatives on the inner circle \(\pmb{\rho=0.2}\) .

For error estimation and convergence analysis, Figure 3 gives the log-log plot of the \(L^{2}\) relative error norms of u on \(\Gamma_{R} \) with respect to the boundary nodes number N. The error of the BEM [10] is also plotted for comparison. We can observe that the error of our method is the least, and the experimental convergence rates obtained from the BEM and our method are 1.01 and 2.04, respectively.

Figure 3
figure 3

Error and convergence.

The corresponding number of iteration and CPU time are tabulated in Tables 1 and 2, respectively. Table 1 indicates that the number of iteration of our method is little influenced by the number of boundary nodes, and is much less than that of the BEM. Table 2 indicates that our method is much faster than the BEM. When 1,024 boundary nodes are used, the CPU time required in the BEM is about twenty-six times that in our method. Therefore, the computing speed and efficiency of our method are higher than those of the BEM.

Table 1 Number of iteration
Table 2 CPU time (in seconds)

4.2 Groundwater flow problem

This example involves a groundwater flow problem related to percolation in gently sloping beaches (see Figure 4). This real world physical problem concerns groundwater pass through a sand beach where the seepage face between the saturated area and dry area approaches the upper surface of the sand beach, which is expected to be nearly horizontal [1]. Since the domain of interest is the saturated region, the aim in solving this problem is to determine the number and positions of the separation points.

Figure 4
figure 4

Schematic view of the groundwater flow problem.

The mathematical model of this problem can be formulated as

$$\textstyle\begin{cases} \Delta u=0,\quad \mbox{in } \Omega= (0,1)\times (0,1), \\ u (0,x_{2} )=0,\qquad u (1,x_{2} )=f (1,x_{2} ),\quad 0\le x_{2} \le1, \\ q (x_{1} ,0)=0,\quad 0\le x_{1} \le1, \\ u\le f,\qquad q\le0,\qquad (u-f)q=0, \quad (x_{1} ,x_{2} )\in\Gamma_{R} = \{ {0\le x_{1} \le1,x_{2} =1} \}, \end{cases} $$

where \(f (x_{1} ,x_{2} )=\sin (12x_{1} )-2\) depicts the surface profile.

When 32 boundary nodes are used on each side of the domain, Figure 5 depicts numerical results of our method and the BEM [11] for u on \(\Gamma_{R} \). Although no analytical solutions exist for this physical problem, we can see that the results of our method are in excellent agreement with those of the BEM.

Figure 5
figure 5

Approximate solution on \(\pmb{\Gamma_{R} }\) for the groundwater flow problem.

Table 3 gives the CPU time for various numbers of boundary nodes. We can find that the CPU time required in our method is much less than that required in the BEM.

Table 3 CPU time (in seconds) for the groundwater flow problem

4.3 An electropaint process

This example involves the simulation of the electropaint process [3, 4]. This problem describes the coating process of a metal surface with paint and thus is important in painting the car body. This realistic industrial problem can be modeled as the following boundary value problem:

$$\textstyle\begin{cases} \Delta u=0,\quad \mbox{in } \Omega= (0,0.5)\times (0,1), \\ u=1,\quad \mbox{on } \Gamma_{D} = \{ {0\le x_{1} \le0.5,x_{2} =0} \}, \\ q=0,\quad \mbox{on } \Gamma_{N} = \{ {x_{1} =0,0\le x_{2} \le 1} \}, \\ u\ge0,\qquad q\ge-\varepsilon,\qquad u (q+\varepsilon)=0, \quad \mbox{on } \Gamma_{R} =\Gamma-\Gamma_{D}-\Gamma_{N}, \end{cases} $$

where u is the electric potential and ε is the critical current necessary for paint deposition. Figure 6 depicts the sketched geometric configuration. In this problem, \(\Gamma_{R} \) can be considered as the workpiece to be painted. On \(\Gamma_{R} \), the painted subregions are unknown in advance. Therefore, we need to decide the painted subregions and the corresponding paint thickness.

Figure 6
figure 6

The right-hand side of the electropainting model.

For various ε, Figure 7 gives the numerical results of our method and the BEM [10] when 480 boundary nodes are used. Here, the results are shown as plots over the arc-length s, and \(s=0\), \(s=0.5\), \(s=1.5\) and \(s=2\) correspond to the vertexes \((0,0)\), \((0.5,0)\), \((0.5,1)\) and \((0,1)\), respectively. We can observe that the results of our method match those of the BEM. Besides, Table 4 displays the CPU time. Again, the CPU time required in our method is much less than that required in the BEM.

Figure 7
figure 7

Numerical results for (a) \(\pmb{\varepsilon=0.4}\) , (b) \(\pmb{\varepsilon =0.5}\) , (c) \(\pmb{\varepsilon=0.55}\) , (d) \(\pmb{\varepsilon=0.7}\) .

Table 4 CPU times (in seconds) for the electropainting problem

Paint distributions for various ε are depicted in Figure 8. Figure 7(a) and Figure 8(a) indicate that the workpiece is completely painted with the vertex \((0.5,1)\) receiving the least amount of paint for a small ε. If ε is increased, Figures 7(b)-(c) and Figures 8(b)-(c) indicate that the paint film near the vertex \((0.5,1)\) becomes thinner and eventually unpainted. With a higher ε, Figure 7(d) and Figure 8(d) indicate that both the vertex \(( 0.5,1 )\) and the top boundary are unpainted. Therefore, although no analytical solutions exist for this realistic industrial problem, the reliability of our method can be assessed based on the reasonable physical characteristics obtained. Additionally, we can see that the results of our method match those given in [10, 11].

Figure 8
figure 8

Paint distributions of the electropainting problem for (a) \(\pmb{\varepsilon=0.4}\) , (b) \(\pmb{\varepsilon=0.5}\) , (c) \(\pmb{\varepsilon=0.55}\) , (d)  \(\pmb{\varepsilon=0.7}\) .

4.4 Problem in a half-oval torus domain

The example considers a real world physical problem corresponding to the model investigated in [3, 9]. The model of the problem in the dimensionless variables is

$$\textstyle\begin{cases} \Delta u=0, \quad \mbox{in } \Omega= \{ {0.25x_{1}^{2} +x_{2}^{2} < 0.04, x_{1}^{2} +{4x_{2}^{2} } / 9>0.01, x_{2} \ge0} \}, \\ u=1, \quad \mbox{on } \Gamma_{D} = \{ {0.25x_{1}^{2} +x_{2}^{2} < 0.04, x_{2} \ge0} \}, \\ q=0, \quad \mbox{on } \Gamma_{N} = \{ {0.1< \vert {x_{1} } \vert < 0.4, x_{2} =0} \}, \\ u\ge f,\qquad q\ge g, \qquad (u-f) (q-g)=0, \quad \mbox{on } \Gamma_{R} = \{ {x_{1}^{2} +{4x_{2}^{2} } / 9>0.01, x_{2} \ge0} \}, \end{cases} $$

where \(f (x_{1} ,x_{2} )=0\) and \(g (x_{1} ,x_{2} )=-12.5\).

The numerical results for our method with \(N=200\) are shown in Figure 9. Here, the results are shown as plots over the arc angle \(2\pi t\), \(t\in (0,0.5)\). We can see that the results are indistinguishable from those in [9, 11].

Figure 9
figure 9

Results for (a) u and (b) q on \(\pmb{\Gamma_{R} }\) .

5 Conclusions

Meshless methods for partial differential equations with linear equality constraints are now well established. Unfortunately, presumably because nonlinearity and inequation simultaneously exist, the research on meshless methods for problems with nonlinear inequality constraints is scarce. In this paper, a meshless method is presented to deal with the numerical solution of partial differential equations with nonlinear inequality constraints. In this numerical method, the nonlinear inequality constraints are linearized naturally and efficiently, then the original nonlinear inequality problem is transformed into a sequence of linear equality problems. The meshless method in this paper inherently has some desirable numerical merits such as truly meshless, boundary-only and integration-free. Numerical examples are presented for some partial differential equations with nonlinear inequality constraints. The numerical results show that the present meshless method has the merits of good convergence rate, and higher computational accuracy and efficiency over the traditional mesh-based methods such as the BEM.

References

  1. Aitchison, JM, Elliott, CM, Ockendon, JR: Percolation in gently sloping beaches. IMA J. Appl. Math. 30, 269-287 (1983)

    Article  MATH  MathSciNet  Google Scholar 

  2. Koksal, ME: An operator-difference method for telegraph equations arising in transmission lines. Discrete Dyn. Nat. Soc. 2011, 561015 (2011)

    MathSciNet  Google Scholar 

  3. Aitchison, JM, Lacey, AA, Shillor, M: A model for an electropaint process. IMA J. Appl. Math. 33, 17-31 (1984)

    Article  MATH  MathSciNet  Google Scholar 

  4. Poole, PW, Aitchison, JM: Numerical model of an electropaint process with applications to the automotive industry. IMA J. Math. Appl. Bus. Ind. 8, 347-360 (1997)

    MATH  Google Scholar 

  5. Panzeca, T, Salerno, M, Terravecchia, S, Zito, L: The symmetric boundary element method for unilateral contact problems. Comput. Methods Appl. Mech. Eng. 197, 2667-2679 (2008)

    Article  MATH  Google Scholar 

  6. Chen, JT, Hsiao, CC, Lee, YT: Study of free-surface seepage problem using hypersingular equations. Commun. Numer. Methods Eng. 23, 755-769 (2007)

    Article  MATH  Google Scholar 

  7. Noor, MA: Projection iterative methods for extended general variational inequalities. J. Appl. Math. Comput. 32, 83-95 (2010)

    Article  MATH  MathSciNet  Google Scholar 

  8. Ryoo, CS: An approach to the numerical verification of solutions for variational inequalities using Schauder fixed point theory. Bound. Value Probl. 2014, 235 (2014)

    Article  MathSciNet  Google Scholar 

  9. Spann, W: On the boundary element method for the Signorini problem of the Laplacian. Numer. Math. 65, 337-356 (1993)

    Article  MATH  MathSciNet  Google Scholar 

  10. Zhang, SG, Zhu, JL: The boundary element-linear complementary method for the Signorini problem. Eng. Anal. Bound. Elem. 36, 112-117 (2012)

    Article  MathSciNet  Google Scholar 

  11. Zhang, SG: A projection iterative algorithm for the Signorini problem using the boundary element method. Eng. Anal. Bound. Elem. 50, 313-319 (2015)

    Article  MathSciNet  Google Scholar 

  12. Mukherjee, S, Mukherjee, YX: Boundary Methods: Elements, Contours, and Nodes. CRC Press, Boca Raton (2005)

    Book  Google Scholar 

  13. Wang, YC, Li, XL: A meshless algorithm with moving least squares approximations for elliptic Signorini problems. Chin. Phys. B 23, 090202 (2014)

    Article  Google Scholar 

  14. Liu, GR: Meshfree Methods: Moving Beyond the Finite Element Method. CRC Press, Boca Raton (2009)

    Book  Google Scholar 

  15. Ren, YL, Li, XL: A meshfree method for Signorini problems using boundary integral equations. Math. Probl. Eng. 2014, Article ID 490127 (2014)

    MathSciNet  Google Scholar 

  16. Zhang, JM, Masa, T, Yao, ZH: Singular and regular implementations of the hybrid boundary node method. Tsinghua Sci. Technol. 12, 509-519 (2007)

    Article  MathSciNet  Google Scholar 

  17. Tan, F, Wang, YH, Miao, Y: Regular hybrid boundary node method for biharmonic problems. Eng. Anal. Bound. Elem. 34, 761-767 (2010)

    Article  MATH  MathSciNet  Google Scholar 

  18. Li, XL: A meshless interpolating Galerkin boundary node method for Stokes flows. Eng. Anal. Bound. Elem. 51, 112-122 (2015)

    Article  MathSciNet  Google Scholar 

  19. Li, XL, Zhu, JL: Galerkin boundary node method for exterior Neumann problems. J. Comput. Math. 29, 243-260 (2011)

    Article  MATH  MathSciNet  Google Scholar 

  20. Li, XL: Implementation of boundary conditions in BIEs-based meshless methods: a dual boundary node method. Eng. Anal. Bound. Elem. 41, 139-151 (2014)

    Article  MATH  MathSciNet  Google Scholar 

  21. Li, XL, Li, SL: Meshless boundary node methods for Stokes problems. Appl. Math. Model. 39, 1769-1783 (2015)

    Article  MathSciNet  Google Scholar 

  22. Wang, JF, Wang, JF, Sun, FX, Cheng, YM: An interpolating boundary element-free method with nonsingular weight function for two-dimensional potential problems. Int. J. Comput. Methods 10, 1350043 (2013)

    Article  MathSciNet  Google Scholar 

  23. Li, F, Li, XL: The interpolating boundary element-free method for unilateral problems arising in variational inequalities. Math. Probl. Eng. 2014, Article ID 518727 (2014)

    Google Scholar 

  24. Li, XL: An interpolating boundary element-free method for three-dimensional potential problems. Appl. Math. Model. 39, 3116-3134 (2015)

    Article  MathSciNet  Google Scholar 

Download references

Acknowledgements

This work was supported by the National Natural Science Foundation of China (No. 11471063), the Natural Science Foundation Project of CQ CSTC (No. cstc2014jcyjA00005) and the Talent Project of Chongqing Normal University (No. 14CSBJ04).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Xiaolin Li.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

All authors contributed equally in writing this paper, and read and approved the final manuscript.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Chen, M., Li, X. Meshless numerical analysis of partial differential equations with nonlinear inequality constraints. Adv Differ Equ 2015, 175 (2015). https://doi.org/10.1186/s13662-015-0514-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13662-015-0514-7

Keywords