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 |
|
James E McClure
|
2e021862fa
|
Fixed include bug with include/Domain.h
|
2015-01-28 10:42:46 -05:00 |
|
James E McClure
|
42d080b72b
|
Updated common/Domain.h so that InitializeRanks is performed in Domain::CommInit
|
2015-01-28 10:33:04 -05:00 |
|
James E McClure
|
1e52853925
|
Revisions to tests/TestTwoPhase.cpp, MPI communications now built in through Domain.h
|
2015-01-28 10:03:15 -05:00 |
|
James E McClure
|
dd356399b5
|
Revisions to tests/TestTwoPhase.cpp
|
2015-01-28 09:26:33 -05:00 |
|
James E McClure
|
4d73e1b32b
|
Edited examples/R/Piston.R
|
2015-01-27 10:17:16 -05:00 |
|
James McClure
|
bcd1898a38
|
Updated examples/R/DefsTCAT.R
|
2015-01-26 22:05:39 -05:00 |
|
James McClure
|
43d96a38f6
|
updated examples/R/Piston.R
|
2015-01-26 21:46:20 -05:00 |
|
James E McClure
|
d291db25be
|
Parallel form of tests/TestTwoPhase.cpp
|
2015-01-26 21:38:58 -05:00 |
|
James E McClure
|
b98532a072
|
Fixed tests/TestTwoPhase.cpp
|
2015-01-23 23:26:41 -05:00 |
|
James McClure
|
556174f491
|
updateds sample_scripts/configure_blueridge
|
2015-01-09 14:10:13 -05:00 |
|
James E McClure
|
8ea7f86eae
|
Added class for TwoPhase TCAT averages and unit test tests/TestTwoPhase.cpp
|
2015-01-07 20:50:41 -05:00 |
|
James E McClure
|
e7fe316adc
|
Added a unit test for TwoPhase averaging class tests/TestTwoPhase.cpp
|
2015-01-07 13:43:00 -05:00 |
|
James E McClure
|
f9cb09cc84
|
Streamlining common/PointList.h
|
2015-01-07 13:29:11 -05:00 |
|
James E McClure
|
5123ced92e
|
Changed interface location for fluid signed distance function
|
2015-01-07 11:34:34 -05:00 |
|
James McClure
|
3d604f8a00
|
changed threshold in tests/lb2_Color_wia_mpi
|
2014-12-31 21:52:38 -05:00 |
|