diff --git a/cpu/thermal.cpp b/cpu/thermal.cpp new file mode 100644 index 00000000..24a7de81 --- /dev/null +++ b/cpu/thermal.cpp @@ -0,0 +1,5 @@ +// cpu implementation for thermal lattice boltzmann methods +// copyright James McClure, 2014 + + + diff --git a/cpu/thermal.h b/cpu/thermal.h new file mode 100644 index 00000000..15ecde06 --- /dev/null +++ b/cpu/thermal.h @@ -0,0 +1,2 @@ +// header for thermal lattice boltzmann methods +// copyright James McClure, 2014