Directory VisIt/libsim/

Total Files:
8
Deleted Files:
0
Lines of Code:
5025

[root]/VisIt/libsim

Lines of Code

VisIt/libsim/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 2861 (100.0%) 35.7
allen 78 (97.5%) 2821 (98.6%) 36.1
ahumphrey 2 (2.5%) 40 (1.4%) 20.0

Most Recent Commits

allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

1 lines of code changed in 2 files:

  • VisIt/libsim: visit_libsim_database.cc (+1 -1)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

2 lines of code changed in 2 files:

  • VisIt/libsim: visit_libsim_callbacks.cc (+2 -2)
allen 2017-12-08 19:10 Rev.: 57414

Moved PIDX checks out of the SimCtrl. Cleanup of varnames

44 lines of code changed in 10 files:

  • VisIt/libsim: visit_libsim.cc (new), visit_libsim.h (+2 -2), visit_libsim_callbacks.cc (+18 -18), visit_libsim_callbacks.h (+4 -4), visit_libsim_customUI.cc (+7 -7), visit_libsim_database.cc (+2 -2)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

236 lines of code changed in 8 files:

  • VisIt/libsim: uintah.ui (new), visit_libsim.cc (+22 -20), visit_libsim.h (+4 -3), visit_libsim_callbacks.cc (+117 -96), visit_libsim_callbacks.h (+3 -3), visit_libsim_customUI.cc (+68 -55), visit_libsim_database.cc (+11 -12)
allen 2017-11-07 13:35 Rev.: 57242

commented out code that can not used yet

11 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+11 -11)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

95 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+95 -58)
allen 2017-10-23 15:47 Rev.: 57168

fixed centering call

1 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+1 -1)
allen 2017-10-23 15:11 Rev.: 57167

added alloc and bad type check

44 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+44 -30)
allen 2017-10-05 12:02 Rev.: 57081

added proc node to the in-situ

36 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+36 -35)
ahumphrey 2017-10-03 17:19 Rev.: 57069

Add simulation time to SimulationTime object. Arches needs this for certain tasks.
Curious this was not available previously anywhere outside of the SimController.

40 lines of code changed in 2 files:

  • VisIt/libsim: visit_libsim_callbacks.cc (+28 -28), visit_libsim_customUI.cc (+12 -12)
allen 2017-09-20 12:50 Rev.: 57016

fixes for W-cycle and performing on-the-fly analysis

19 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_customUI.cc (+19 -40)
allen 2017-09-14 15:50 Rev.: 57003

fixed DW issue with W cycle and correct callswith materials

236 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_customUI.cc (+236 -212)
allen 2017-09-12 14:47 Rev.: 56989

minor clean up to remoe additional warnings

3 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+3 -3)
allen 2017-09-12 14:41 Rev.: 56988

changed to strict else to remove a warning

2 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+2 -2)
allen 2017-09-08 10:06 Rev.: 56971

check for patch meshes before patch vars

95 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+95 -78)
allen 2017-09-07 19:36 Rev.: 56970

no analysis vars with the first time step

1 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_customUI.cc (+1 -1)
allen 2017-08-29 17:01 Rev.: 56923

added fix for per patch data handling

74 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+74 -61)
allen 2017-08-22 17:23 Rev.: 56906

fixed bug with getting correct name

23 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+23 -11)
allen 2017-08-18 14:57 Rev.: 56896

added additional analysis vars

134 lines of code changed in 2 files:

  • VisIt/libsim: visit_libsim_customUI.cc (+132 -110), visit_libsim_database.cc (+2 -1)
allen 2017-08-16 16:09 Rev.: 56892

clean up for the node meshes

401 lines of code changed in 3 files:

  • VisIt/libsim: visit_libsim.cc (+1 -1), visit_libsim.h (+4 -4), visit_libsim_database.cc (+396 -219)
allen 2017-08-02 15:51 Rev.: 56836

added interface to get the global uintah patch id

12 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+12 -15)
allen 2017-07-31 14:25 Rev.: 56832

added more patch info

45 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+45 -2)
allen 2017-05-31 14:29 Rev.: 56584

to to record vars changes with the insitu I added an output and restart problem spec restart to the archiver. As a side affect I compartmentalized the setup in the sim controller

2 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_callbacks.cc (+2)
allen 2017-05-24 07:46 Rev.: 56568

fixed data ownership

51 lines of code changed in 3 files:

  • VisIt/libsim: visit_libsim.cc (+4 -2), visit_libsim_customUI.cc (+1 -1), visit_libsim_database.cc (+46 -36)
allen 2017-05-18 16:53 Rev.: 56548

update the in-situ for per patch data and the new strip chart interface

483 lines of code changed in 8 files:

  • VisIt/libsim: uintah.ui (+122 -106), visit_libsim.cc (+19 -12), visit_libsim_callbacks.cc (+209 -76), visit_libsim_callbacks.h (+3), visit_libsim_customUI.cc (+77 -49), visit_libsim_customUI.h (new), visit_libsim_database.cc (+50 -21)
allen 2017-05-15 17:07 Rev.: 56534

remove passing the tiemstep

5 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_database.cc (+5 -8)
allen 2017-04-26 15:48 Rev.: 56484

clean up of the output / checkpint timing and added a misc timing option

126 lines of code changed in 4 files:

  • VisIt/libsim: uintah.ui (+59 -5), visit_libsim_customUI.cc (+44), visit_libsim_customUI.h (+20 -19), visit_libsim_database.cc (+3)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

2 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_customUI.cc (+2 -3)
allen 2017-04-05 12:31 Rev.: 56389

updated member name

9 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_callbacks.cc (+9 -9)
allen 2017-03-06 14:33 Rev.: 56291

changed the GUI and updated it for new var names

138 lines of code changed in 5 files:

  • VisIt/libsim: uintah.ui (+77 -75), visit_libsim_callbacks.cc (+27 -27), visit_libsim_customUI.cc (+32 -29), visit_libsim_customUI.h (-1), visit_libsim_database.cc (+2 -2)
allen 2017-03-03 17:00 Rev.: 56289

added new vars to the in-situ

32 lines of code changed in 3 files:

  • VisIt/libsim: uintah.ui (+3 -3), visit_libsim_callbacks.cc (+22 -1), visit_libsim_customUI.cc (+7 -4)
allen 2017-03-03 16:49 Rev.: 56288

added new vars to the in-situ

189 lines of code changed in 7 files:

  • VisIt/libsim: uintah.ui (+64 -38), visit_libsim.cc (+4), visit_libsim_callbacks.cc (+94 -2), visit_libsim_callbacks.h (+2), visit_libsim_customUI.cc (+19), visit_libsim_customUI.h (+3 -2), visit_libsim_database.cc (+3)
allen 2017-03-03 15:25 Rev.: 56287

add min/max bounds to the in-situ vars

89 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_callbacks.cc (+89 -12)
allen 2017-03-03 14:11 Rev.: 56285

add min/max bounds to the in-situ vars, fixed handle checks

180 lines of code changed in 1 file:

  • VisIt/libsim: visit_libsim_callbacks.cc (+180 -18)
Generated by StatSVN 0.7.0