Usage

Each of the four video-writing files has a distinct usage. For the MATLAB savvy, these files will extend the let you save simulations you make in .AVI or .mp4 files.

  1. InterpVideoWriter.m: Local use for simulations of constant flow-velocity

    • This is what the app does!

  2. StokesVideoWriter.m: Local use for simulations of variable flow-velocity

  3. ParallelInterpVideoWriter.m: Use on a cluster for simulations of constant flow-velocity

  4. ParallelStokesVideoWriter.m: Use on a cluster for simulations of variable flow-velocity

The files that allow for variable flow-velocity trade speed for added functionality and accuracy. The constant-velocity files are MUCH faster. In general, if it can be done with constant-flow velocity, use those files and not the variable flow-velocity files.

See the tutorials for usage details and screenshots. Reading through the tutorials is best paired with access to the files from our GitLab repository!