Directory VisIt/udaReaderMTMD/

Total Files:
12
Deleted Files:
1
Lines of Code:
941

[root]/VisIt/udaReaderMTMD

Lines of Code

VisIt/udaReaderMTMD/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 88 (100.0%) 6891 (100.0%) 78.3
jmschrei 59 (67.0%) 6817 (98.9%) 115.5
jeff788 10 (11.4%) 44 (0.6%) 4.4
dav 3 (3.4%) 24 (0.3%) 8.0
jas 16 (18.2%) 6 (0.1%) 0.3

Most Recent Commits

jas 2010-09-28 08:55 Rev.: 46272

Update documentation to version 1.3. Allow Wasatch, TabProps and
other new components in the new release.

0 lines of code changed in 10 files:

  • VisIt/udaReaderMTMD: udaReaderMTMDCommonPluginInfo.C (new), udaReaderMTMDEnginePluginInfo.C (changed), udaReaderMTMDMDServerPluginInfo.C (changed), udaReaderMTMDPluginInfo.C (new), udaReaderMTMDPluginInfo.h (new)
jmschrei 2010-09-21 16:33 Rev.: 46250

adding file to hold common expressions

9 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: udaExpressions.txt (new 9)
jmschrei 2010-09-21 15:30 Rev.: 46249

adding support for loading common expressions from a text file

0 lines of code changed in 4 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (changed), avtudaReaderMTMDFileFormat.h (changed)
jmschrei 2010-07-20 15:57 Rev.: 45908

Moving extra cells option into visit database options rather than a constant in the code, so loading extra cells or not can be controlled without recompiling. Extra cells are not loaded by default, for efficiency reasons.

161 lines of code changed in 8 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+85 -80), avtudaReaderMTMDFileFormat.h (+3 -2), avtudaReaderMTMDOptions.C (new 22), avtudaReaderMTMDOptions.h (new 13), udaReaderMTMD.xml (new), udaReaderMTMDCommonPluginInfo.C (+35 -1), udaReaderMTMDPluginInfo.h (+2)
jmschrei 2010-07-01 10:50 Rev.: 45790

cleaning up compiler warnings

19 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+19 -17)
jmschrei 2010-07-01 10:35 Rev.: 45789

specify cmake variable types on the visit cmake command line - seems to fix the issue with spaces in CXXFLAGS

0 lines of code changed in 2 files:

  • VisIt/udaReaderMTMD: sub.mk (new)
dav 2010-06-25 15:04 Rev.: 45781

#include vector in .h file to use vector. Add names to public function parameters (need to do this to all functions in .h file). Use std:: as necessary.

17 lines of code changed in 2 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+4 -4), avtudaReaderMTMDFileFormat.h (+13 -13)
jmschrei 2010-06-24 10:49 Rev.: 45776

pass CXX and CXXFLAGS to cmake, so plugin is built with the same flags as everything else

1 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: sub.mk (+1 -1)
dav 2010-06-23 17:28 Rev.: 45775

The avtudaReaderMTMDFileFormat.C must be created (initially) before CMake is run... so I moved it up in the list of dependencies in the makefile. (This fixes the problem with just running 'make'... (Note, before 'make -j2' worked around the problem).) (This change is necessary due to the switch to CMake for the plugin (I think), and was not the case before CMake was used to build the plugin.) Also removed some unwanted tabs (be careful, some tabs (eg: the ones remaining) in makefiles are necessary).

7 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: sub.mk (+7 -7)
jmschrei 2010-06-09 17:50 Rev.: 45715

removing old uda2nrrd files from uda2vis that aren't used, renaming what's left to be more consistent

1417 lines of code changed in 4 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.C.in (+1413), avtudaReaderMTMDFileFormat.h (+1 -1), sub.mk (+3 -3), testavtudaReaderMTMDFileFormat.C.in (del)
jmschrei 2010-06-09 16:58 Rev.: 45713

adding proc_id variable to show which processor a patch was assigned to

3165 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (new 3165)
jmschrei 2010-06-08 15:06 Rev.: 45708

fixing include directories

4 lines of code changed in 3 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+1 -1), sub.mk (+2 -2), testavtudaReaderMTMDFileFormat.C.in (+1 -1)
jmschrei 2010-06-01 17:51 Rev.: 45670

Updating uda reader plugin and installation guide to compile against the official 2.0 VisIt release.

71 lines of code changed in 9 files:

  • VisIt/udaReaderMTMD: avtudaReaderMTMDFileFormat.h (+1 -1), sub.mk (+7 -6), testavtudaReaderMTMDFileFormat.C.in (+1 -1), udaReaderMTMD.xml (+4 -4), udaReaderMTMDCommonPluginInfo.C (+11 -4), udaReaderMTMDEnginePluginInfo.C (+1 -1), udaReaderMTMDMDServerPluginInfo.C (+1 -1), udaReaderMTMDPluginInfo.C (+41 -7), udaReaderMTMDPluginInfo.h (+4 -2)
jmschrei 2010-04-06 15:19 Rev.: 45506

removing assumption that all particle data is on the same level

14 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+14 -34)
jmschrei 2010-03-30 13:45 Rev.: 45490

Fixed serialized reads so the first process waits for the last after its first read, and added code to serialize reads for particle data. Added more explicit #define option for serialized reads, which is disabled by default since they are slower than parallel reads. Also removed some unused variables, and other minor misc cleanups.

71 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+71 -29)
jmschrei 2010-03-30 13:06 Rev.: 45488

replace NaNs with large negative numbers for particle variables

6 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+6)
jmschrei 2010-03-29 15:47 Rev.: 45486

Replace NaNs with large negative numbers so they are apparent in visit plots

6 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+6)
jeff788 2010-03-23 16:29 Rev.: 45460

reverted the uda reader files to the previous version. These files were inadvertently changed in revision 45458

14 lines of code changed in 5 files:

  • VisIt/udaReaderMTMD: udaReaderMTMDCommonPluginInfo.C (+2 -2), udaReaderMTMDEnginePluginInfo.C (+3 -7), udaReaderMTMDMDServerPluginInfo.C (+3 -7), udaReaderMTMDPluginInfo.C (+4 -12), udaReaderMTMDPluginInfo.h (+2 -2)
jeff788 2010-03-23 16:00 Rev.: 45458

added the cpdi interpolator

30 lines of code changed in 5 files:

  • VisIt/udaReaderMTMD: udaReaderMTMDCommonPluginInfo.C (+2 -2), udaReaderMTMDEnginePluginInfo.C (+7 -3), udaReaderMTMDMDServerPluginInfo.C (+7 -3), udaReaderMTMDPluginInfo.C (+12 -4), udaReaderMTMDPluginInfo.h (+2 -2)
jmschrei 2010-03-17 17:36 Rev.: 45441

Updated visit meshes for face centered data so they are more accurate with pseudocolor plots

57 lines of code changed in 1 file:

  • VisIt/udaReaderMTMD: testavtudaReaderMTMDFileFormat.C.in (+57 -51)

(14 more)

Generated by StatSVN 0.4.0