Writing

Back to Main page

  1. More Random Sampling: Jupyter notebook/webpage demonstration some more random sampling
  2. Matplotlib Example 1: A matplotlib demonstration for making a complex composite diagram
  3. Mass properties of surface triangulated objects: Calculating area, volume, moments of solids described triangular surface mesh
  4. Random Sampling: Uniform Random Sampling on common shapes
  5. Spectral Methods 101: Intro to spectral methods, specifically Chebyshev collocation method. Multi domain methods. Nonlinear problems
  6. MPI on windows with MINGW: Instructions to setup an MPI compiler and runtime on windows using mingw for C,C++ and fortran
  7. Introduction to Multigrid methods: The Multigrid method in two dimensions. The V cycle algorithm. Full Multigrid algorithm. Using V cycle as a preconditioner in Python
  8. Mixed C/Fortran Programming: A few code examples demonstrating mixed C and Fortran programming. I will cover how to call a C function from Fortran and how to call a Fortran function in C.