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

Generalized eigenvalue problems on a disc #121

Open
ioannisPApapadopoulos opened this issue Apr 25, 2022 · 3 comments
Open

Generalized eigenvalue problems on a disc #121

ioannisPApapadopoulos opened this issue Apr 25, 2022 · 3 comments

Comments

@ioannisPApapadopoulos
Copy link
Member

Timon @TSGut has done the heavy lifting and has implemented Jacobi matrices for Zernike polynomials on a disc.

Alberto @APaganini could you remind us what exactly you required? If I remember correctly, as a first step you wanted to solve

-Laplace(u)(x,y) = q(x,y) u(x,y)

on a disc with zero Dirichlet bcs. What should we pick for q(x,y)? (@dlfivefifty)

@APaganini
Copy link

Amazing, many thanks for your help! The function q I'm interested in is

q(x,y) = (1 + |g(x+iy)|^2)^2

where g(z) is a polynomial with real coefficients in the complex variable z.

@dlfivefifty
Copy link
Member

So it’s actually polynomial in x and y? Should be easy to get working…

@APaganini
Copy link

Yes, we don't need anything more complicated than that. In a next step we may be brave and even try rational functions (but I first have to think about what having poles in the disc would mean for the specific application).

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

3 participants