Abstract

We present novel Gauss integration schemes with radial basis point interpolation method (RPIM). These techniques define new Gauss integration scheme, researching Gauss points (RGD), and reconstructing Gauss domain (RGD), respectively. The developments lead to a curtailment of the elapsed CPU time without loss of the accuracy. Numerical results show that the schemes reduce the computational time to 25% or less in general.

1. Introduction

In the past two decades, the development and application of meshfree methods have attracted much attention. One of the reasons is the versatility of meshfree methods for complex geometry of solids and flexibility for different engineering problems [1]. Element-free Galerkin (EFG) method, which is originated by Belytschko et al. [25], is one of the most widely used meshfree methods. The key advantage of EFG method is that only nodal data is required and no element connectivity is needed, when moving least-squares (MLS) interpolation is used to construct trial and test functions. It is currently widely used in computational mechanics and other areas, such as by Sarboland and Aminataei [6] for nonlinear nonhomogeneous Burgers Equation and Pirali et al. [7] for crack discontinuities problem. In the meantime, some new techniques are used to improve the performance of the MLS, complex variable moving least-squares [810] and improved complex variable moving least-squares [11], the moving least-squares with singular weight function [12], and so forth. But shape functions constructed by MLS interpolation do not possess Kronecker delta function property; the treatment of essential boundary conditions is one of the typical drawbacks. Thus, many special techniques have been proposed to impose essential boundary conditions [1315], such as point collocation [13], Lagrange multipliers [2], singular weighting functions [14], and penalty method [15]. None of these methods is fully satisfactory, as they still need additional efforts to enforce essential boundary conditions.

In order to totally eliminate the drawback associated with EFG method for imposing essential boundary conditions, Liu and Gu have developed the point interpolation methods (PIM) by using polynomial basis or/and radial basis function (RBF) [1619]. However, singularity may occur if arrangement of the nodes is not consistent with the order of polynomial basis, while the inverse of moment matrix always exists for arbitrarily scattered nodes with radial basis [20]. In this paper, we mainly care about the radial point interpolation method (RPIM) studied by Wang and Liu in [21], which is based on the global weak form.

On the other hand, high computational cost is still one of the main drawbacks in meshfree method with Galerkin weak form. In the RPIM method for a given computational point, an linear system (the coefficient matrix is called the moment matrix) should be solved to construct shape functions if radial basis functions are selected, where is the number of nodes in the support domain. Furthermore, if monomial basis functions are added, the linear system will be extended to . This is very time-consuming especially for the meshless methods based on weak forms, where integration should be employed and the number of computational points is much bigger than the number of nodes.

In fact, common meshless method is based on the numerical integration for Gauss domains with RPIM. It is a tedious process when the integration points are extremely more than the nodes. In practical work, some Gauss point has the same nodes as some neighboring computational points. Thus, they only need one shape function with them. A process will be needed to find these nodes. This scheme is called researching Gauss points method (RGP). But the storage of searching program will increase quickly with the increasing number of nodes and Gauss points. Thus, more computational time is spent. To avoid this, reconstructing Gauss domains (RGD) is presented. All computational points share one same influence domain (the same nodes) in the domain. This scheme offsets the RGP’s disadvantage without the searching program. The reason why we call it researching Gauss points method is that the RGP method needs a searching nodes program same as in the RPIM. The two techniques are collectively named reordering Gauss domain (RG) method.

The remainder of the paper is arranged as follows. In Section 2, the radial basis point interpolation method (RPIM) is presented to get the shape functions. In Section 3, a Galerkin weak form and its numerical algorithm are studied for 2D solid mechanics problems. The reordering Gauss domains methods are then constructed in Section 4. In Section 5, several examples are presented to show the effectiveness of the proposed method and some parameters’ performances of the proposed method are also investigated. Finally, we end this paper with some conclusions in Section 6.

2. Radial Basis Point Interpolation Method (RPIM)

