Directory Dataflow/Modules/Fields/

Total Files:
121
Deleted Files:
6
Lines of Code:
28805

[root]/Dataflow/Modules/Fields

Lines of Code

Dataflow/Modules/Fields/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 748 (100.0%) 22529 (100.0%) 30.1
jfsheph 107 (14.3%) 11359 (50.4%) 106.1
callahan 402 (53.7%) 7851 (34.8%) 19.5
allen 69 (9.2%) 1642 (7.3%) 23.7
mjc 69 (9.2%) 1262 (5.6%) 18.2
worthen 23 (3.1%) 217 (1.0%) 9.4
dav 68 (9.1%) 130 (0.6%) 1.9
jeroen 3 (0.4%) 28 (0.1%) 9.3
kuzimmer 1 (0.1%) 26 (0.1%) 26.0
darbyb 2 (0.3%) 10 (0.0%) 5.0
jas 1 (0.1%) 2 (0.0%) 2.0
dgroulx 1 (0.1%) 2 (0.0%) 2.0
dmw 2 (0.3%) 0 (0.0%) 0.0

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)
allen 2006-09-27 11:28 Rev.: 35436

cleaned up module to reflect the proper datatype

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: ChangeFieldDataType.cc (new)
allen 2006-09-13 16:19 Rev.: 35333

changed to use base element and added checks for element type

0 lines of code changed in 4 files:

  • Dataflow/Modules/Fields: Gradient.cc (changed), Gradient.h (changed)
allen 2006-09-11 16:05 Rev.: 35285

fixed topology check and indenting

0 lines of code changed in 4 files:

  • Dataflow/Modules/Fields: FieldFrenet.cc (new), FieldFrenet.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.

82 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: MeshSmoother.h (new)
callahan 2006-08-15 11:44 Rev.: 35035

Minor cleanup, add some optimizations.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: ScalarFieldStats.h (changed)
callahan 2006-08-08 14:23 Rev.: 34971

Change the ChangeFieldBounds variable that keeps track of the widget scale to 'real-scale'. 'scale' was being used to determine if the widget had been edited by hand rather than keep track of the box scale. Using it to keep track of the box scale caused the module to no longer properly track if the widget had been edited by hand and caused automatic update problems. Separating the variables out fixes this, but may cause networks built between now and r34794 (Jul 14) to contain the wrong scale if they were edited by hand.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: ChangeFieldBounds.cc (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.

5 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: MeshSmoother.h (+5 -1)
callahan 2006-07-31 19:24 Rev.: 34891

Fix crash bug when interpolating node centered data in GatherFields.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: GatherFields.h (new)
callahan 2006-07-31 19:16 Rev.: 34890

Add an IntersectTri module for self intersecting all of the triangles in a TriSurfMesh.

273 lines of code changed in 4 files:

  • Dataflow/Modules/Fields: IntersectTri.cc (new 118), IntersectTri.h (new 155), sub.mk (new)
callahan 2006-07-21 18:07 Rev.: 34854

Check box variables more strictly.

9 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: ChangeFieldBounds.cc (+9 -5)
callahan 2006-07-21 16:17 Rev.: 34846

Set gui variables when the box changes so that they cache properly. Fixes crash bug in BioTensor.

4 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: ChangeFieldBounds.cc (+4)
callahan 2006-07-18 11:38 Rev.: 34818

Compute new hex interior nodes by pushing them through the mesh basis instead of interpolating.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: IsoRefine.h (new)
callahan 2006-07-18 11:10 Rev.: 34817

Compute new hex surface nodes by pushing them through the mesh basis instead of interpolating.

362 lines of code changed in 3 files:

  • Dataflow/Modules/Fields: IsoRefine.cc (+11), IsoRefine.h (+351 -310)
callahan 2006-07-18 10:40 Rev.: 34816

Remove unused variable

3 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: IsoRefine.h (+3 -4)
callahan 2006-07-17 18:00 Rev.: 34813

Use mesh basis to compute all interior quad points.

13 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: IsoRefine.h (+13 -4)
callahan 2006-07-17 17:38 Rev.: 34812

Use mesh basis to compute some interior quad points.

6 lines of code changed in 1 file:

  • Dataflow/Modules/Fields: IsoRefine.h (+6 -1)
callahan 2006-07-17 16:28 Rev.: 34810

Add support for structured quad refinement.

51 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: IsoRefine.cc (+6), IsoRefine.h (+45 -43)
callahan 2006-07-17 16:10 Rev.: 34808

Simplified input mesh type checking, fix crash bug.

0 lines of code changed in 2 files:

  • Dataflow/Modules/Fields: FieldBoundary.h (new)

(178 more)

Generated by StatSVN 0.4.0