Slashdot Mirror


User: inducer

inducer's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Discontinuous Galerkin Methods on Numerically Approximating the Wave Equation? · · Score: 2, Interesting

    I'm currently getting my PhD in that area, and I'd recommend looking into Discontinuous Galerkin methods. Those are higher-order finite-element methods, and they work very well for hyperbolic problems. I can whole-heartedly recommend a book by my advisor: Nodal DG Methods (it comes out next month).

    DG Methods take a little time to implement, but their accuracy and speed is well worth the effort. If you'd like some precooked software, check out http://git.tiker.net/?p=hedge.git;a=summary. (but be aware that there's little to no documentation just yet--don't be afraid to ask, though)

  2. madman on Build a Multi-Output MP3 Server? · · Score: 1
    You might want to check out madman - it's an easily hackable music manager application, and (hint hint) it has just seen its latest release yesterday. ;)

    I've been planning to add a web server for control and streaming in the next release.

  3. ixlib on C Styled Script - C-like Scripting Language · · Score: 1

    ixlib features ECMAScript 4 (=JavaScript 2) with classes and inheritance, it has a focus on embeddability, and it offers an easy C++ interface. Why would you need CSS? :^)