The RPIM interpolation of , for all , can be defined by with the constraint condition where is the radial basis function (RBF), is the number of nodes in the neighborhood of , is the monomial in the space coordinates , is the number of polynomial basis functions, and coefficients and are interpolation constants. The variable of the radial basis function is the distance between the interpolation point and a node . It is necessary to construct the interpolation function here to solve the equations.

There are a number of types of radial basis functions. Characteristics of radial basis functions have been widely investigated in [20, 22]. In this paper, the following multiquadrics (MQ) radial basis function is used: where and and are two parameters. is defined as where is a dimensionless coefficient and is a parameter of the nodal distance. For regularly distributed nodal case, is the shortest distance between the node and its neighbor nodes. Effects of and have been studied in detail in [22]. In static analysis of 2D solid problems, it has been found that and lead to good results. Hence, these numbers are used in this paper.

The second term in (1) consists of polynomials. To ensure invertible interpolation matrix of RBF, the polynomial added into the RBF cannot be arbitrary. A low-degree polynomial is often needed to augment RBF to guarantee the nonsingularity of the moment matrix. In addition, the linear polynomial added into the RBF can also ensure linear consistency and improve the interpolation accuracy [22]. Thus, the linear polynomial is added into the MQ RBF in the following discussion.

Coefficients and in (1) can be determined by enforcing that (1) and (2) be satisfied at the nodes surrounding point . Equations (1) and (2) can be rewritten in the matrix form: where The matrix is symmetric, and thus the matrix is symmetric. Then, the interpolation equation (1) is finally expressed as where the shape function is defined by And , . It can be found from the above discussion that RPIM passes through the nodal values. Therefore, RPIM shape functions given in (8) satisfy the Kronecker delta condition. Thus,

3. Variational Form of 2D Plane Problem

Consider the 2D problem of the deformation of a linear elastic medium from an undeformed domain , enclosed by : where is the stress tensor corresponding to the displacement field and is a body force vector, and boundary conditions are as follows: in which and are prescribed tractions and displacements, respectively, on the traction boundary and on the displacement boundary and is the unit outward normal matrix to the boundary .

Using the standard principle of minimum potential energy for (10)-(11), that is, to find such that is stationary, where denotes the Sobolev space of order , and are strain-stress vectors, and is the strain-stress matrix. RPIM equation (1) is used to approximate the displacements in the Galerkin procedure. Then we can get Substituting (13) into (12) leads to the following total potential energy in the matrix form: and invoking results in the following linear system of : in which the stiffness matrix is built from matrices and the right-hand side vector is built from the vectors . These matrices and vectors are defined by where

Whether the RPIM method or other meshless methods based on global weak form, background cells are necessary to obtain the numerical integration of (16). Different from the finite element method (FEM), which uses the same nodes for both interpolation and numerical integration, background cells in meshless methods are independent of the interpolations. In this paper, quadrilateral cells and Gauss quadrature are used for the numerical integration.

4. Reconstructing Gauss Domains Methods

A weak form, in contrast to a strong form (collocation method in general), requires weaker consistency on the assumed field functions. The consistency requirement on the assumed functions for field variables is very different from the strong form. For a th-order differential governing system equation, the strong formulation requires a consistency of the th order, while the weak formulation requires a consistency of only the th order. But the meshfree method usually uses the integral representation of field variable functions for solving strong form system equations and the numerical integration is extremely time-consuming. Numerical accuracy mainly depends on the number of Gauss points in the corresponding domain; the more the Gauss points, the better the results in general. Thus, one of the most time-consuming steps in the meshless method is the construction of shape functions, since for every point of interest a linear system should be computed. As discussed in Section 2, using radial basis functions to construct shape functions, an linear system should be computed for every computational point. If monomials are added, an linear system should be solved. This is very time-consuming especially for meshless methods based on weak form, where a large number of integration points are used. In this section, we propose the researching Gauss points (RGP) and reconstructing Gauss domains (RGD) methods, which are together named reordering Gauss domains (RG) methods and can partly reduce the computation cost for the meshless methods compared with the RPIM.

4.1. Researching Gauss Points (RGP) with the Same Nodes

