NeuralPDE.jl icon indicating copy to clipboard operation
NeuralPDE.jl copied to clipboard

[wip] Coordinate transform example

Open vpuri3 opened this issue 2 years ago • 9 comments

To do:

  1. fix latex rendering
  2. add image

vpuri3 avatar Aug 04 '21 18:08 vpuri3

very cool example

KirillZubov avatar Aug 04 '21 19:08 KirillZubov

Thanks. Could you help me with the writeup? LaTeX isn't compiling in the markdown, and I don't know where to upload an image of the solution.

vpuri3 avatar Aug 04 '21 21:08 vpuri3

Thanks. Could you help me with the writeup? LaTeX isn't compiling in the markdown, and I don't know where to upload an image of the solution.

documenter.jl compiles in LaTeX after merge. so it's fine. the markdown don't do it.

KirillZubov avatar Aug 04 '21 21:08 KirillZubov

the same in main branch https://github.com/SciML/NeuralPDE.jl/blob/master/docs/src/pinn/2D.md but in docs it is already compiled

KirillZubov avatar Aug 04 '21 21:08 KirillZubov

Thanks. Where can I upload the image? poisson_annulus

vpuri3 avatar Aug 05 '21 13:08 vpuri3

Nevermind. Dragging and dropping into the markdown worked!

vpuri3 avatar Aug 05 '21 13:08 vpuri3

@ChrisRackauckas , I think this commit is ready to merge.

vpuri3 avatar Aug 05 '21 14:08 vpuri3

Yeah, just put images into the github and then use ![](url_to_image) to put it into the docs.

ChrisRackauckas avatar Aug 05 '21 14:08 ChrisRackauckas

We should really find a good way to do such a coordinate transformation automatically symbolically.

ChrisRackauckas avatar Aug 05 '21 14:08 ChrisRackauckas