Commit Graph

422 Commits

Author SHA1 Message Date
James E McClure
87fffc8b0e 1st effot to fix color BC issue 2017-11-27 07:33:41 -05:00
James E McClure
53fbe986d6 Initial try at variable density 2017-11-25 15:17:20 -05:00
Rex Zhe Li
9c7605403f D3Q19.cpp: for flux BC comment out the unncessary read of the distribution functions 2017-11-21 16:11:52 +11:00
James E McClure
ec4fb32c5e Mask out halo in Flux BC z 2017-11-19 14:12:43 -05:00
Mark Berrill
f4e0aca1c3 Fixing TestBubble and some memory leaks 2017-10-02 10:07:06 -04:00
James E McClure
43112e299a Fixed issues with broken build 2017-10-01 11:46:22 -04:00
James E McClure
d102150942 Added flux BC to LBPM-WIA 2017-09-18 05:55:34 -04:00
cpf
77eb58e09a fixing filters with math dot h and array by deleting the pow function 2017-09-11 16:25:20 -04:00
Mark Berrill
73f9240019 Merge ../LBPM-WIA-titan-devel 2017-08-15 08:32:29 -04:00
James E McClure
564e2d4bf0 Small change in Domain.h eikonal solver 2017-07-17 08:51:22 -04:00
James E McClure
8dad730f68 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2017-07-16 20:13:12 -04:00
James E McClure
56a2d6294b Fixed bugs 2017-07-08 13:32:29 -04:00
James E McClure
ec35cc7a32 Updating type in common/TwoPhase.h lbpm_morphdrain_pp and lbpm_morphopen_pp 2017-07-08 12:53:08 -04:00
Mark Berrill
a04317d766 Updating threadpool class 2017-07-05 12:08:21 -04:00
James E McClure
dcf98ab196 Using Eikonal equation solver in analysis - need perf opt 2017-04-19 08:49:11 -04:00
James E McClure
39a7654d4c Debugging 2017-04-18 23:20:28 -04:00
James E McClure
518aaefe57 Testing re-factored analaysis routines 2017-04-18 23:00:47 -04:00
James E McClure
840ebce29a Computing initial distance from analytical form in TwoPhase::ColorToSignedDistance 2017-04-18 22:12:00 -04:00
James E McClure
bf5ee19b8e Refactoring TwoPhase::ColorToSignedDistance 2017-04-18 22:00:06 -04:00
James E McClure
68417437ce Moving Eikonal to Domain.h/cpp 2017-04-14 15:22:25 -04:00
James E McClure
53bba777c6 update Domain.h 2017-04-14 15:21:32 -04:00
James E McClure
efcbbca1b7 moved Eikonal equation solver to Domain.cpp/.h 2017-04-14 15:16:58 -04:00
James E McClure
65579e9b4e moved Eikonal equation solver to Domain.cpp/.h 2017-04-14 15:13:32 -04:00
James E McClure
4acd3efafb lbpm_color_macro_simulator allows for viscosity ratio not equal to one 2017-02-15 16:38:44 -05:00
James E McClure
ab2a945a5a Added support to write local averages for all MPI ranks 2017-02-02 15:38:49 -05:00
Mark Berrill
3434dcb43c Fixing compile error 2017-01-26 12:14:28 -05:00
Mark Berrill
e29faadcee Adding initial Silo writer. Modifying writer interface. 2017-01-23 10:42:21 -05:00
James E McClure
b7a5ea342f replacing ScaLBL functions in tests/*cpp 2016-11-23 16:16:48 -05:00
Mark Berrill
1e8ca14d85 Refactoring lbpm_uCT_pp.cpp 2016-06-27 11:15:42 -04:00
Mark Berrill
0284d4acd0 Working on filter for lbpm_uCT_pp 2016-06-15 09:24:59 -04:00
Mark Berrill
b11d2c447e Working on lbpm_uCT 2016-05-25 14:00:28 -04:00
Mark Berrill
1b36f74bdf Updating lbpm_uCT_pp.cpp with new Array class, adding imfilter 2016-05-24 10:34:33 -04:00
James E McClure
918ad01e33 Fixed warning from common/Domain.h 2016-04-17 10:30:23 -04:00
James E McClure
61cbeb4220 Updated lbpm_segmented_pp based on Min (2010) to sovle Eikonal equation 2016-04-16 19:27:24 -04:00
James E McClure
a6e9bf3dd1 Revert "Untested changes to compute geometric information from segmented images -- must check build"
This reverts commit 6cc6743ee6.
2016-02-28 17:56:57 -05:00
James E McClure
d12cacf9a5 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2016-02-23 09:56:43 -05:00
Mark Berrill
865726d3c0 Fixing failing test 2016-01-29 10:47:15 -05:00
James E McClure
6cc6743ee6 Untested changes to compute geometric information from segmented images -- must check build 2016-01-13 17:48:26 -05:00
James E McClure
193ec2841d Removing warnings from cdash, deprecating lb2_Color_wia_mpi and BasicSimulator 2016-01-10 11:16:54 -05:00
James E McClure
e8b183dd78 Fixed bug with initializiation of kinematic quantities 2016-01-09 22:03:55 -05:00
James E McClure
e6d74f12d2 Updated TwoPhase.cpp with additional kinematic quantities for common curve dynamics 2016-01-09 21:37:44 -05:00
James E McClure
ba03e66cf4 removed warning 2016-01-09 09:36:31 -05:00
James E McClure
e4e75725d9 Removed some warnings 2016-01-09 09:20:54 -05:00
James E McClure
38c8888492 Removed some warnings 2016-01-09 09:16:52 -05:00
Mark Berrill
19f35bd19b Fixing compile error without MPI 2015-11-30 15:53:39 -05:00
James E McClure
0f2fd58b3f Trying to fix Euler characteristic (fail unit tests/TestTorus) 2015-11-22 20:28:39 -05:00
James E McClure
1200e72910 Trying to fix Euler characteristic (fail unit tests/TestTorus) 2015-11-22 20:26:02 -05:00
James E McClure
a28780105e Trying to fix Euler characteristic (fail unit tests/TestTorus) 2015-11-22 20:22:49 -05:00
James E McClure
945cd14cd5 Trying to fix Euler characteristic (fail unit tests/TestTorus) 2015-11-22 19:47:55 -05:00
James E McClure
1923d091e1 Trying to fix Euler characteristic (fail unit tests/TestTorus) 2015-11-22 19:37:53 -05:00