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

Boundary value problems #415

Open
1 of 12 tasks
pnkraemer opened this issue Feb 22, 2023 · 1 comment
Open
1 of 12 tasks

Boundary value problems #415

pnkraemer opened this issue Feb 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pnkraemer
Copy link
Owner

pnkraemer commented Feb 22, 2023

Let's see whether it makes sense to implement boundary value problem solvers in here.

Content to start with (see this paper):

  • Linear, separable, scalar, 2nd-order problems
  • Nonlinear problems
  • Multidimensional problems
  • 1st and higher-order problems
  • Error estimation
  • Mesh refinement
  • Hyperparameter estimation

Also useful to have:

  • Non-separable boundary conditions
  • Backends:
    • Gauss-Newton
    • Levenberg-Marquardt
    • ADMM

React here if you would like to see this happen.

@pnkraemer pnkraemer added the enhancement New feature or request label Feb 28, 2023
@pnkraemer
Copy link
Owner Author

Todo: mention the initial draft in the changelog.

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

1 participant