Grid-free collocation

from Wikipedia, the free encyclopedia

The grid-free collocation is a numerical method for solving partial differential equations . It is a special variant of approximations by radial basis functions . In contrast to other methods, such as the finite element method , there is no need for a division into elements or a structured grid.

Overview

The grid-free collocation method is used, for example, to solve elliptical partial differential equations . Only linear systems of equations (LGS) have to be solved, numerical integration and the creation of grids are not necessary (see also comparison with other methods ).

The solution to the problem is approximated by radial basis functions, which only depend on the distances between points. The implementation of the method is therefore largely independent of the dimension of the problem.

Procedure

In the grid-free collocation method, the exact solution is approximated by a linear combination of shape functions (or shape functions to which the differential operator was applied).

To produce the formulation functions a set of will approach centers in the radial basis function used: , this is a parameter. Depending on the procedure, the approach centers are selected in the area (with a border) or outside the area.

To determine the coefficients, one chooses a set of collocation centers that do not have to coincide with the approach centers.

Let be a domain with Lipschitz boundary , an elliptic differential operator , a function in and a function on .

The following Dirchlet problem is given :

Direct collocation

To the solution by direct collocation are approach centers and collocation centers from selected. The approach is: .

There is an equation for each collocation center , depending on the position of the point. Be for on and for in :

This leads to the LGS :

The coefficients we are looking for are obtained as a solution to this system. The choice of Neumann boundary conditions is also possible (also in combination with Dirichlet boundary condition), one only has to consider the position of the collocation centers. The disadvantage of this variant is that the system matrix is ​​often quite singular and not symmetrical.

Symmetrical collocation

Given a Dirichlet problem as above. Choose collocation centers , again for on and for in .

The approach function is:

The following equation results for each collocation center:

As with direct collocation, an LGS results with the coefficients as solutions:

With this variant, a symmetrical system matrix is ​​obtained , which ensures that the LGS is not singular.

Direct collocation with PDGL on the margin

Since the approximation errors at the edge often become large with such methods, the differential operator at the edge is taken into account in this variant of grid-free collocation. The number of batch functions exceeds that of the collocation centers. Since this increases the number of equations , additional approach centers outside of are added. The approach function is:

In contrast to direct collocation, there are two equations for collocation centers on the edge (still one inside):

Again you get the solutions from:

Example: direct collocation

Be and like above and . In order to solve the Dirichlet problem by means of direct collocation , the collocation centers , where and , and approach centers are chosen. The following LGS is obtained with the basic function :

The solution is:

Comparison with other methods

Since no grid has to be set up with this method, computing time can be saved. Due to the free choice of the centers, a better adaptation to the geometry of the problem can be achieved. On the other hand, an increase in the number of centers does not necessarily have to lead to an improvement in the result.

To improve the result i. A. Adaptive method used to choose centers. So although the method does not require a grid, the choice of centers is still of crucial importance.

In addition, depending on the procedure and the choice of centers, the condition of the system matrix can be very poor.

swell

  • Elisabeth Larsson, Bengt Fornberg: A Numerical Study of some Radial Basis Function based Solution Methods for Elliptic PDEs . In: Computers & Mathematics with Applications , Vol. 46 (2003), ISSN  0097-4943 ( PDF ).
  • Holger Wendland: Scattered Data Approximation (Monographs on applied and computational mathematics; Vol. 17). Cambridge University Press, Cambridge 2005, ISBN 0-521-84335-9 .