-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Referee reports # 2, CMAME Sep. 2016 (decision: reject) #20
Comments
Addressing Referee Comment # 1
This is a typo on the equation. This derivation comes from Brebbia (2nd ed., p.52, Eq. 2.26), where it is written for a particular point i. On our manuscript, simply deleting i ≠ j from the two sums will fix this and make the equation correct. The code, however, has the correct expression. Ref. |
Addressing Referee Comment # 2
This is a typo on the equation. Adding 1/ 4π to the right-hand side of both equations fixes this. However, the code is correct. |
Addressing Referee Comment # 3
This is a terminology issue. The "domain" of integration is the boundary, as the previous passage to the line in question makes clear. We can make the sentence more clear by simply changing the word "domain" by the word "boundary." |
Addressing Referee Comment # 4
In problems with pure Neumann BCs the solution is non-unique (to an additive constant). This would pose an issue if we were solving interior problems, but all our problems are exterior, which implicitly places a DIrichlet BC at infinity that phi and dphi/dn are zero, and there is a unique solution. From the classic work by Hess and Smith (1967): "…the solution of the exterior problem exists and is unique, and no difficulties are encountered in solving the equation. For the interior problem the integral is indeterminative…" (p.17) In any case, ours is not a paper making contributions to the BEM itself, or to its analysis. Mentioning or discussing these details is inessential for our purposes. Whatever concern the referee has with these technicalities apply to any work with BEM, and using BEM on Laplace or Stokes problems is standard. Ref. |
Addressing Referee Comment # 5
Although there is some consistency requirements on the order of the panels (constant panels, linear, quadratic, etc) when using Dirichlet and Neumann data, this consistency issue only applies when mixing these on the same problem. We don't have this situation. We have either a pure Dirichlet or a pure Neumann problem. Figure 5, then, shows the spatial convergence of the boundary element solution with 1st-kind integral (Dirichlet, solid line) or 2nd-kind integral (Neumann, dotted line) separately. The two (as the figure shows) converge at different rates. This difference shows, in practice, what the referee brings up: when mixing Dirichlet and Neumann conditions in one BEM solution, the panel distributions can be selected of different order to make the convergence rate consistent. However, if one does not take this measure, the only consequence is that the overall solution will show the slowest spatial order of convergence. |
Addressing Referee Comment # 6
This referee comment seems to be mixing two separate things: (1) the computational complexity of the fast multipole method, which is O(N) in the sense of the time-to-solution growing linearly with the number of points; and (2) the error convergence of BEM, which goes as O(N) for Galerkin methods, in the sense of the error decreasing linearly with the number of panels. It is absolutely correct to say that the fast multipole method has O(N) computational complexity. This was the breakthrough of Greengard and Rokhlin (1987). Moreover, we are not using Galerkin BEM; we are using collocation. |
Revised paper submitted to CMAME on 15 March 2016 — Decision: Reject
Editor comments
Referee # 2 comments
I do not recommend this paper for publication. In this paper the authors claim to use a reduced degree of a fast multipole expansion within the GMRES iterative solution of linear algebraic systems steeming from collocation boundary element discretizations for the Laplace equation, and for the Stokes system, respectively. The reasoning and explainations are rather general and not convincing. In fact, some of the statements are not correct. See the PDF comments for a few topics of criticism.
Transcript of comments in PDF attachment
In this paper the authors claim to use a reduced degree of a fast multipole expansion within the GMRES iterative solution of linear algebraic systems steeming from collocation boundary element discretizations for the Laplace equation, and for the Stokes system, respectively. The reasoning and explainations are rather general and not convincing. In fact, some of the statements are not correct.
The discretization is done by using the first boundary integral equation with the single and double layer potential, and using piecewise constant functions to approximate both the potential and the flux. Using midpoint collocation, the linear system to be solved is obtained by using an appropriate reordering.
Note that these are only a few topics of criticism.
The text was updated successfully, but these errors were encountered: