Kansa method


The Kansa method is a computer method used to solve partial differential equations. Partial differential equations are mathematical models of things like stresses in a car's body, air flow around a wing, the shock wave in front of a supersonic airplane, quantum mechanical model of an atom, ocean waves, socio-economic models, digital image processing etc. The computer takes the known quantities such as pressure, temperature, air velocity, stress, and then uses the laws of physics to figure out what the rest of the quantities should be like a puzzle being fit together. Then, for example, the stresses in various parts of a car can be determined when that car hits a bump at 70 miles per hour.
The Kansa Method can be explained by an analogy to a basketball court with many light bulbs suspended all across the ceiling. If the brightness of each bulb can be individually adjusted, any desired light intensity pattern at every x, y point on the floor of the basketball court can be approximated. This light intensity pattern on the floor of the basketball court is the approximate solution to a partial differential equation.
The Kansa Method is mathematically much easier to understand and program than the finite element method. It works very well when the number of variables exceed x,y,z, and time.
E. J. Kansa in very early 1990s made the first attempt to extend radial basis function, which was then quite popular in scattered data processing and function approximation, to the solution of partial differential equations in the strong-form collocation formulation. His RBF collocation approach is inherently meshless, easy-to-program, and mathematically very simple to learn. Before long, this method is known as the Kansa method in academic community.
Because the RBF uses the one-dimensional Euclidean distance variable irrespective of dimensionality, the Kansa method is independent of dimensionality and geometric complexity of problems of interest. The method is a domain-type numerical technique in the sense that the problem is discretized not only on the boundary to satisfy boundary conditions but also inside domain to satisfy governing equation.
In contrast, there is another type of RBF numerical methods, called boundary-type RBF collocation method, such as the method of fundamental solution, boundary knot method, singular boundary method, boundary particle method, and regularized meshless method, in which the basis functions, also known as kernel function, satisfy the governing equation and are often fundamental solution or general solution of governing equation. Consequently, only boundary discretization is required.
Since the RBF in the Kansa method does not necessarily satisfy the governing equation, one has more freedom to choose a RBF. The most popular RBF in the Kansa method is the multiquadric, which usually shows spectral accuracy if an appropriate shape parameter is chosen.

Description

The Kansa method, also called modified MQ scheme or MQ collocation method, originated from the well-known MQ interpolation. The efficiency and applicability of this method have been verified in a wide range of problems. Compared with the boundary-type RBF collocation methods, the Kansa method has wider applicability to problems whose fundamental and general solutions are not available, e.g., varying coefficient and nonlinear problems.

Formulation

Let d-dimensional physical domain and consider the following boundary value problem
where L represents a differential operator and d is the dimensionality of the problem, denote the Dirichlet and Neumann boundaries, respectively, and. The Kansa method approximates the desired function by a linear combination of the RBF in the form:
where is the coefficients to be determined, denotes the RBF such as the MQ.
In order to guarantee the uniqueness of the solution, a polynomial term may be added as follows:
where is the polynomial. The RBF interpolation and are both often used in practice. Mathematicians prefer the latter for its rigorous and solid theoretical foundation, while engineering users often employ the former since it is easier and simpler and produces the sound results in the majority of cases.
Substituting Eq. or into Eqs. yields the resulting algebraic equation system:

where
After expansion coefficients are evaluated, the desired function can be calculated from Eq. or.

History and recent developments

Numerical solutions of PDEs are usually obtained through the finite difference method, the finite element method or boundary element method. It is known that the FDM is difficult to model an irregular domain for the reason that it usually requires a rectangular grid system. Although the FEM can accommodate a more flexible framework, the meshing and remeshing are not trivial. The BEM is an alternative method in some engineering problems, such as inverse, unbounded domain, and thin-walled structure problems. However, its applications are largely limited by the availability of the fundamental solution of the governing equation.
In the recent several decades, “meshless” or “element-free” methods attract great attention. The driving force behind the scene is that the mesh-based methods such as the standard FEM and BEM require prohibitively computational effort in handling high-dimensional, moving, and complex-shaped boundary problems. The Kansa method directly collocates the RBFs, especially the MQ, at the nodes without the need of mesh or elements and therefore is an inherently truly meshless method.
Despite great effort, the rigorous mathematical proof of the solvability of the Kansa method is still missing. In addition, the mixed boundary conditions also destroy the symmetry of its interpolation matrix. Refs. propose the symmetric Hermite RBF collocation scheme with sound mathematical analysis of solvability. One common issue in the Kansa method and symmetric Hermite method, however, is that the numerical solutions at nodes adjacent to boundary deteriorate by one to two orders of magnitude compared with those in central region. The PDE collocation on the boundary effectively remove this shortcoming. However, this strategy requires an additional set of nodes inside or outside of the domain adjacent to the boundary. The arbitrary placing of these additional nodes gives rise to troublesome issues in the simulation of complex and multiply-connected domain problems. The PDECB also lacks explicit theoretical endorsement. In fact, a similar strategy has also been proposed, which collocates both governing and boundary equations on the same boundary nodes. However, the method is unsymmetrical and still lacks explicit theoretical foundation. By using the Green second identity, the modified Kansa method is devised to remedy all weaknesses aforementioned. For the MQ, its shape parameter largely determines its interpolation error. There exist a number of mathematical theories concerning the family of multiquadric radial basis functions and providing some suggestions on the choice of the shape parameter.
The Kansa method are widely been applied in computational sciences. In, the Kansa method is employed to address the parabolic, hyperbolic and elliptic partial differential equations. Kansa method has recently been extended to various ordinary and PDEs including the bi-phasic and triphasic mixture models of tissue engineering problems, 1D nonlinear Burger's equation with shock wave, shallow water equations for tide and current simulation, heat transfer problems, free boundary problems, and fractional diffusion equations.