JuliaLang / www_old.julialang.org

Julia Project web site (Old)
http://www_old.julialang.org/
Other
149 stars 276 forks source link

GSoC 2017 - Efficient Discretizations of PDE Operators #626

Closed shivin9 closed 7 years ago

shivin9 commented 7 years ago

cc @ChrisRackauckas @dextorious

ChrisRackauckas commented 7 years ago

I would also add a point on retreiving the stencil, full(A), and sparse(A). I think that the fact that this also gives you back the high order stencils will be a major selling point to many people who may need to do more complicated BCs but don't want to implement Fornberg to get there.

shivin9 commented 7 years ago

maybe we can... but that seems more suited to be in the documentation (or a tutorial)

ChrisRackauckas commented 7 years ago

I think it's a big part of the advertisement that it's easy to get the stencils though. It just needs one line or so in here.

ChrisRackauckas commented 7 years ago

I see two comments left, and @dextorious should give a review (if available)

ararslan commented 7 years ago

screen shot 2017-09-10 at 9 35 39 am Looks like something is wrong here. If anyone knows how to properly fix it, please submit a PR.

ChrisRackauckas commented 7 years ago

It's a missing bracket in the TeX.

shivin9 commented 7 years ago

@ararslan fixed.

ararslan commented 7 years ago

Where did you fix it? You'll have to submit your changes as a PR here for it to take effect.