From 9383ffb106ef7b0afdcd005456c05c0270768729 Mon Sep 17 00:00:00 2001 From: James McClure Date: Sat, 24 May 2014 13:29:32 -0400 Subject: [PATCH 1/2] created files to contain thermal LBM --- cpu/thermal.cpp | 2 ++ cpu/thermal.h | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 cpu/thermal.cpp create mode 100644 cpu/thermal.h diff --git a/cpu/thermal.cpp b/cpu/thermal.cpp new file mode 100644 index 00000000..29e7d2e3 --- /dev/null +++ b/cpu/thermal.cpp @@ -0,0 +1,2 @@ +// 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 From 306b31e0a2c6a2ddffc7eadef40eb929c1449d58 Mon Sep 17 00:00:00 2001 From: James McClure Date: Wed, 11 Jun 2014 13:52:51 -0400 Subject: [PATCH 2/2] minor change to cpu/thermal.cpp --- cpu/thermal.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpu/thermal.cpp b/cpu/thermal.cpp index 29e7d2e3..24a7de81 100644 --- a/cpu/thermal.cpp +++ b/cpu/thermal.cpp @@ -1,2 +1,5 @@ // cpu implementation for thermal lattice boltzmann methods // copyright James McClure, 2014 + + +