Directory StandAlone/tools/uda2vis/

Total Files:
3
Deleted Files:
17
Lines of Code:
192

[root]/StandAlone/tools/uda2vis

Lines of Code

StandAlone/tools/uda2vis/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 102 (100.0%) 5428 (100.0%) 53.2
jmschrei 55 (53.9%) 5382 (99.2%) 97.8
jas 47 (46.1%) 46 (0.8%) 0.9

Most Recent Commits

jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

1 lines of code changed in 2 files:

  • StandAlone/tools/uda2vis: uda2vis.cc (new)
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

639 lines of code changed in 21 files:

  • StandAlone/tools/uda2vis: Args.h (del), Matrix_Op.h (del), QueryInfo.h (del), bc.cc (del), bc.h (del), build.cc (del), build.h (del), handleVariable.cc (del), handleVariable.h (del), particleData.h (del), particles.cc (del), particles.h (del), sub.mk (new), uda2nrrd.cc (del), uda2vis.cc (+513), udaData.h (new 125), update_mesh_handle.cc (del), update_mesh_handle.h (del), wrap_nrrd.cc (del), wrap_nrrd.h (del)
jmschrei 2010-06-09 17:20 Rev.: 45714

removing dependency on teem from uda2vis

1 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: sub.mk (+1 -1)
jmschrei 2010-06-09 16:58 Rev.: 45713

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

1605 lines of code changed in 2 files:

  • StandAlone/tools/uda2vis: particleData.h (new 113), uda2nrrd.cc (new 1492)
jmschrei 2010-04-06 15:19 Rev.: 45506

removing assumption that all particle data is on the same level

10 lines of code changed in 2 files:

  • StandAlone/tools/uda2vis: particleData.h (-1), uda2nrrd.cc (+10 -11)
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.

8 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (+8 -7)
jmschrei 2010-03-16 19:33 Rev.: 45437

Major cleanup and simplification of the visit plugin code.

1726 lines of code changed in 12 files:

  • StandAlone/tools/uda2vis: build.cc (new 145), build.h (new 4), handleVariable.cc (new 301), handleVariable.h (new 14), particleData.h (+65 -112), particles.cc (new 638), particles.h (new 51), uda2nrrd.cc (+328 -641), update_mesh_handle.cc (new 3), update_mesh_handle.h (new 4), wrap_nrrd.cc (new 169), wrap_nrrd.h (new 4)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

10 lines of code changed in 10 files:

  • StandAlone/tools/uda2vis: Args.h (new 1), Matrix_Op.h (new 1), QueryInfo.h (new 1), bc.h (new 1), build.h (+1 -1), handleVariable.h (+1 -1), particleData.h (+1 -1), particles.h (+1 -1), update_mesh_handle.h (+1 -1), wrap_nrrd.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

17 lines of code changed in 17 files:

  • StandAlone/tools/uda2vis: Args.h (+1 -1), Matrix_Op.h (+1 -1), QueryInfo.h (+1 -1), bc.cc (new 1), bc.h (+1 -1), build.cc (+1 -1), build.h (+1 -1), handleVariable.cc (+1 -1), handleVariable.h (+1 -1), particleData.h (+1 -1), particles.cc (+1 -1), particles.h (+1 -1), uda2nrrd.cc (+1 -1), update_mesh_handle.cc (+1 -1), update_mesh_handle.h (+1 -1), wrap_nrrd.cc (+1 -1), wrap_nrrd.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

17 lines of code changed in 17 files:

  • StandAlone/tools/uda2vis: Args.h (+1 -1), Matrix_Op.h (+1 -1), QueryInfo.h (+1 -1), bc.cc (+1 -1), bc.h (+1 -1), build.cc (+1 -1), build.h (+1 -1), handleVariable.cc (+1 -1), handleVariable.h (+1 -1), particleData.h (+1 -1), particles.cc (+1 -1), particles.h (+1 -1), uda2nrrd.cc (+1 -1), update_mesh_handle.cc (+1 -1), update_mesh_handle.h (+1 -1), wrap_nrrd.cc (+1 -1), wrap_nrrd.h (+1 -1)
jmschrei 2010-03-05 18:07 Rev.: 45401

removing getNumPatches(), getNumLevels(), and getPatchIndex() since they're not used and their functionality is redundant

0 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (-107)
jmschrei 2010-03-03 18:47 Rev.: 45395

proper template instantiation in build.cc, lots more code cleanup/organization

374 lines of code changed in 5 files:

  • StandAlone/tools/uda2vis: build.cc (+116 -145), handleVariable.cc (+132 -144), handleVariable.h (+16 -14), uda2nrrd.cc (+29 -40), wrap_nrrd.cc (+81 -169)
jmschrei 2010-03-02 15:05 Rev.: 45387

fixed global variable caching, only load requested particle data, lots of code cleanup

425 lines of code changed in 6 files:

  • StandAlone/tools/uda2vis: handleVariable.cc (+111 -289), handleVariable.h (-1), particleData.h (+10 -39), particles.cc (+117 -638), particles.h (+1 -51), uda2nrrd.cc (+186 -226)
jmschrei 2010-02-26 19:27 Rev.: 45378

removing lots of old commented out debugging code, started some simple performance optimization (keep DataArchive and Grid's for reuse)

555 lines of code changed in 1 file:

  • StandAlone/tools/uda2vis: uda2nrrd.cc (+555 -1021)
jmschrei 2010-02-24 10:49 Rev.: 45373

fix for gcc 4.4 - made template instantiation explicit (rather than with helper functions), which gcc doesn't optimize out, so we don't need to set the optimization level with pragmas that seem to be buggy

39 lines of code changed in 3 files:

  • StandAlone/tools/uda2vis: handleVariable.cc (+21 -79), particles.cc (+8 -40), wrap_nrrd.cc (+10 -38)
Generated by StatSVN 0.4.0