Commit Graph

631 Commits

Author SHA1 Message Date
Mark Berrill
e0ab2445bb Adding option to check example output 2015-03-05 12:55:24 -05:00
James E McClure
3177cec2cc tests/BlobIdentify is working as a serial phase identification tool. Has a weird memory error from double free that needs to be culled 2015-03-04 15:56:20 -05:00
James E McClure
94a04cbaf7 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-03-02 15:06:26 -05:00
James E McClure
673bd7e2cc Updated BlobIdentify.cpp to test bad malloc error 2015-03-02 15:06:13 -05:00
Mark Berrill
76162c6a22 Updating cmake files to try and fix compile bug on EOS 2015-02-25 11:45:23 -05:00
James E McClure
bee68191c2 Updated Blob Identify algorithm 2015-02-25 09:59:21 -05:00
Mark Berrill
5d09dbfc68 Fixing minor bug in ctest script 2015-02-20 08:56:04 -05:00
James E McClure
7bdc84730e Re-factored tests/TestInterfaceSpeed 2015-02-18 14:46:15 -05:00
James E McClure
8fb9b19ac9 Re-factored tests/TestInterfaceSpeed 2015-02-18 14:41:23 -05:00
James E McClure
bbd611619a Fixed all memory leaks in test/TestInterfaceSpeed by fixing common/PointList.h 2015-02-18 14:09:24 -05:00
James E McClure
b6d7f53a45 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-02-18 13:55:45 -05:00
James E McClure
1579a981ec Fixed valgrind error from mismatched free / delete in common/Array.h 2015-02-18 13:55:37 -05:00
Mark Berrill
698cfb7298 Updating ctest script for weekly tests 2015-02-16 10:16:03 -05:00
Mark Berrill
0d9ba5b07a Continuing work on cmake/ctest 2015-02-13 13:02:07 -05:00
Mark Berrill
636ddeb7b0 more updates to ctest_script 2015-02-13 12:10:43 -05:00
Mark Berrill
9f817b52d8 Updating ctest script 2015-02-13 11:48:04 -05:00
Mark Berrill
47c1a10451 Fixing compile error and warnings 2015-02-13 11:43:41 -05:00
James E McClure
82a8136bae modified TwoPhase:ColorToSignDistance 2015-02-04 16:35:17 -05:00
James E McClure
f6f1776951 Fixed bug in the phase ID field in Dm.id in simulators 2015-02-04 15:45:33 -05:00
James E McClure
a26a241b69 slight implementation change to make pgi compilers on titna happy 2015-02-04 13:01:10 -05:00
Mark Berrill
cd2f3168ca Merge branch 'master' of https://github.com/JamesEMcClure/LBPM-WIA 2015-02-04 09:55:52 -05:00
Mark Berrill
02a0b42c03 Fixing errors when compiling without c++11, changing GNU to use c++98 2015-02-04 09:55:22 -05:00
James E McClure
7ae8922466 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-02-02 17:10:36 -05:00
James E McClure
5f02c8e3db Fixed the bug from tests/lb2_Color_wia_mpi in tests/lbpm_color_simulator 2015-02-02 17:09:21 -05:00
Mark Berrill
49c013c3bb Changing test timeout, fixing a failing test, fixing a minor bug in CMake 2015-02-02 15:38:02 -05:00
Mark Berrill
3c6732d03e Fixing compile error on platforms/filesystems that are case insensitive (MAC) due to MPI.h including mpi.h which included itself rather than including mpi 2015-02-02 12:01:32 -05:00
James McClure
b0fa4f8c3b Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-02-01 11:00:10 -05:00
James E McClure
b8d49001c3 Using distance function for phase average in common/TwoPhase.h 2015-02-01 10:59:06 -05:00
James McClure
d00f99ebd4 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-31 17:52:52 -05:00
James E McClure
0c8a8fc769 Fixed a little bug with the object oriented communication in DOmain.h 2015-01-31 17:52:12 -05:00
James E McClure
0e826c22b9 Arg! why broken 2015-01-31 17:18:15 -05:00
James E McClure
36ad05b702 Communication for mesh halo now performed by class Domain 2015-01-31 15:30:37 -05:00
James McClure
f7c0068c6e Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-30 16:31:10 -05:00
James E McClure
d959c9c7d4 Halo exchanges for signed distance in common/TwoPhase.h 2015-01-30 16:30:10 -05:00
James McClure
90401beac7 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-30 11:48:50 -05:00
James E McClure
f9f0e772d4 Reverting to phase indicator field for analysis common/TwoPhase.h 2015-01-30 11:48:26 -05:00
Mark Berrill
b559b240d2 Updating CMake to work with 3.0, adding ctest_script to work with ctest_builder for nightly tests 2015-01-29 17:12:32 -05:00
James McClure
d8e4c63ea5 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-29 09:32:14 -05:00
James E McClure
2ecf042cf8 Added communication for Phase in TwoPhase::ComputeDelPhi 2015-01-29 09:29:10 -05:00
James McClure
71c72616c3 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-28 19:27:41 -05:00
James E McClure
957ba24c14 Realized I made a dumb mistake (forgot to compute DelPhi) 2015-01-28 19:27:24 -05:00
James McClure
1931d4afa2 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-28 18:46:11 -05:00
James E McClure
bb9a536172 Using regular phase field instead of distance as a quick test 2015-01-28 18:45:54 -05:00
James McClure
93e70964c3 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-28 12:56:20 -05:00
James E McClure
755cdecf2e Updated tests/lbpm_color_simulator to use averaging object 2015-01-28 12:56:14 -05:00
James McClure
0c637232b5 Merge branch 'master' of github.com:JamesEMcClure/LBPM-WIA 2015-01-28 11:47:27 -05:00
James E McClure
434bdf374e Updates to track interface speed using signed distance function instead of phase density field 2015-01-28 11:18:48 -05:00
James E McClure
7274795794 Using signed distance in place of phase indicator field for all analysis in common/TwoPhase.h 2015-01-28 11:18:18 -05:00
James E McClure
9a7d8c6912 Relying on object-oriented averaging framework for tests/lb2_Color_wia_mpi.cpp 2015-01-28 10:43:35 -05:00
James E McClure
d53614ad4f Small change to TestTwoPhase.cpp 2015-01-28 10:43:06 -05:00