Skip to content

v1.0.0 - Pre-vectorization (backup)

Choose a tag to compare

Pre-vectorization release — legacy codebase state

This release preserves the FlowSim repository at commit 798bbe7, the last state of master immediately before the 2026-07 vectorization campaign merged in (see v2.0.0-vectorized for that).

Everything reachable from this tag is the ORIGINAL codebase (UFPE Groundwater flow group, Contreras et al.).

State at this release

  • 285 .m files at repo root (before organization campaign)
  • ~176 MB tracked (including gmsh.exe + spe10.mat + spe_perm.dat)
  • Legacy per-node loops throughout LPEW2 + assembly
  • Broken OOP hierarchies (SolverBase + BenchmarkBase referenced but missing)
  • 3 preprocessor variants (only preprocessormod called from main)
  • No test harness

Restore this release

git checkout v1.0.0-pre-vectorization
# or use the legacy-v1.0 branch:
git checkout legacy-v1.0

Also available as branch legacy-v1.0 for defense in depth.