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 |
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:
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:
finish initial implementation of ExtractHexSheet module useful in coarsening hexahedral meshes.
0 lines of code changed in 2 files:
add an option to turn off smoothing while keeping the MeshSmoothing module in a pipeline.
8 lines of code changed in 2 files:
several updates in hooking up non-manifold edge face projections and fixing a compiler error
70 lines of code changed in 1 file:
initial commit of a new module for extracting hexahedral sheets from meshes.
657 lines of code changed in 6 files:
correcting an assert statement.
5 lines of code changed in 1 file:
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:
re-fixing a typo error after file reversion
1 lines of code changed in 1 file:
fixing what appears to be an overlooked cut-and-paste error in a synchronization check.
1 lines of code changed in 1 file:
preventing a crash in MeshSmoother if no elements are passed in to smooth.
9 lines of code changed in 1 file:
adding some code for detecting non-manifold edges that Michael is going to help me with...
394 lines of code changed in 1 file:
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:
reducing the number of warning lines printed out when negative volume hexes are detected
0 lines of code changed in 2 files:
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:
couple of updates
33 lines of code changed in 1 file:
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:
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:
removing unneeded commenting...
1 lines of code changed in 3 files:
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:
(37 more)