Skip to content
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

Missing BEM potentials #273

Open
CarolinePascal opened this issue May 30, 2023 · 1 comment
Open

Missing BEM potentials #273

CarolinePascal opened this issue May 30, 2023 · 1 comment

Comments

@CarolinePascal
Copy link

Hi everyone !

I am opening an issue concerning the BEM plugin, and especially the BemPotential class implementation. It appears that several BEM potentials , namely the transpose double layer potential and hypersingular potential, were not implemented, despite being mentioned in the comments in plugin/mpi/bem.hpp :

image

Would it be possible to add these potentials in an upcoming release ?

Thank you in advance for your help a consideration !

Caroline.

@PierreMarchand20
Copy link
Contributor

Hello Caroline :-)

I think there is a slight confusion about the terminology:

  • there are two potentials, the single and double layers potentials, convolutions with the green function and its normal derivative respectively
  • there are four operators which are the Dirichlet and Neumann traces of the two potentials.

Note that potentials take traces and return functions in the volume, while operators take traces and return traces.

In particular, you can use the transpose double layer operator and the hypersingular operator as follows:

BemKernel TransposedDoubleLayerOperator("TDL",k=k);
BemKernel HyperSingularOperator("HS",k=k);

I guess the comment in the code you showed is a copy paste from the part defining the operators. You can checkout these examples for more details:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants