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

Generic Elliptical Terms #24

Open
5 tasks
jejjohnson opened this issue Jul 4, 2023 · 0 comments · May be fixed by #25
Open
5 tasks

Generic Elliptical Terms #24

jejjohnson opened this issue Jul 4, 2023 · 0 comments · May be fixed by #25
Assignees
Labels
enhancement New feature or request

Comments

@jejjohnson
Copy link
Owner

jejjohnson commented Jul 4, 2023

Some generic Hyperbolic functions that we may need to solve, e.g. Laplacian, Poisson. It's 2023 so we'll stick with iterative solvers that scale, e.g., the steepest descent methods, the conjugate gradient methods and the discrete sine transform methods.

$$ \begin{aligned} \boldsymbol{\nabla}^2\boldsymbol{u}&= 0 \\ \boldsymbol{\nabla}^2\boldsymbol{u}&= \boldsymbol{b} \end{aligned} $$

Methods From Scratch

I have don't a few methods from scratch but they are not well tested...

  • Steepest Descent
  • Conjugate Gradient
  • Discrete Sine Transformation

External Packages

There are many external packages that can be used with general linear solvers

This showcases some of the ways we can do linear solvers using the package.

  • Exact Linear Solver
  • Iterative Linear Solvers w/ jaxopt (Steepest Descent, Conjugate Gradient)
  • Discrete Sine Transform
  • Staggered Discrete Sine Transform
  • Spectral
@jejjohnson jejjohnson added the enhancement New feature or request label Jul 4, 2023
@jejjohnson jejjohnson self-assigned this Jul 4, 2023
@jejjohnson jejjohnson linked a pull request Jul 4, 2023 that will close this issue
8 tasks
@jejjohnson jejjohnson changed the title Generic Hyperbolic Terms Generic Elliptical Terms Jul 27, 2023
@jejjohnson jejjohnson mentioned this issue Jul 27, 2023
21 tasks
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

Successfully merging a pull request may close this issue.

1 participant