In the RPIM approximation, shape function consists of two parts: and    (8). The time consumption of is less than that of , because the computational complexities are and , respectively.

Every Gauss point has its own and is different from the rest, but it may have the same as the other. Thus, we need a storage place, containing the public nodes and the Gauss points’ information. The data is obtained by searching the Gauss points. Thus, the method is called researching Gauss points (RGP) method.

The red area represents the nodes set (involved red nodes ) and the blue area represents the Gauss points set (involved blue gauss points ) in Figure 1(a). It should be pointed out that one-to-one mapping exists between the Gauss points sets and the nodes points sets (can be verified by logical deduction). Thus, the key work is how to get the relationship. First of all, we construct matrix , where denote the number of the nodes and the number of the Gauss points, respectively. The element is function:

Thus, is written as

If the th row elements are the same as the th row elements, we confirm the th and th Gauss points have the same basis functions . It is a rule, which gives one-to-one mappings between the two types of sets by comparing the rows of . Some codes (isequal.m, unqiue.m, etc.) could be used to find these mappings in MATLAB. The process of one-to-one mapping is also called the searching program distinguishing the searching nodes program in advance. For the sake of simplicity, the RGP method is divided into two parts: Part I (the researching program) and the rest.

4.2. Reconstructing Gauss Domains (RGD)

The searching program saves the time consumption in Gauss integration, but it needs extra time and storage for the searching process. With the rapid increase of the nodes and the Gauss points, the searching process costs also grow exponentially. Then, we present the reconstructing Gauss domains (RGD) method without the searching process. In the fixed Gauss domain, all Gauss points are mandatorily contacted with some neighbouring nodes. These nodes lie in the support domain of the Gauss domain’s centroid. That is, every Gauss domain has its own basis functions or corresponding to the centroid.

A center point () of the Gauss domain is added in Figure 1(b) compared with Figure 1(a). Without the searching process, we mandatorily consider that the center point is seen by not only the barycentre of the Gauss domain, but also the barycentre of the domain involving some nodes. These nodes locate in the support domain with on the barycentre point. Thus, the one-to-one mappings are ascertained by the corresponding barycentre points.

5. Numerical Experiments

In this section, several numerical examples are selected to demonstrate the applicability of the RG meshless methods. The numerical results for these examples are compared with the analytical solutions and the RPIM solution. Square support domains are used for calculations in the present paper. stands for the average node distance. The MQ radial basis function and the linear polynomial are used to construct shape functions. All runs are performed in MATLAB 7.0 on an Intel Pentium 4 (2 GB RAM) Windows XP system.

5.1. Patch Test

The first numerical example is the standard patch test shown in Figure 2. The patch test consists of thirteen nodes including five interior nodes. A rectangular background mesh is used for numerical integration and Gauss points are used in each mesh. In this patch test, the displacements are prescribed on all outside boundaries by a linear function of and on the patches of the dimension. The parameters are taken as and . The linear displacement functions are and . RG methods of the patch test require that the displacement of any interior node be given by the same linear function and that the strains and stresses be constant in the patch. The RG methods pass the patch test when linear polynomials are added (). However, when polynomial term is not included (), the patch test does not easily pass. The same is for the RPIM method; see [21]. Computed results at interior nodes for the RG methods and the RPIM method and the exact results are listed in Table 1.

5.2. Cantilevered Beam

The second example is a cantilever beam problem; see Figure 3. Consider a beam of length and height subjected to traction at the free end. The beam has a unit thickness, and thus a plane stress problem is considered here. The closed-form solution is available for parabolic traction of force : where the moment of inertia of the beam is given by . The stresses corresponding to the above displacements are The beam parameters are taken as ,  ,  ,  , and in computation.

To evaluate effects of various parameters, we use the two-norm relative errors and for displacement and stress, respectively. They are defined by where and are the approximate and exact solution of displacements and and are the approximate and exact value of stresses.

5.2.1. Effect of Irregular Node Distribution

