View on GitHub

computational-mathematics

Contains basic implementations of a number of standard procedures in scientific computing and computational mathematics.

C++ Differential Equation Solvers

  1. Elliptic Solvers
    1. 5 point Laplacian Solver
    2. 9 point Laplacian Solver
  2. Initial Value Problems
    1. Exponential Test
    2. Logistic Test
    3. Explicit Euler
    4. RK2
    5. RK4
    6. Adams34
    7. Analysis of methods
  3. Advection
    1. upwind
    2. Lax-Wendroff
    3. Beam-Warming

Support or Contact

All code provided as-is, without warranty. Pull requests welcome. Please contact me through my github (Christopher42) with any questions.