/trunk/src Developers: sshankar

Login name:
sshankar
Total Commits:
97 (0.5%)
Lines of Code:
6986 (3.1%)
Most Recent Commit:
2009-12-22 16:09

Activity by Clock Time

Activity by Hour of Day for sshankar

Activity by Day of Week for sshankar

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 97 (100.0%) 6986 (100.0%) 72.0
VisIt/udaReaderMTMD/ 26 (26.8%) 2670 (38.2%) 102.6
StandAlone/tools/uda2vis/ 43 (44.3%) 2208 (31.6%) 51.3
VisIt/Molecule/ 13 (13.4%) 1502 (21.5%) 115.5
Packages/Uintah/VisIt/udaReaderMTMD/ 9 (9.3%) 606 (8.7%) 67.3
Packages/Uintah/StandAlone/tools/uda2vis/ 4 (4.1%) 0 (0.0%) 0.0
Core/DataArchive/ 2 (2.1%) 0 (0.0%) 0.0

Activity of sshankar

Most Recent Commits

sshankar 2009-12-22 16:09 Rev.: 45226

Modified the sub.mk file to include xml2info

0 lines of code changed in 2 files:

  • VisIt/udaReaderMTMD: sub.mk (new)
sshankar 2009-12-21 15:52 Rev.: 45219

Changes to the molecule plot

91 lines of code changed in 9 files:

  • VisIt/Molecule: Instancing.Fragment.glsl (new 37), Instancing.Vertex.glsl (new 54), Molecule.patch (new), Molecule.xml (del), ParticleInstancingRenderer.C (changed), ParticleInstancingRenderer.h (changed)
sshankar 2009-11-23 17:29 Rev.: 45117

Added patch/ files for improving particle rendering

1411 lines of code changed in 4 files:

  • VisIt/Molecule: Molecule.patch (+365), Molecule.xml (new 135), ParticleInstancingRenderer.C (+688), ParticleInstancingRenderer.h (+223)
sshankar 2009-11-15 12:44

Changes for periodic and no extra cells cases

71 lines of code changed in 4 files:

  • StandAlone/tools/uda2vis: handleVariable.cc (+30 -1), uda2nrrd.cc (+41 -26)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (changed)
sshankar 2009-10-22 12:28 Rev.: 44933

Optimizations for speeding up the uda reading

37 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (+37 -10)
sshankar 2009-09-14 11:45 Rev.: 44711

Made some corrections for visualizing periodic data

45 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+45 -18)
sshankar 2009-09-08 12:18 Rev.: 44695

Removed excessive output to the terminal

3 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: wrap_nrrd.cc (+3 -3)
sshankar 2009-09-08 12:16 Rev.: 44694

Fixed the crash with vector data

22 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+22 -20)
sshankar 2009-08-04 15:28

Added changes for parallel reading of particle data

126 lines of code changed in 7 files:

  • StandAlone/tools/uda2vis: particles.cc (+15 -14), particles.h (+1 -1), uda2nrrd.cc (+54 -8)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (new), testavtudaReaderMTMDFileFormat.C.in (+55 -85)
sshankar 2009-07-27 18:40 Rev.: 44529

Added fix for the visit lies issue

7 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+7 -6)
sshankar 2009-07-20 18:31

Added fix for reading particle variables

14 lines of code changed in 2 files:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (+2 -1)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+12 -12)
sshankar 2009-07-20 11:24

Added changes for reading patch data individually

512 lines of code changed in 5 files:

  • StandAlone/tools/uda2vis: build.cc (+8 -8), handleVariable.cc (+67 -11), uda2nrrd.cc (+34 -21)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+1), testavtudaReaderMTMDFileFormat.C.in (+402 -100)
sshankar 2009-07-07 17:25 Rev.: 44469

Fix parameter name typo

0 lines of code changed in 2 files:

  • Core/DataArchive: DataArchive.h (new)
sshankar 2009-06-29 15:54

Fixed particle naming issues and reduced the output onto the console

570 lines of code changed in 5 files:

  • StandAlone/tools/uda2vis: handleVariable.cc (+2 -2), particles.cc (+4 -4), uda2nrrd.cc (+24 -24)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+4), testavtudaReaderMTMDFileFormat.C.in (+536 -164)
sshankar 2009-05-20 19:37 Rev.: 44347

Initialized empty matrices with DBL_MIN

1 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: particles.cc (+1 -1)
sshankar 2009-05-20 19:24 Rev.: 44346

Initialized some variables for particles

20 lines of code changed in 3 files:

  • StandAlone/tools/uda2vis: particleData.h (+1 -1), particles.cc (+19 -11)
sshankar 2009-05-12 16:39

Added some changes to vector and tensor reading code

16 lines of code changed in 2 files:

  • StandAlone/tools/uda2vis: particleData.h (+14)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+2)
sshankar 2009-05-08 17:08

Updated code for the particle/ material issue and also added particle position as a variable

68 lines of code changed in 3 files:

  • StandAlone/tools/uda2vis: particles.cc (+21 -12), uda2nrrd.cc (+10)
  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+37 -23)
sshankar 2009-05-08 12:27

Added changes for handling partilces, existing only on some materials

255 lines of code changed in 6 files:

  • StandAlone/tools/uda2vis: particleData.h (+1 -1), particles.cc (+192 -71), particles.h (+17 -2), uda2nrrd.cc (+14 -9)
  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+1 -1), testavtudaReaderMTMDFileFormat.C.in (+30 -10)
sshankar 2009-04-29 13:38 Rev.: 44228

Fixed particle data memory leaks

107 lines of code changed in 4 files:

  • StandAlone/tools/uda2vis: particleData.h (+1 -1), particles.cc (+68 -58), particles.h (+28 -12), uda2nrrd.cc (+10 -8)

(11 more)

Generated by StatSVN 0.4.0