Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile - ns2dfd - 2D finite difference Navier Stokes solver for fluid dynami…
git clone git://src.adamsgaard.dk/ns2dfd
Log
Files
Refs
LICENSE
---
tMakefile (153B)
---
1 BIN=ns2dfd
2
3 pressure_anomaly: pressure_anomaly.py $(BIN)
4 python $<
5
6 lid_driven_cavity: lid_driven_cavity.py $(BIN)
7 python $<
8
9 $(BIN):
10 make -C ./src/
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.