Node distributions with 325 irregular nodes and 481 irregular nodes are shown in Figure 4. A background mesh is necessary to obtain the numerical integrations of (15). This mesh is independent of nodes for interpolations, while FEM uses the same nodes for both interpolation and numerical integration. For this problem, and background cells are used for the 325 irregular nodes’ problem and 481 irregular nodes’ problem, respectively. In each cell, a Gauss quadrature is used to evaluate the stiffness matrix. Figure 5(a) shows a comparison of the analytical solution and numerical solution of along for this problem with 325 irregular nodes. The plot shows an excellent agreement between the analytical and numerical results for each method when an irregular node distribution is used. Figure 5(b) is the sectional distribution of shear stress along the section for this problem with 325 irregular nodes. The closed-form solution is also plotted for comparison.

Computational results including error and computational cost are listed in Table 2 for the cantilevered beam problem with 325 irregular nodes and 481 irregular nodes. From Figure 5 and Table 2, we can find that the RG methods have better accuracy and are less time-consuming than the RPIM method.

5.2.2. Effect of the Size of Support Domain of RGD

As discussed in Section 4.2, the centroid of every Gauss cell has a support domain. The range of the support domain is an important parameter. The 325 regular nodes’ distribution (: 25 nodes in the direction and 13 nodes in the direction) is used to study the effect of the size of the support domain for the RG methods.

In Table 3, we list the numerical results for the RGD method with different . To compare with the RPIM method, we also list the computational results for the RPIM method with different radiuses of the support domain. From Table 3, we can see that the RGD method has better steadiness, computational efficiency, and computational accuracy than the RPIM method. Particularly, with , the elapsed CPU time is reduced to (see the data in the boxes) of the previous one. This shows that the size of the support domain has increased and its CPU time takes up a larger proportion of the entire time, in which the consumption surged from to of the entire cost. The searching process has become the major expenditure of the entire program. From Table 3, we can find that the RGD method has a stable convergency with the increase of the , but it does not appear in the RPIM. In this paper, we take the suitable to be 4.

5.2.3. Convergence Study

For convergence studies, five different regular node distributions with 52 (: 13 nodes in the direction and 4 nodes in the direction) nodes, 175 () nodes, 370 () nodes, 637 () nodes, and 976 () nodes and five different irregular node distributions are considered. The size of the support domain is taken as . The computational results are listed in Tables 4 and 5. In Tables 4 and 5, we also list the computational results of the RPIM method. The convergence curves with different node distributions are plotted in Figure 5. In Figure 5, is the maximum size of node arrangement. From Tables 4 and 5 and Figure 5 we can see that the present method possesses good convergence and less computational times than the RPIM method in general. However, the searching process consumption overtakes of the entire process in the 976 regular/irregular nodes, which become cumbersome. The oscillatory behavior of the convergence curve of RGD method exists in regular node, and oscillatory behaviors appear in the two node distributions of the RPIM method. Figure 5 shows that RGD method is steadier than the RPIM method. The reason of oscillatory appearance is that the accuracy of most meshless methods is closely related to the integration scheme, the number of Gauss points, the radiuses of the support domain and influence domain, and so on. Thus, it is a difficult task to get the best accuracy for all cases.

5.2.4. Discussion on the Computational Results

To further discuss the effectiveness of the RG methods, we discuss the computational results of the cantilever beam problem in this subsection. Figure 6 shows a comparison of analytical solution and the present RGD numerical solution for the beam deflection. Two nodal distributions, 91 () regular nodes and 481 () regular nodes, are used. The stress results are also obtained. Figures 8 and 9 illustrate the analytical solution and the RG methods solutions for the stress and the shear stress of the beam using 481 regular nodes, respectively. Figures 68 show the RG methods and RPIM have good performance for the stress and poor performance for the stress . But in terms of time, the RGD method is better than the RGP method and RPIM method (Tables 4 and 5 and Figure 6). Thus, the RGP method is not considered in the next section.

5.2.5. A Special Case of the RD Methods

