/trunk/src Developers: jfsheph

Login name:
jfsheph
Total Commits:
146 (0.7%)
Lines of Code:
13482 (3.3%)
Most Recent Commit:
2006-12-21 15:27

Activity by Clock Time

Activity by Hour of Day for jfsheph

Activity by Day of Week for jfsheph

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 146 (100.0%) 13482 (100.0%) 92.3
Dataflow/Modules/Fields/ 107 (73.3%) 11359 (84.3%) 106.1
nets/Modules/FieldsCreate/ 2 (1.4%) 492 (3.6%) 246.0
StandAlone/convert/ 3 (2.1%) 439 (3.3%) 146.3
Dataflow/GUI/ 14 (9.6%) 415 (3.1%) 29.6
nets/Modules/FieldsGeometry/ 1 (0.7%) 390 (2.9%) 390.0
Dataflow/XML/ 11 (7.5%) 277 (2.1%) 25.1
nets/Modules/FieldsData/ 1 (0.7%) 51 (0.4%) 51.0
Core/Datatypes/ 4 (2.7%) 37 (0.3%) 9.2
on-the-fly-libs/ 1 (0.7%) 20 (0.1%) 20.0
Dataflow/TCLThread/ 1 (0.7%) 1 (0.0%) 1.0
/ 1 (0.7%) 1 (0.0%) 1.0

Activity of jfsheph

Most Recent Commits

jfsheph 2006-12-21 15:27 Rev.: 36252

backing up changes that I've been working on over the last several weeks to improve the quality of the resulting hexes after inserting a sheet and removing non-manifold edges from the set that will be projected to the boundary.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: InsertHexSheet.h (changed)
jfsheph 2006-09-06 15:16 Rev.: 35215

adding a normal Laplacian smoother to the list of smoothers in the MeshSmoother module. This smoother should run about an order of magnitude faster than the other smoothers in the module, but doesn't have the same quality guarantees supplied by the other ones. However, it's a pretty standard smoother with which most people are already familiar.

85 lines of code changed in 3 files:

  • Dataflow/GUI: MeshSmoother.tcl (+3 -1)
  • Dataflow/Modules/Fields: MeshSmoother.h (new)
jfsheph 2006-08-07 17:23 Rev.: 34958

finish initial implementation of ExtractHexSheet module useful in coarsening hexahedral meshes.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: ExtractHexSheet.h (new)
jfsheph 2006-08-04 13:38 Rev.: 34943

add an option to turn off smoothing while keeping the MeshSmoothing module in a pipeline.

8 lines of code changed in 2 files:

  • Dataflow/GUI: MeshSmoother.tcl (+3 -1)
  • Dataflow/Modules/Fields: MeshSmoother.h (+5 -1)
jfsheph 2006-06-08 15:38 Rev.: 34451

several updates in hooking up non-manifold edge face projections and fixing a compiler error

70 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: InsertHexSheet.h (+70 -30)
jfsheph 2006-06-08 12:04 Rev.: 34447

initial commit of a new module for extracting hexahedral sheets from meshes.

657 lines of code changed in 6 files:

  • Dataflow/GUI: ExtractHexSheet.tcl (new 101), sub.mk (+1)
  • Dataflow/Modules/Fields: ExtractHexSheet.cc (+198), ExtractHexSheet.h (+291), sub.mk (+1)
  • Dataflow/XML: ExtractHexSheet.xml (new 65)
jfsheph 2006-06-08 11:56 Rev.: 34446

correcting an assert statement.

5 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: InsertHexSheet.h (+5 -9)
jfsheph 2006-06-08 11:08 Rev.: 34444

beginning to hook up some new functionality provided by Michael to separate faces connected to non-manifold edges for projecting them back to the isosurface.

229 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: InsertHexSheet.h (+229 -194)
jfsheph 2006-06-01 12:20 Rev.: 34378

re-fixing a typo error after file reversion

1 lines of code changed in 1 file:

  • Core/Datatypes: HexVolMesh.h (+1 -1)
jfsheph 2006-05-30 16:46 Rev.: 34362

fixing what appears to be an overlooked cut-and-paste error in a synchronization check.

1 lines of code changed in 1 file:

  • Core/Datatypes: HexVolMesh.h (+1 -1)
jfsheph 2006-05-24 10:36 Rev.: 34322

preventing a crash in MeshSmoother if no elements are passed in to smooth.

9 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: MeshSmoother.h (+9)
jfsheph 2006-05-17 12:04 Rev.: 34257

adding some code for detecting non-manifold edges that Michael is going to help me with...

394 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: InsertHexSheet.h (+394 -114)
jfsheph 2006-05-15 14:07 Rev.: 34232

adding a function to get all faces in a mesh connected to an edge. Thanks to Michael for the function...

34 lines of code changed in 1 file:

  • Core/Datatypes: Mesh.h (+34)
jfsheph 2006-05-12 16:32 Rev.: 34212

reducing the number of warning lines printed out when negative volume hexes are detected

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: MeshQuality.h (changed)
jfsheph 2006-05-11 12:00 Rev.: 34202

changing the output field type from the MeshQuality module to a constant basis, and storing the value of the scaled Jacobian metric for each element on the field. This enables me to better visualize all of the poor quality elements in a mesh.

46 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: MeshQuality.h (+46 -5)
jfsheph 2006-05-10 16:57 Rev.: 34194

couple of updates

33 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: InsertHexSheet.h (+33 -26)
jfsheph 2006-05-10 16:56 Rev.: 34193

adding a couple of translators to make it easier for me to go back and forth between SCIRun and CUBIT.

439 lines of code changed in 3 files:

  • StandAlone/convert: HexVolFieldToExotxt.cc (new 220), TriSurfFieldToExotxt.cc (new 211), sub.mk (+8)
jfsheph 2006-05-04 17:07 Rev.: 34132

continuing progress and updates to the InsertHexSheet module. Still not complete, but a substantial amount of capability has been added since my last update, and I wanted to back it up...

306 lines of code changed in 4 files:

  • Dataflow/GUI: InsertHexSheet.tcl (new)
  • Dataflow/Modules/Fields: InsertHexSheet.cc (+13 -1), InsertHexSheet.h (+280 -12)
jfsheph 2006-04-25 13:55 Rev.: 34003

removing unneeded commenting...

1 lines of code changed in 3 files:

  • Dataflow/Modules/Fields: IsoClip.cc (-5), IsoClip.h (+1 -68)
jfsheph 2006-04-25 13:50 Rev.: 34002

Changing IsoClip(hex) to project to an isosurface rather than a field boundary which gives more appropriate results...

360 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: IsoClip.cc (+2), IsoClip.h (+358 -304)

(37 more)

Generated by StatSVN 0.4.0