Skip to content

Poisson equation on the sphere #494

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

Open
miniufo opened this issue Mar 14, 2025 · 1 comment
Open

Poisson equation on the sphere #494

miniufo opened this issue Mar 14, 2025 · 1 comment

Comments

@miniufo
Copy link

miniufo commented Mar 14, 2025

Hi, I am interested in using this nice package to solve my own Poisson equation on the spherical earth. A first glance of the examples show that the package works for analytical problems where analytical expressions are provided.

Just want to know if one can adapt this package for numerical calculation? I have a forcing field $f$ on a given set of latitude/longitude grid points (discret data samples), can I get $u$ solution on the same lat/lon grid points such that $\nabla u - f = 0$? The zonal boundary condition is periodic and meridional boundary conditions are fixed at poles.

@dario-coscia
Copy link
Collaborator

Hi @miniufo 👋 Yes, you can apply our software for physics-informed learning. Take a look at this two tutorials to have an idea:
Tutorial 1
Tutorial 2
The second tutorial is directly on the Poisson equation. If you already have the coordinates, you can pass them in Condition as input_pts otherwise you can use the Ellipsoid domain from the geometry module :)

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