As a special case of the RD methods, the vertices of the Gauss domains coincide with the nodes in regular nodes distribution; see Figure 11. Figure 11 shows that a uniform grid and a Gauss quadrature in each Gauss domain are used. The Gauss points in the Gauss domain have the same nodes (red nodes) with . We consider that the process of constructing shape function has three parts: the , solving the inverse of , and computing . These computational complexities are , , and , respectively. Table 6 shows the complexity of the integration for a Gauss domain with 16 Gauss points.

The efficiency ratio is defined as . To discuss the efficiency ratio, two nodal distributions, regular nodes and regular nodes, are used. Table 7 shows that the efficiency ratios are 11.832 and 13.362, respectively. The efficiency ratios are also expressed as

To refine the nodes domain, the NG will be a large number. The elapsed CPU times of compute shape functions is far than the rest. Thus, The formula of the efficiency ratios fully explains that the ratio is 11.832 for regular nodes () and 13.362 for regular nodes (). Numerical results show that the rates are 11.832 and 13.362 which gradually close to the theory upper 16 with the increase of NG (the number of the Gauss domains). If we want to improve the accuracy of numerical results with refining the nodes domain, the number of the Gauss points should be added and the efficiency ratios will be improved further.

5.3. Plate with a Central Circular Hole

Consider now a plate with a central circular hole subjected to a unidirectional tensile load of 1.0 in the direction (see Figure 11(a)). This is a typical plane stress problem.

The closed-form solution of stresses is where () are polar coordinates, is the measured counterclockwise from the positive -axis, and is the radius of the hole. The corresponding displacements, in the plain stress case, are given by where and . The material properties are and .

By taking advantage of its symmetry, only a quarter of the model is considered in the analysis (see Figure 11(b)). Symmetry conditions are imposed on the left and the bottom edges, and the inner boundary of the hole is traction-free. These boundary conditions include (i) essential boundary conditions on the bottom and left edges on which displacement is computed from the exact displacement given in (26) and (ii) natural boundary conditions on the right and top edges on which traction is computed from the exact stress given in (25). A typical node distribution with 99 nodes and the corresponding background mesh constructed for the numerical integration are shown in Figure 12(a). For each background cell, a Gauss quadrature is employed. It is also of great interest to further study the effect of the nodal influence domain size and the computational support domain size. It should be noted that the support domain for all nodes is a circle with varying radius. They are chosen such that the support is small for nodes near the hole and bigger for nodes near the edges. Table 8 presents the relative errors and elapsed CPU times with different parameters for the 99 nodes. In this case, the computational results show relatively good accuracy and less elapsed CPU time. For convergence studies, four different node distributions with 99 nodes, 289 nodes, 625 nodes, and 1089 nodes are considered in Table 9. The last three node distributions are taken from [23]. Due to singular property for RPIM, was advised as compared with the RGD method. The computational results are presented in Table 9, which also shows that the RGD method possesses high convergence. The elapsed CPU times of the four node distributions fall , , , and , respectively. The computed displacements and stresses are also shown for 99 nodes’ distribution problem in Figures 1013. The displacements computed by the RGD method at nodes are plotted and compared to the exact solution (see Figure 12(b)). Figures 13 and 14 compare the analytical solution and RGD solution of stress and shear stress , respectively. Figure 15(a) compares the stresses at stations along the left edge of the plate for the RPIM solution, the RGD solution, and the closed-form solution. Figure 15(b) plots the stresses at stations along the bottom edge of the plate for these methods. From Figures 1113, it is shown that the RGD has a higher accuracy compared with the RPIM solution. In particular, the RGD solution of stress at agrees with the analytical result, but the RPIM result is far away from the analytical result.

6. Conclusions

In this paper, we have studied researching Gauss points and reordering Gauss domain technique (GD methods), where the computational processes are more reasonable. Secondly, this technique is compatible with most of the common RPIM methods, and this aspect is worth studying. Finally, 3D problems could be solved with this scheme to save the computation time.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work is supported by the National Natural Science Foundation of China under Grant nos. 11172192 and 11301290. Finally, the authors wish to thank the editors and the anonymous referees for their hard work which has greatly improved the original paper.