Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 283 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 283 Bytes

percolate

A parallel solver of the percolation problem, written using C and OpenMP.

The percolation problem aims to determine if a liquid can filter through some porous substance. This cannot be solved analytically in general.