Closed jlperla closed 5 years ago
Guys https://github.com/JuliaDiffEq/DifferentialEquations.jl/issues/260#issuecomment-370111767
Chris has done most of the work for you. So writing this up cleanly and checking that this makes sense is the goal. Don't worry about writing up the connection to the spectral and finite element methods.
@stevenzhangdx I have merged our comments on the two expressions that we both do not fully understand (and your original text is still in the file, just in case you don’t like the merged version. It is on the top of the merged comment but between \iffalse \fi opperators in order to not show up).
Some comments from editing the document:
Steps:
@stevenzhangdx @FernandoKuwer I added in a placeholder
.tex
file in/docs/linear_operators_overview.tex
which you can compile. The idea is that you can write up all of the algebra required to understand the discretization of the operators and boundary values. Remember that the main description is the https://github.com/JuliaDiffEq/DifferentialEquations.jl/issues/260 issue. In particular, figuring out the B, Q, R, A, etc. matrices.Instead of worrying about the solutions to the full PDEs, we should start by just looking at the stationary problems. The PDEs can come later once we figure out how the discretization works.
I also put the julia code for at least one or two of them in the
/docs/operator_examples
directory. We should put all of the code there that implements our descriptions.