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

Collocation Methods #49

Open
tbetcke opened this issue Sep 4, 2020 · 2 comments
Open

Collocation Methods #49

tbetcke opened this issue Sep 4, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@tbetcke
Copy link
Collaborator

tbetcke commented Sep 4, 2020

Allow the discretisation of integral operators using collocation

@tbetcke tbetcke added the enhancement New feature or request label Sep 4, 2020
@tbetcke tbetcke added this to the 1.0 milestone Sep 4, 2020
@pimanov
Copy link

pimanov commented May 4, 2022

How about implementing not only the Collocation method but the Nystrom method? I imagine the interface to the collocation method as a new function space, named for example "PS" - "Point Space", that can be used as a test space in the definition of an operator. Using "PS" as a domain space leads to the Nystrom method. The Nystrom method allows the calculation of most parts of matrix elements without integration as point-by-point interaction. It works well with FMM and Hierarchical matrices including Fast Direct Solvers.

@pescap
Copy link
Contributor

pescap commented May 23, 2022

If I understand well, "PS" would be defined similar to the "DP", 0 space, but with a different shapeset:

return _np.ones((1, 1, local_coordinates.shape[1]), dtype=local_coordinates.dtype)

Am I correct? Would it be as simple as this?

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

No branches or pull requests

3 participants