Commit Graph

1037 Commits

Author SHA1 Message Date
James E McClure
021300c19e Working on component labeling 2015-07-11 22:24:43 -04:00
James E McClure
3912fbd385 Working on component labeling 2015-07-11 22:11:14 -04:00
James E McClure
db72ba0739 Working on component labeling 2015-07-11 22:10:04 -04:00
James E McClure
83c0a8f0e7 Working on component labeling 2015-07-11 13:06:57 -04:00
James E McClure
7c9807b7ac Working on component labeling 2015-07-11 13:02:53 -04:00
James E McClure
bdc750db9c Working on component labeling 2015-07-11 13:01:03 -04:00
James E McClure
5f83184db0 Working on component labeling 2015-07-11 12:52:59 -04:00
James E McClure
55e31e70ef Added tests/ComponentLabel to project 2015-07-10 17:39:57 -04:00
James E McClure
adffa425aa Adding component labeling functions to analysis.cpp 2015-07-10 17:38:20 -04:00
James E McClure
c3e5b20d93 dbg 2015-07-10 15:57:33 -04:00
James E McClure
02a56b5b2b dbg 2015-07-10 15:56:40 -04:00
James E McClure
c5194ef75d added halo exchanged to lbpm_random_pp 2015-07-10 15:52:13 -04:00
James E McClure
c6a240beaa Updated lbpm_disc_pp and lbpm_random_Pp 2015-07-10 15:38:09 -04:00
James E McClure
02268a6830 Phase gets placed in the halo in lbpm_random_pp 2015-07-10 13:26:33 -04:00
James E McClure
3336582e12 Thicker solid wall in lbpm_disc_pp 2015-07-10 13:25:03 -04:00
James E McClure
2bd16eb9da found bug in lbpm_disc_pp 2015-07-10 11:48:07 -04:00
James E McClure
a976f4349e lbpm_disc_pp: x is the direction of depth 2015-07-10 11:24:30 -04:00
James E McClure
e17593677a fixed merge conflicts in lbpm_random_pp 2015-07-10 11:10:04 -04:00
James E McClure
0acf9c5146 incorporating lbpm_random with fixed saturation 2015-07-10 11:07:03 -04:00
James E McClure
c200e1cd90 updateing lbpm_disc_pp 2015-07-10 10:43:46 -04:00
James E McClure
eaa315086f Revert "lbpm_random_pp seems to work on hokiespeed"
This reverts commit e2953090ee.
2015-07-10 10:43:08 -04:00
James McClure
e2953090ee lbpm_random_pp seems to work on hokiespeed 2015-07-10 10:38:57 -04:00
James E McClure
e30966d91d fixed the depth in lbpm_disc_pp 2015-07-09 22:25:23 -04:00
James E McClure
dd46521bf7 edit lbpm_disc_pp 2015-07-09 22:05:39 -04:00
James E McClure
6e3bde21fb fix typo 2015-07-09 20:37:24 -04:00
James E McClure
6440222fb5 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-07-09 20:31:40 -04:00
James E McClure
bdcd2619fd Added depth to lbpm_disc_pp as command line argument 2015-07-09 20:31:27 -04:00
Mark Berrill
9bd945db95 Updating visit documentation 2015-07-09 11:59:36 -04:00
Mark Berrill
6a1bc1ff64 Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2015-07-09 11:28:50 -04:00
Mark Berrill
54da497392 Fixing compile errors when compiling without MPI 2015-07-09 11:28:40 -04:00
James McClure
59a1c7143c lbpm_random_pp reports the final saturation 2015-07-08 16:20:04 -04:00
James McClure
20854cb448 Parallel version of lbpm_random_pp now available 2015-07-08 16:15:09 -04:00
James E McClure
7d3e600417 debugging lbpm_random_pp 2015-07-08 16:12:14 -04:00
James McClure
62a7e9b9c4 debugging lpbm_random_pp 2015-07-08 16:04:58 -04:00
James E McClure
74457733e8 fix compile for lbpm_random_pp 2015-07-08 15:32:39 -04:00
James E McClure
83f536cb9a fix compile for lbpm_random_pp 2015-07-08 15:32:10 -04:00
James E McClure
9d38d11b31 Added MPI version of lbpm_random_pp so that arbitrary size blobs are possible 2015-07-08 15:29:35 -04:00
James E McClure
7bc2f4f6bf Added MPI version of lbpm_random_pp so that arbitrary size blobs are possible 2015-07-08 15:24:37 -04:00
James E McClure
c543176244 Removed blob analysis from lbpm_segmented_pp (not really needed by the preprocessor) 2015-07-05 12:55:04 -04:00
James E McClure
5299fd64ea confused 2015-07-04 16:34:39 -04:00
James E McClure
9f2840ccdc gpu interfaces not moving :/ 2015-07-04 14:23:47 -04:00
James E McClure
465853410b Fixed bug in gpu/Color.cu 2015-07-04 13:55:40 -04:00
James E McClure
732a1c1beb Found a bug in cpu/Color.cpp -- this should work well! 2015-07-04 13:04:54 -04:00
James E McClure
6b15fab5c2 Moved the volume averaging for ComputeBlobLocal outside of the loop that excludes the interfacial region 2015-07-04 12:59:59 -04:00
James E McClure
b7308e9ad9 Increased number of timesteps for distance computation in lbpm_segmented_pp from 10 to 20 so that the signed distance is computed further from the interface 2015-07-04 11:34:48 -04:00
James E McClure
0eb4221b57 don't compute density inside solid (just reverting a debugging change) 2015-07-04 11:29:15 -04:00
James E McClure
d6cf96f24c Finished refactoring MassColorCollideD3Q7 2015-07-04 09:55:50 -04:00
James E McClure
252fdecdc1 Fixed a bug in the initialization of D3Q7 distributions 2015-07-04 09:40:48 -04:00
James E McClure
6d04a527fb Trying to figure out of density solution is correct next to solid 2015-07-04 09:25:33 -04:00
James E McClure
162a8920c8 Refactored cpu/Colo.cpp for MassD3Q7 2015-07-04 08:50:25 -04:00