Commit Graph

84 Commits

Author SHA1 Message Date
James E McClure
4e9d651d6d refactored TestBubble.cpp (fixed) 2014-03-19 09:27:47 -04:00
James E McClure
c3bfaddc37 refactored TestBubble.cpp 2014-03-19 09:26:34 -04:00
James E McClure
05bbbd3e5d Refactored cpu branch 2014-03-19 09:22:50 -04:00
James E McClure
d9e42aa064 Refactored lb2_Color_wia_mpi.cpp 2014-03-19 09:14:26 -04:00
James E McClure
12a869aabd Refactored Color.cu / Color.h for gpu build 2014-03-19 09:09:05 -04:00
James E McClure
595765881a Refactored D3Q19.cu / D3Q19.h for gpu build 2014-03-19 09:08:39 -04:00
James E McClure
7f68548125 Refactored Extras.cu / Extras.h for gpu build 2014-03-19 09:07:50 -04:00
James E McClure
556c06738a refactored D3Q7.cu /D3Q7.h to match CPU calls 2014-03-18 11:56:36 -04:00
James E McClure
4a6c0c5d06 m 2014-03-18 11:55:10 -04:00
James McClure
c7be3800c6 Re-factoring gpu code to match cpu version 2014-03-17 10:14:46 -04:00
James McClure
af94559c0a Non-dimensional specific areas and common line length now added. Sauter mean diameter computed from sphere packing. 2014-03-16 17:52:09 -04:00
James McClure
3c22a1102f Finished removing S from cpu branch 2014-03-11 16:22:59 -04:00
James McClure
5eeb48fc16 removed S from TestBubble.cpp 2014-03-11 16:13:19 -04:00
James McClure
0d846afc4f Eliminating number of sweeps - forgot to remove S 2014-03-11 16:06:54 -04:00
James McClure
69d1e45c4f Removed the number of sweeps S from cpu code 2014-03-11 15:55:39 -04:00
James McClure
e27014c1bf Fixed issue with pressure BC 2014-03-06 15:47:16 -05:00
James McClure
10ea901f90 Merge branch 'cmake' of github.com:JamesEMcClure/LBPM-WIA into cmake 2014-03-06 12:50:37 -05:00
James McClure
81764dfd3f Validated Bubble Test 2014-03-06 12:50:13 -05:00
Mark Berrill
0ca2d65713 Adding titan to ctest script 2014-03-06 11:32:28 -05:00
Mark Berrill
03345a3289 Fixing some ctest warnings 2014-03-06 10:13:38 -05:00
Mark A. Berrill
7f80b2d6f2 Merge branch 'cmake' of https://github.com/JamesEMcClure/LBPM-WIA into cmake 2014-03-05 17:04:42 -05:00
Mark A. Berrill
9d874fe9c1 Adding ctest script for nightly testing 2014-03-05 17:04:24 -05:00
James McClure
384edd7f58 Added bubble test to examples 2014-03-05 16:02:54 -05:00
James McClure
106e2dd110 Added the bubble test 2014-03-05 16:00:43 -05:00
James McClure
7b9361648e Updated solid boundary condition for contact angle 2014-03-05 10:44:27 -05:00
James McClure
387fff0a0c Added sample script for BlueRidge 2014-02-24 12:46:40 -05:00
James E McClure
0e995e49b4 Corrected number of spheres to print out in ReadSpherePacking 2014-02-24 12:35:31 -05:00
Mark Berrill
36be44b840 Fixing minor bug from my last commit 2014-02-21 15:36:05 -05:00
Mark Berrill
06edcf338f Adding error handling 2014-02-21 15:08:49 -05:00
James McClure
c2e591fac9 Updated D3Q7 lattice functions 2014-02-21 10:39:01 -05:00
James McClure
8f466a37b5 Moved pressure BC out of lb2_Color_wia_mpi.cpp and into libraries 2014-02-20 19:58:45 -05:00
James McClure
28e145a9bc Small fix 2014-02-14 10:16:58 -05:00
James McClure
35406aa638 Cleaned up revised communcation 2014-02-14 09:31:09 -05:00
James McClure
8f64568c6d Updated communication and added pressure BC 2014-02-13 22:57:44 -05:00
James McClure
b90e0f1011 Merge branch 'cmake' of github.com:JamesEMcClure/LBPM-WIA into cmake 2014-02-10 16:10:01 -05:00
James McClure
e0381f28fc Added unit test for D3Q19 MPI communication 2014-02-10 16:05:04 -05:00
Mark Berrill
4ff7675615 Minor change to README 2014-02-10 11:25:37 -05:00
James McClure
7cde5d29e8 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2014-02-01 16:45:54 -05:00
Mark Berrill
394e29754c Removing some binary files 2014-02-01 10:37:00 -05:00
Mark Berrill
bd0e20a0db Factoring some of the communication into common file. Fixing bug in domain decomposition for non-cube domains 2014-02-01 10:33:03 -05:00
James McClure
5dd923d618 Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2014-01-30 21:31:51 -05:00
James McClure
da90f34a76 Added analysis for old LBM codes 2014-01-30 21:31:06 -05:00
Mark Berrill
4ab2084991 Renaming include folder to common. Adding Communication file to help seperate some of the communication 2014-01-28 15:11:19 -05:00
Mark Berrill
00f8e32c2f Moving some files for CMake 2014-01-28 14:57:05 -05:00
Mark Berrill
d6caa81ceb Adding files that I forgot 2014-01-28 14:05:05 -05:00
Mark Berrill
e9513a6d8b Merging changes from master. Fixing CMake bugs with cpu only. 2014-01-28 14:02:54 -05:00
James McClure
0e2089e37f Deleted .cu files from cpu directory 2014-01-28 13:39:08 -05:00
Mark Berrill
df295faa84 Merge branch 'master' into cmake 2014-01-28 13:29:55 -05:00
James McClure
cffb54b9c5 updated CPU branch a second time 2014-01-27 11:51:18 -05:00
James McClure
42338802c5 Updated CPU branch 2014-01-27 11:43:24 -05:00