Merge branch 'thermal' of github.com:JamesEMcClure/LBPM-WIA

This commit is contained in:
James E McClure 2014-06-11 17:16:02 -04:00
commit 214150c870
2 changed files with 7 additions and 0 deletions

5
cpu/thermal.cpp Normal file
View File

@ -0,0 +1,5 @@
// cpu implementation for thermal lattice boltzmann methods
// copyright James McClure, 2014

2
cpu/thermal.h Normal file
View File

@ -0,0 +1,2 @@
// header for thermal lattice boltzmann methods
// copyright James McClure, 2014