SciML / PDERoadmap

A repository for the discussion of PDE tooling for scientific machine learning (SciML) and physics-informed machine learning
https://tutorials.sciml.ai/
18 stars 6 forks source link

stationary_example.jl added #27

Closed chiyahn closed 6 years ago

chiyahn commented 6 years ago

Solutions for stationary cases with the simple model added (both algebraic & numerical solutions).

jlperla commented 6 years ago

@ChrisRackauckas We are moving some more general tests to this package, so this is a WIP. The goal will be to rip out the hand-made discretizations with the more general approach with DiffEqOperators when that library makes progress.

chiyahn commented 6 years ago

Note: unit tests will be added soon.

arnavs commented 6 years ago

Wait @chiyahn, these are the model-specific tests for the stationary solution. I think the game-plan is to move the general ones here (the ones withmu_tilde, etc.), and then consolidate the stationary tests within the paper repo. Sorry I didn't make that clearer.

chiyahn commented 6 years ago

Gotcha, sorry for the confusion. I will update the PR once I figure out how generalized versions of the code can be made.

arnavs commented 6 years ago

Hold off, let's talk about this for a sec.

jlperla commented 6 years ago

Should this PR be abandoned?

chiyahn commented 6 years ago

@jlperla Yes, I think it should be.