Commit Graph

791 Commits

Author SHA1 Message Date
James E McClure
b263147420 Updating tests/TestBlobAnalyze so that gradient halo exchange is performed prior to curvature computation which is important i think 2015-09-03 14:21:27 -04:00
James E McClure
87e8c501ad Mapping signed distance within averaging routines ComputeLocal and ComponentAverages to fix bug with labeling 2015-09-02 07:43:33 -04:00
Mark Berrill
4d48b3e80d Minor changes to help debug failed run 2015-09-01 21:51:41 -04:00
Mark Berrill
8096b7e885 Fixing some minor memory leaks 2015-08-31 11:44:38 -04:00
Mark Berrill
704f391d0f Fixing some memory leaks/uninitialized values 2015-08-31 11:30:37 -04:00
James E McClure
5fbca6cb82 Euler characteristic is working - cleaning up and refactoring 2015-08-30 12:00:04 -04:00
James E McClure
de51a11dfd Refactoring TestBlobAnalyze to test the Euler characteristic in parallel 2015-08-30 08:10:28 -04:00
James E McClure
fb96db1613 Update TestBlobAnalyze to test teh Euler characteristic 2015-08-25 20:58:46 -04:00
Mark Berrill
0c4680ae3b Merged changes 2015-08-25 17:10:15 -04:00
Mark Berrill
63ef7d0fc6 Finishing id mapping between timesteps, modifying TwoPhase to print the new global id. Still testing. 2015-08-25 14:32:36 -04:00
Mark Berrill
968e906032 Fixing bugs with thread based resturcturing of analysis in lbpm_color_simulator 2015-08-24 14:11:26 -04:00
Mark Berrill
3f771d9374 Modifying analysis in lbpm_color_simulator to run in seperate threads 2015-08-22 11:03:46 -04:00
Mark Berrill
4f6bceffc8 Updating macros.cmake to be consistent with other projects, fixing resulting compile errors 2015-08-21 16:56:43 -04:00
James E McClure
12cd013fa2 Relying on the time labeled components for averaging 2015-08-18 22:06:57 -04:00
James E McClure
f537372cc5 Relying on the time labeled components for averaging 2015-08-18 21:52:47 -04:00
James E McClure
8882d99097 Relying on the time labeled components for averaging 2015-08-18 21:47:31 -04:00
James E McClure
dcc49452a3 Relying on the time labeled components for averaging 2015-08-18 21:40:51 -04:00
James E McClure
2750e7b3d9 uncommented blob averaging section of lbpm_color_simulator 2015-08-18 20:29:32 -04:00
Mark Berrill
f0ffbcb174 Fixing compile error with std::swap 2015-08-17 14:21:01 -04:00
Mark Berrill
767f7d9d2b Merging 2015-08-14 15:17:59 -04:00
Mark Berrill
97bff08872 Changing the algorithm when computing the local ids 2015-08-14 14:59:36 -04:00
James McClure
8031f86270 removed print statement 2015-08-13 10:32:42 -04:00
James McClure
465839c074 Fixed pressure bc in lbpm_color_simulator 2015-08-13 10:31:55 -04:00
James McClure
1248e790fd arg 2015-08-13 03:01:31 -04:00
James E McClure
f978ce4eb7 Fixed bug in pressure boundary conditions lbpm_color_simulator 2015-08-13 02:23:27 -04:00
James E McClure
f580de19c2 Refactor for lbpm_color_simulator (minor) 2015-08-12 19:13:09 -04:00
James E McClure
4c503b7c84 Tweaking lbpm_segmented_pp to find blobs with distance functions 2015-08-12 16:20:59 -04:00
James E McClure
475c64298c Tweaking lbpm_segmented_pp to find blobs with distance functions 2015-08-12 16:13:41 -04:00
James E McClure
e2db86f816 Added preprocessor for capillary tube case lbpm_captube_pp 2015-08-10 14:41:32 -04:00
James E McClure
570f67c4aa Piston test example 2015-08-10 14:37:57 -04:00
James E McClure
4a38a9631d Fixed bug in analysis.cpp 2015-08-10 11:20:13 -04:00
James E McClure
71c0b3cdc3 Fixed bug in analysis.cpp 2015-08-10 11:13:28 -04:00
James E McClure
d1fa260c6e added component averaging to lbpm_segmeented_pp 2015-08-10 10:17:59 -04:00
James E McClure
57183202ea added component averaging to lbpm_segmeented_pp 2015-08-10 10:05:13 -04:00
James E McClure
eeea58a317 Read all info from Restart.xxxxx and SignDist.xxxxx in tests/ComponentLabel 2015-07-28 12:12:46 -04:00
James E McClure
6eaa17b602 tests/ComponentLabel: printing out PhaseID 2015-07-26 10:47:21 -04:00
James E McClure
3212187343 common/TwoPhase.h: when averaging a system with external BC, do not compute the contribution from the inlet. tests/ComponenLabel.cpp: use the .LBM files instead of writing raw binary so that things can be visualized in VisIT 2015-07-26 08:30:56 -04:00
James E McClure
a7b655f811 nope -- velocity BC still goofy trying again 2015-07-23 15:49:29 -04:00
James E McClure
7e572d4936 nope -- velocity BC still goofy trying again 2015-07-23 15:44:59 -04:00
James E McClure
90cbc71a45 Found the (a) reason why the velocity BC were misbehaving 2015-07-23 15:31:11 -04:00
James E McClure
7a96d341d1 trying out components for visualization at scale 2015-07-21 20:40:09 -04:00
James E McClure
1be11617bc trying out components for visualization at scale 2015-07-21 20:24:33 -04:00
James E McClure
9062eb880b Being more sure 2015-07-21 19:15:51 -04:00
James E McClure
13fda1388d removed communications that aren't needed when external BC are set in lbpm_color_simulator, then fixed a typo 2015-07-21 16:54:04 -04:00
James E McClure
c2ec8729d2 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-07-21 16:51:08 -04:00
James E McClure
ed70df9b11 removed communications that aren't needed when external BC are set in lbpm_color_simulator 2015-07-21 16:50:42 -04:00
James E McClure
2c383a162f fixed bug -- lbpm_color_simulator builds with mesh writer for volumes 2015-07-20 17:41:36 -04:00
James E McClure
a6baf109dd Add mesh writer to lbpm_color_simulator 2015-07-20 17:36:06 -04:00
James E McClure
69aab048fe Add mesh writer to lbpm_color_simulator 2015-07-20 17:33:17 -04:00
James E McClure
63f8796dd4 Add mesh writer to lbpm_color_simulator 2015-07-20 17:29:09 -04:00