[su2] branch master created (now d81ae48)

Mauro Darida baol-guest at moszumanska.debian.org
Fri Jan 15 15:23:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

baol-guest pushed a change to branch master
in repository su2.

        at  d81ae48   fixed bug with the boundary codes filter

This branch includes the following new commits:

       new  c867913   Initial revision
       new  1c9bb43   Added licence files
       new  a253099   added
       new  5473797   fixed a bug
       new  7984d6d   fixed compilation problems with VTK-5.2 and 64bit machines
       new  6841a6a   Added kdevelop project file
       new  237fb65   added support for NETGEN's new SVN repository at sourceforge.net
       new  1ca0c39   obsolete
       new  dd42b4b   change licence dates, fixed in/out side colours, started symbolic bcs
       new  9954802   added icon for OpenFOAM export
       new  97f533b   added doxygen documentation
       new  f53b93e   *** empty log message ***
       new  111c6f6   for Doxygen
       new  0be9018   Added classes for settings dialog
       new  89e0816   slightly modified menu structure
       new  b4f960e   -Fixed SettingsViewer(Qsettings) constructor -Added GPL headers to settings class files -Made MeshingOptions menu functional
       new  d3f5c10   included macro documentation
       new  aded19b   -Improved settingsviewer/settingstab class -> It now displays spinboxes for int, Line edits for double and checkboxes for bool variables -Meshing options dialog ready -Added 3 getSet functions (int,double,bool) to egvtkobject which write key=value pairs to the settings file if they don't exist already + read key values from the settings file and assign it to the given variable -Used those getSet functions in the gridsmoother constructor
       new  de93624   -settingstab.* -> guisettingstab.* -settingsviewer.* -> guisettingsviewer.*
       new  ff731db   cleaned up, removed cout lines + added doxygen comments
       new  1c452d0   added GPL headers again
       new  885c2df   Added GridSmoother initialisation before opening options menu again
       new  b812ad0   merge for 1.0 release
       new  6926647   preparing for 1.0 release
       new  c16fe3a   Added GuiTransform class
       new  8d93a24   Scale + Translation done
       new  4c88f10   Orthogonal viewing option added + rotation partially working
       new  41645ec   Rotation problem fixed
       new  fa3f999   about window, Makefiles for XP, OpenFOAM icon
       new  2706adb   -Added rad/deg conversion functions to geometrytools.h/.cpp -Added possibility to input angles in degrees (checked by default) -Set transform default tab to translate -Improved about dialog: Added clickable URL and mail links + icon + centered text (HTML about text :) )
       new  eb08c5b   removed local axis transformation option + added grid existence check before calling updateBoundaryCodes
       new  aab4b82   Fixed typo in comments ;)
       new  4345ed7   Accidentally commited all modified files previously. Reverted to previous revision, except for dialogoperation.h
       new  75843d1   -Added a cout_grid function to print out vtkUnstructuredGrid data to a given ostream object -Added a makeCopyNoAlloc function to copy data from one grid to another without allocating the destination grid. This allows copying a small grid into a bigger one without loosing the size of the destination grid. + Added a few more doxygen comments.
       new  170d849   Added cell_id info to the status display at the bottom
       new  6cd2e51   minor changes and fixes
       new  766ec42   -GuiSmoothSurface now offers 6 operations: 1)vtkSmoothPolyDataFilter smoothing 2)vtkWindowedSincPolyDataFilter smoothing 3)edge subdivision 4)swap triangles 5)center subdivision 6)boundary refinement -Added several utility and output functions to egvtkobject -removed a useless QString() call in guimainwindow.cpp -Changed callSmoothSurface from EG_STDSLOT to EG_STDINTERSLOT -Moved the stencil_t structure from class SwapTriangles to class Operation since it is used by  [...]
       new  0e19195   Fixed a small pb with the edge subdivision
       new  32fa777   -Added simple Laplacian smoothing to GridSmoothSurface -Added void EgVtkObject::getSurfaceNodes method, analog to void EgVtkObject::getSurfaceCells
       new  805bd24   Fixed segfault when opening SmoothSurface GUI without any active mesh
       new  15c6943   Added projection on original surface to laplacian smoothing. Feature angle check still needed.
       new  31e926d   new branch
       new  2c895eb   new branch
       new  7af4441   new branch
       new  79cd632   Added vtksmoothpolydatafilter2.cpp/h
       new  7ddd6e8   Added createspecialmapping + .hgignore for mercurial revision control
       new  a5d62fe   Moved utility functions to class Operation + some other changes
       new  ab5e48b   mesh density map creation working. Density values can be specified according to vertex type. Cell codes not taken into account yet.
       new  b119ed7   -user interface for setting desired vertex mesh densities ready -Added vertexdelegate.cpp/.h to have QComboBox widgets inside the QTableWidget -Added vertexmeshdensity class which will contain the vertex mesh density settings -Added .cvsignore file in src and src/netgen_svn
       new  08a16e7   file .cvsignore was added on branch surface_smoothing_ADD_BRANCH on 2009-03-05 17:24:35 +0000
       new  8619ad7   -user interface for setting desired vertex mesh densities ready -Added vertexdelegate.cpp/.h to have QComboBox widgets inside the QTableWidget -Added vertexmeshdensity class which will contain the vertex mesh density settings -Added .cvsignore file in src and src/netgen_svn
       new  2656515   vertex mesh density input ready
       new  9a76deb   getVMD function ready
       new  322c2ae   basic vertex mesh density definition working
       new  a9d0694   -Added possibility to define vertex mesh density by node number -Improved Qset ostream operator -Added tristate checkboxes to interface to enable wildcard use later on.
       new  6dc6125   started adding several utility functions which will be used eventually for surface smoothing
       new  903febc   Added smoothingutilities.cpp/.h
       new  e86b970   removed vtksmoothpolydatafilter2.cpp/.h from engrid.pro
       new  c4511ba   -engrid.pro now requires setting VTKLIBDIR and VTKINCDIR to the directories containing the libraries and header files of VTK respectively. -Cleaned up engrid.pro -Added a little script to help setting up the environment before running qmake: setup_paths.sh usage examples: source ./setup_paths.sh ubuntu source ./setup_paths.sh opensuse source ./setup_paths.sh engits
       new  eec0687   Added debian option to setup_paths.sh
       new  3104a8f   file setup_paths.sh was added on branch surface_smoothing_ADD_BRANCH on 2009-03-05 17:24:34 +0000
       new  f7e5673   Added vertexdelegate.h/.cpp to trunk
       new  1aa49da   formulas should be ready
       new  212accd   Added point picking
       new  f9e650a   Added possibility to select/points points
       new  26ae6dc   Added username to log file to avoid permission problems in case of multiple users.
       new  1efb070   merged changes from trunk into branch
       new  b44f59e   reverted changes done by merge from trunk
       new  515798a   merged in some changes from branch
       new  cf4470a   merged in logfile name fix from trunk
       new  1f8622e   improved .hgignore
       new  c2a023d   copied .cvsignore from branch to trunk
       new  a167004   intermediate state
       new  2df6cc5   git test
       new  46ffcfc   removed git test change
       new  e95ddd9   branch git test
       new  89c783d   removed branch git test stuff
       new  6349bde   added .gitignore file
       new  6e7e772   added .gitignore
       new  8cbfd5e   merged in changes from master .gitignore
       new  a9579b9   added .hg+.bzr to .gitignore + simplified formula functions
       new  bee3906   Switched to Qt 4.5.0 in kdevelop project file
       new  b556ac0   improved .gitignore + switched kdevelop project file to Qt 4.5.0
       new  859c41f   improved .gitignore
       new  0383aec   improved .gitignore
       new  c555834   Added files for debian package creation + modified engrid.pro to have an install target
       new  4bfbbb1   Added files for debian package creation + modified engrid.pro to have an install target
       new  1f9bff2   Merge branch 'master' of /home/joe/NEW/engrid-1.0
       new  47adfe1   some changes
       new  66c7d69   fixed run environment in engrid.kdevelop
       new  7a77ccb   fixed run environment in engrid.kdevelop
       new  5831ccc   safety commit
       new  e7eed44   some changes
       new  f1e9fe5   Added SettingsSheet class
       new  fe69dbf   Added SettingsSheet class
       new  c45c317   successfully replace tablewidget by settingssheet
       new  64b85f3   save ok
       new  bbdc159   saving+loading settings done
       new  46f388f   field point insertion done :)
       new  d1c3e4c   fixed sigabort after several iterations
       new  a50bdbb   fixed nesh_meshdensity copying
       new  eef97ec   fixed boundary refinement segfault
       new  297414b   boundary refinement now supports iterations and can refine stencils with one cell
       new  5b1ba66   fixed boundary smoothing again... ^^
       new  143f3c8   Added getSide method to egvtkobject + got stencils + added *.sp to .hgignore
       new  1db4f3f   edge point insertion done
       new  3d5fca2   added possibilty to enter density in length units
       new  8519c6f   Added convergence variable for mesh density calculation
       new  0000ac0   fixed iteration process for mesh density calculation
       new  456ba01   surface smoothing starting to look good. :)
       new  9b7c175   added smoothing summary + fixed removed points counting
       new  2dc831c   Added possibility to activate/deactivate insertion/removal of field/edge points
       new  193fcc0   temp commit
       new  71c5cf8   Created DisplayErrorScalars+DisplayErrorVectors functions. DisplayErrorVectors has a strange behaviour.
       new  e8dfc2b   laplace smoother now in an operation class
       new  0c79a8b   Added smoothing phase to CreateSpecialMapping + possibility to define nb of smoothing iterations
       new  8556741   bugfix related to order of patches
       new  0e94239   phase 1 complete
       new  8119137   phase 2 complete
       new  bbcc071   phase 3 complete
       new  e21ac43   phase 4 complete
       new  330e944   phase 5 complete
       new  51c5134   phase 6 complete
       new  e7cf371   phase 7 complete
       new  cffeb94   phase 8 complete
       new  f3115ae   restructuring complete
       new  08a5dcf   more restructuring
       new  acb28f8   cleaned up futile couts
       new  0fc0799   fixed edge point insertion criteria
       new  fec6ec6   added deletepickedpoint option to GUI (Not yet implemented) + special grid copy function with filter
       new  96612b9   Added possibility to remove nodes
       new  ebec9e1   added .out and .vtu to .gitignore
       new  8f83d40   -Added GetFarthestNode and GetClosestNode to class Operation
       new  7ad5dc6   point removal working, but not in all cases
       new  b97bfbb   deletecell now converts selected quad to triangle
       new  1e6b4ee   added triangle swapping to triangulation
       new  e16617b   added SwapCells + quad2triangle functions to class Operation
       new  668c379   point deletion now works with quads too, but produces deformed quads
       new  9285735   added a quad2triangle function which allows creating the desired triangles
       new  14f20b5   Added triangle area check to DeletePoint()
       new  44e2b6b   added makedist.bash+makebindist.bash + changed point moving rules
       new  fa029f3   added .vtu and .sp files to .gitignore
       new  0d7c70e   added .orig to .gitignore
       new  0a72359   added .orig to .gitignore
       new  0a3183e   -Created two debian directories: one for recent Debian-based distros (ubuntu >=8.04 and debian>=5.0) and one for debian etch -Added debian etch setup to setup_paths.sh
       new  5da8c2b   added makebindist.bash+makedist.bash
       new  c8f0050   Added missing setup+start_engrid scripts
       new  4136fa7   Added README + removed start_engrid + started improving makebindist.bash and setup scripts
       new  f16b1b2   makebindist.bash + setup working
       new  aa4c54b   added .tar.gz to .gitignore + improved setup
       new  8eefd34   copied gitignore from master
       new  fd646f7   fixed a few more point deletion cases :)
       new  781ac8f   all known point deletion cases taken care of :)
       new  b623977   new problematic case found: Dead cells leaving lines behind.
       new  d080bd3   added node_meshdensity_current value to grid + an update function for it
       new  8064312   added/removed some debug output
       new  f31799d   added node_type field
       new  33c7ed7   added method to update nodes + made Process function use new node_type field
       new  624713d   tmp commit
       new  db1db02   node_type update working
       new  d11c8c4   display of node type in status bar working :)
       new  8def64a   GUI ready for node/cell ID viewer implementation
       new  4b2cdea   add/remove text ok
       new  7dafffb   3D text ok
       new  482b9b7   3D text add/remove ok
       new  0a1f530   3D cell text done
       new  a59fe07   3D node text done
       new  eaa336d   fixed a segfault with the text + added an offset vector for cell text
       new  d2a2941   reduced debug output + added missing else if in guismoothsurface
       new  c029aa2   Fixed UpdateMeshDensity function
       new  b7f2a7a   first successful point removal during surface smoothing. Code is very messy... :s
       new  1b1f557   externalized snap point finding
       new  c7efef3   successful edge point removal
       new  31d475a   reduced debug output
       new  680aada   fixed points without cells pb in DeletePoint
       new  13bf44b   added previous fix to FindSnapPoint func + enable select/deselect all buttons
       new  2394317   added BC selection save/load
       new  8e23797   annotations are now scaled using picksphere radius
       new  fb0b6d2   investigating a little logic pb
       new  c21ef2b   cleaned up debug output
       new  ecbe3bc   added picker dialog
       new  1393d6a   GuiPick class mostly done.
       new  8cee339   Added not yet working vtkinteractorstyle subclass + fixed sigabrt when switching pickmode and no grid active
       new  04acb67   Pick point/cell by ID functions working. :)
       new  e4d9257   Added QuickSave function for debugging
       new  fb881b3   Added getNeighbours functions to class Operation + moved UpdateMeshDensity to class Operation
       new  aa5d73d   moved UpdateNodeType to class Operation
       new  93c6939   moved FindSnapPoint to class Operation
       new  b5fa1e2   moved DeletePoint_2 to class Operation
       new  10ea635   replaced DeletePoint with DeletePoint_2
       new  c4803c5   Fixed deletepoint.cpp
       new  9f88afb   deleting points working perfectly
       new  2513d9b   2D simplification OK
       new  e5a3e7d   Added TxtSave function
       new  d4ec856   closing in
       new  17048ed   onebyone vs all pb fixed
       new  a0dd72a   added some extensions to .gitignore
       new  e8fa031   removed some debugging stuff
       new  d9b065f   Created SwapFunction() + SmoothFunction()
       new  a99db02   -Added math functions: inline int factorial_rec(int num) inline int factorial_it(int num) inline int N_Combinations(int N,int k) inline int N_Permutations(int N,int k) double deviation(vtkUnstructuredGrid *grid, vtkIdType p1, vtkIdType p2, vtkIdType p3); double angle(vtkUnstructuredGrid *grid, vtkIdType p1, vtkIdType p2, vtkIdType p3); -getNeighbours now also works when only one boundary code value is present -FindSnapPoint now also supports VTK_FEATURE_EDGE_VERTEX vertices
       new  911dbdf   removed pre-calculation for meshdensity definition
       new  1f0ed7b   -Removed deprecated spinboxes to set density per vertex type -Added DebugLevel + maxiter_density in GUI
       new  2a2e748   nb of iterations now saved too
       new  a976bd8   improved settingssheet saving: it now saves as current_filename+.sp. Loading and saving works as usual.
       new  e018fa9   improved node ID annotation position
       new  18df02c   Added all VTK libraries to engrid.pro + merged in .gitignore changes from branch
       new  e3e38ac   mesh density display working :D
       new  7ea3e40   gui ready for fields
       new  82a666e   changing fields OK
       new  cb5b6db   fields stuff all done
       new  690767d   some gui changes
       new  d8b4bfe   display options now in scroll area :)
       new  321d79f   added new output dock
       new  60c8647   docks improvements done
       new  2950e6e   added minimum size to display options
       new  2b7824f   window geometry now saved
       new  3c88d95   removed some debug couts
       new  9cdbd88   ???
       new  0f43f6f   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid_src
       new  5771e14   added setDebugLevel function. Setting DebugLevel in GUI now working.
       new  4e2ac0a   merged in changes from surface smoothing branch
       new  d51def2   removed unused files from engrid.pro
       new  a2da662   finished merging .kdevelop file
       new  8ccc49d   finished merging .kdevelop file
       new  4061df3   reduced debug output
       new  78a71a1   commented out a few vtk libraries so that it links successfully on Ubuntu + removed deprecated header
       new  1b74c12   started dialogue for volume definition
       new  c081640   started CGNS output
       new  cce3261   ???
       new  920b952   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid_src
       new  c06eca7   added preprocessor flag to support 32-bit GNU/Linux machines. Loading .vtu files from a 64-bit machine on a 32-bit machine still not possible however.
       new  37a4588   test remote branches
       new  3d8278a   simplified UpdateNodeType
       new  17a3f65   added cell_code to status bar
       new  49db0b6   added cell_code text display
       new  f1fdc5d   added nb of colors setting
       new  48c3c20   3D partial meshing works
       new  6bfe76b   improved VMD class
       new  4516048   made partial checkboxes for VMD definitions functional
       new  4aff0c9   VMD settings working as expected
       new  bada6f2   added CGNS support
       new  cf09503   added CGNS support
       new  03c6c3e   preparing new UpdateNodeType function
       new  9c9f270   -Added Set2Vector + Vector2Set functions to egvtkobject -Create DeleteSetOfPoints() function in class Operation
       new  cab3b9a   DeleteSetOfPoints function working
       new  bfda45e   faster surface smoothing. :)
       new  dbef11d   improved smoothing speed + added reasonable default values to class Operation for node type detrmination and smoothing
       new  5d6e47c   added -pg flag
       new  1eb870e   got keys + clicks :)
       new  5703301   pickcellcallback was never used...
       new  4131615   unused keycodes are now passed to the default interactor, i.e. pick operations still work. :)
       new  c626fec   ��renamed createspecialmapping to surfacesmoother
       new  f9dedc3   added engrid.pro.cgns setup_paths.cgns.sh surfacesmoother.cpp surfacesmoother.h
       new  997a4b2   tmp commit
       new  ac05b9c   .gitignore changes
       new  036c682   .gitignore changes
       new  761e4b9   merged in changes from surface_smoothing branch + made changes to engrid.pro for generic CGNS support
       new  ed65f10   moved everything into src directory
       new  bf0f61f   added manual to engrid_src
       new  b3d5acd   test
       new  126a12f   test successful
       new  85636a2   test
       new  07a039b   test
       new  c3b1001   test
       new  a2c0586   automatic update OK
       new  54afd70   Added Makefile for manual again + added feature angle info to manual
       new  498ebf4   Added feature angle image
       new  03bca46   .gitignore changes
       new  f23070b   error scalars/vectors settings saved
       new  5b71eb8   added operation number to title
       new  ad458d8   adding undo/redo
       new  e9cb14b   added more documentation comments + added quicksave to operations (off by default)
       new  e29fc6c   undo/redo ready + added core to .gitignore
       new  1ad3123   missing BCs
       new  3599d12   undo/redo working :)
       new  d433589   undo/redo activated for surface smoothing
       new  e63a5d0   set boundary codes now only processes visible cells :)
       new  067cfab   GuiSetBoundaryCode are now saved
       new  27b5f29   save as now starts a new undo/redo list
       new  98afc20   added selectall + processall options to setboundary GUI
       new  6d4d71b   Improved setboundarycode function/dialog: -You can select all visible cells -You can select cells by feature angle, while invisible cells don't get selected -You can select cells by feature angle, no matter whether they are visible or not
       new  127f0b8   added some debug info
       new  207d35c   added zoom on picked object button
       new  23daea3   added deselect all button
       new  03de381   fixed pick_sphere bug
       new  d5e9a09   cell flipping detection OK
       new  be9fb21   laplace fixed
       new  35732de   abort again :(
       new  6510d64   abort again :(
       new  376a81b   tmp commit
       new  3599cce   Added ShowInfo class
       new  fbe4ed2   added more options to setBC function/GUI
       new  fb2d0a0   fixed swap triangles by adding convexity check
       new  563e329   tmp commit
       new  c73d4e4   Fixed crash during I/O operations
       new  d7499fe   swap pb seems to be fixed...
       new  8551a60   tmp commit
       new  ffa8bf5   cleaned up picker code
       new  d3f6680   merged in changes from master
       new  33ad115   added icons for undo/redo
       new  3094526   added icons for undo/redo
       new  c9b94ee   added icons and removed text button from toolbar
       new  41f69fb   added catch for non-gui operation call
       new  36b8016   set default to optimised compilation
       new  d0153b3   tried to merge
       new  aacfc90   changed foobar to checkBox_ShowPickSphere
       new  d3b87cb   removed deselect all button
       new  5259e61   merged in GUI changes from master
       new  b0b86e2   added getSurfaceNodes function which returns a QVector instead of a QSet (uses existing getNodesFromCells...)
       new  bd16368   replaced SelectedNodes qset with qvector
       new  2c019e3   cleaned up debug output
       new  6ba06b7   added timer
       new  8f8554b   tmp
       new  e572548   changed tag
       new  f6d90a7   removed lines created by kdevelop
       new  01f98ab   -About dialog now shows git revision info -Added debug_and_release flag to engrid.pro: This means that 3 makefiles are created: *Makefile *Makefile.Release *Makefile.Debug The default target is release. But you can use "make debug" or "make release" to specify it manually. Added Makefile.Release + Makefile.Debug to .gitignore
       new  e9a800e   took changes from master
       new  c734049   removed vtksmoothpolydatafilter2.cpp+vtksmoothpolydatafilter2.h, renamed surfacesmoother.* to surfacemesher.*
       new  b048b0b   removed vtksmoothpolydatafilter2.cpp+vtksmoothpolydatafilter2.h, renamed surfacesmoother.* to surfacemesher.*
       new  6873762   refactoring... 1
       new  440cba0   refactoring... 2
       new  53a2e07   refactoring... 2
       new  c34b793   refactoring... 3
       new  e4e2b9d   refactoring... 4
       new  71a4211   refactoring... 5
       new  cb8cd34   refactoring... 6
       new  5e17909   refactoring... 7
       new  c652255   refactoring... 8
       new  f34bd55   refactoring... 9
       new  f87edea   refactoring... InsertPoints done
       new  aa8207c   refactoring... RemovePoints done
       new  ba3b271   refactoring...
       new  d0bfe6c   refactoring...
       new  a90b00a   refactoring...
       new  5e82213   refactoring... Added UpdateDesiredMeshDensity operation
       new  d3c0a9d   refactoring...
       new  1c28f34   refactoring...
       new  511c4a1   refactoring...
       new  06e992b   refactoring...
       new  3f67815   refactoring...
       new  fb23028   refactoring...
       new  986f871   minor cleanup
       new  0fe777a   added build support using existing OpenFOAM paraview libraries
       new  0ac5bdd   Fixed engrid.pro so it compiles again
       new  6d628cd   -Moved README and setup for binary distribution to "distribution" -Added new README with info about the different .pro files -Adapted makebindist.bash to new README and setup location. Not tested yet.
       new  d6f7667   -Synchronized engrid.pro and engrid.pro.cgns -Removed cgns include from engrid.pro.OpenFOAM-paraview -Added include path to engrid-cgns.pri
       new  a84bf6d   Adding first testing script: testing/rebuild.sh
       new  038fd49   passed down bcs settings
       new  25a2988   removed unused members
       new  aed5139   reverted swaptriangles.cpp
       new  5e4d863   merged in some of the previous swaptriangles changes
       new  101b4bb   removed debugging code
       new  f78f8e8   merged in changes from refactoring branch
       new  4066709   no crash
       new  a00ccde   -Created x2x_func() functions which are the equivalent of the x2x structures in absolute indices -Started implementing them -CurrentVertexAvgDist+CurrentMeshDensity+DesiredVertexAvgDist+DesiredMeshDensity now part of class Operation and now only take one argument: the vertex
       new  1132be2   no more segfault
       new  37a46c2   changed kdevelop target to debug
       new  3045430   removed some debug output
       new  558644e   minor adjustment to engrid.pro.OpenFOAM-paraview
       new  d0456f8   -Added 3 new vertex types based on boundary codes: #define VTK_SIMPLE_VERTEX 0 #define VTK_FIXED_VERTEX 1 #define VTK_FEATURE_EDGE_VERTEX 2 #define VTK_BOUNDARY_EDGE_VERTEX 3 #define BC_FIXED_VERTEX 4 #define BC_FEATURE_EDGE_VERTEX 5 #define BC_BOUNDARY_EDGE_VERTEX 6 -Removed duplicate function vertex_type
       new  d918885   -Removed BCList member from class VertexMeshDensity -Added N_neighbour_BCs function to count nb of boundary codes
       new  9df583e   added BC_SIMPLE_VERTEX node type
       new  198a96b   laplace smoother respects BCs
       new  39348b8   Added undo/redo to DeletePoint operation + Simplified the corresponding function
       new  09ecc2b   Adding getNeighbours_BC function
       new  2c07c54   respecting BCs working for simple cases.
       new  6bdc2bd   fixed warnings in class operation
       new  eb55c52   fixed all warnings except 2
       new  d7a4c47   skeleton for function getNodeType ready + added necessary functions for it to work
       new  7e335aa   CosAngle function completed
       new  4dca298   renamed nextcell to getNextCell and moved it to class Operation
       new  87d32d0   Excluded netgen_svn in Doxyfile
       new  607770e   getNumberOfFeatureEdges function completed
       new  5ba7cbe   getEdgeType function done
       new  fd33025   FullCycleOfPolygons function done
       new  6b511a3   Added getNodeType to DeletePickedPoint for testing
       new  b601728   added comments to UpdateNodeType functions
       new  ba6838e   removed debugging output in setboundarycode.cpp
       new  6145450   reenabled experimental features option
       new  74598b2   added volume def. support & removed comment for exp. features
       new  3d9b24d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  55ef5ef   started multiple volume support
       new  cf4d27e   Added missing angle conversion + implemented VTK algo in getNodeType function
       new  28bb961   added *.output to gitignore
       new  6babcef   getNodeType test 1 successful
       new  7b3c98c   neutralized useless calls to UpdateDesiredMeshDensity and UpdateNodeType_all
       new  380dbf4   Is it faster? Yes. :)
       new  00ede88   about to refactor node_meshdensity into node_meshdensity_desired
       new  41d7c7d   Refactored node_meshdensity into node_meshdensity_desired
       new  fb7d413   Documented and simplified density calc functions
       new  c52cb79   More simplifications
       new  f46c787   removed VertexType parameter from getVMD functions
       new  f09f64a   removed *.user -- QtCreator project file will be in GIT now
       new  da72a8a   cosmetic changes
       new  5329874   added QtCreator project file
       new  40286f2   removed absolute path
       new  37605a0   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  776d529   added nightly check for comments
       new  1dfa25b   added nightly script
       new  aaac475   added file patterns for comments
       new  4b03e71   added some comments
       new  5dfe396   added some comments
       new  0fbd51d   added comments
       new  8e72a0e   added a personal kdevelop project file
       new  5871604   removed useless members
       new  35c8ca6   insert FP: node type + current mesh density done
       new  47a2647   insert FP: node_specified_density done
       new  d41eab6   tmp commit
       new  3bf7272   created UpdateNodeInfo function
       new  f98606b   Added UpdateNodeInfo to laplace smoother
       new  4d1d8b3   More improvements for small screens: -status bar text now just gets cut off if too long instead of forcing the window size to adapt -Added a new dock widget with word wrap to display the status text
       new  f33fae1   deactivated premature exit
       new  e2be27d   Added BC-based boundaries again
       new  0a2b4df   Added error box when save fails
       new  3e009f0   swaptriangles now respects BCs
       new  31e42c3   corrected edge splitting
       new  6dd4c23   Added projection surface to all operations
       new  dc178f0   reactivated quicksave for main ops
       new  495c0f1   Added Operation constructor to derived classes + Added setGrid functions
       new  ac123c9   merged in Doxyfile from master
       new  56880ca   everything working, but speed not optimal
       new  b4efc6e   Added setFeatureSwap()+m_FeatureSwap to swaptriangles to bypass feature angle check
       new  0ab66db   Added some accelerator keys + shortcuts
       new  52455b4   added *.tag + docs to gitignore
       new  a1defa1   Created Box select class
       new  f074b13   Box select now shows a 3D box
       new  36c4f73   Upgraded to VTK 5.4
       new  9da3684   Added timers for all insert/remove points functions
       new  1b58bf3   fixed warnings about deprecated function
       new  f63de7c   set full path names to NO
       new  6da33f5   more keyboard shortcuts
       new  1f61c4c   open/save shortcuts
       new  a8f84df   Added more info to showinfo
       new  8473a13   Added area info to showinfo
       new  81b9e53   Added security agents which check that the area is not empty. Any empty triangle leads to an immediate mission abort. B)
       new  1268bbb   removed EgVtkObject::makeCopyNoAllocFiltered + Made SwapTriangles projection use weighted normal vectors
       new  029d034   changed Get* functions to get* + cleaned up code a bit
       new  398c695   Added ///@@@ to TODO tags so they get mailed :)
       new  918a642   Added license headers
       new  e2f4a79   Added more missing license headers + deactivate undo/redo by default for SwapTriangles
       new  0031af6   removed absolute paths
       new  9776a96   temporary log directory now gets removed when engrid is closed if QT_DEBUG is not defined
       new  7f462e4   merged branch speedy into master
       new  cb8a06b   started rewrite of insert_EP_all
       new  b81ea64   added makeCopy for selected cells
       new  60aa392   added new class MeshPartition
       new  e976b70   rewriting of insert_EP_all
       new  10c1405   intermediate work towards multiple volume support
       new  854aefd   added multiple volume support
       new  4777a48   required for multiple volume support
       new  98b872b   added include for guicreatevolumemesh.h
       new  5dbe79e   required for multiple volume support
       new  233e242   added checkcomments.py
       new  1a842a4   removed };s
       new  244d8ea   intermediate work towards multiple volume support
       new  308c0f0   rewriting of insert_EP_all
       new  c7ba741   required for multiple volume support
       new  c61d559   started wrapper class for cells,nodes,...
       new  6570b3e   rewriting insert_EP_all
       new  26955d8   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  76d4e82   rewriting insert_EP_all
       new  1f2e98c   enabled alphabetical index
       new  392bd17   rewriting insert_EP_all
       new  70e3d51   Added getFilePath() function and used it for saving abort/intermediate grids
       new  383f5f8   added writeCells for debugging
       new  eac1150   cosmetics
       new  efd9528   finished initial functionality -> ready for debugging
       new  e4708cc   added MeshOperation(vtkUnstructuredGrid*)
       new  bb2611e   Added debugging info for setboundarycode operation
       new  2bb6ce9   changed node/cell mapping
       new  da35e35   intermediate
       new  087cbce   added use_all_cells flag to constructor
       new  4e4b228   added use_all_cells flag to constructor and fixed bug in extractToVtkGrid
       new  7941210   debugging ...
       new  3f2164d   swaptriangles needs fixing
       new  45eac45   removed line-feed
       new  0fb10d8   }; to }
       new  6edd801   removed some VTK fields
       new  f4ce69d   removed large chunk out commented debug output
       new  543c6d2   added fields for cell orientation
       new  dc39330   modernised (QVector, allocateGrid)
       new  e18e461   rewrote get_stencil
       new  ce1b924   removed some deprecated functions
       new  d190913   Added temporary EG_BUG exit to swaptriangles if it finds an unvalid stencil
       new  8b0ecc3   removed -- 'seemed to be empty anyway
       new  b512378   Added class CheckSurfaceIntegrity
       new  08a6d2e   Added class CheckSurfaceIntegrity
       new  baad2da   removed some empty classes
       new  5d92b4e   CheckSurfaceIntegrity now generates a QSet of bad cells + replaced getEdgeCells by 2 functions returning either a set or a vector of edge cells + their number
       new  41a0de0   SwapTriangles fixed :D
       new  d8c9615   Adding GetPotentialSnapPoints which should replace all getNeighbours and FindSnapPoint functions + add feature/boundary edge support to the laplace smoother
       new  2275721   laplace crash fixed
       new  eba6133   laplace fixed
       new  88d81ea   removed CheckSurfaceIntegrity from swaptriangles + added G(k) to ShowInfo
       new  e59a13b   -Created getSubGrid() function which allows creating a subgrid based on given cells -Used it to simplify the writeCells function -Projection test functional
       new  8bd0669   Surfacemeshing settings now get saved even if the operation crashes
       new  c26c622   exterminated the last remnants of m_grid
       new  a1af836   Added missing .ui file to engrid-standard.pri
       new  dfae05f   tmp commit
       new  ca280d7   Added build tests to nightly.bash
       new  f05c414   added fields for orientation
       new  b6054ef   intermediate
       new  3726764   removed output to err* fields
       new  9f8c1fe   debugging ...
       new  b4d0408   removed volume support for now
       new  8c36f6a   added resetOrientation
       new  10d4f16   removed empty include
       new  d61960d   debugging ...
       new  ce5c467   removed multiple vol. support f. here
       new  cb3f1b4   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  8eae334   Added delete_CellLocator_and_ProjectionSurface method to class Operation
       new  904acee   cleaning up GuiSmoothSurface
       new  be4da1e   cleaning up GuiSmoothSurface
       new  703d46b   removed useless calls to updateActors
       new  1425f6f   worked around segfault by building a new CellLocator for each operation
       new  ee798d9   cleaned up + added incomplete getEdgeType_from_nodes function
       new  1cb64d8   removed addPoint function
       new  fec5811   fixed rebuild.sh
       new  2ffc48c   Added exit on error statements to rebuild.sh just in case
       new  d278518   Added paths so it works as root
       new  871d2d5   renamed testing to scripts + improved setup_paths.sh+setup_paths.cgns.sh
       new  d8ca848   moved setup_paths.sh+setup_paths.cgns.sh into scripts
       new  6314efb   tmp commit
       new  d8ec440   debugging
       new  482805a   moved to old status_label version
       new  ce46fa3   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  c10c7f9   Added environment setup to rebuild.sh
       new  406d2df   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  8cf4f39   removed unbound variable check
       new  15ac8f0   Added netgen building to scripts/rebuild.sh
       new  64324f4   implemented VTK smoother. Still not working correctly. :(
       new  cdba2fa   merged in changes from insert_point_rewrite branch
       new  eba8dc3   de-activated undo/redo
       new  1c17a1e   de-activated undo/redo
       new  fa64020   fixed orientation for new quads
       new  0e176c7   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  9d2aa93   sharp features on nodes exponent = 2.0
       new  16b59bc   added timestamp to tmp-dir
       new  93d0789   added comment
       new  5af9f68   fixed bug to fin min. edge
       new  69c2d87   removed unused local var
       new  175625e   fixed missing _nodes
       new  16c8a82   will be re-written
       new  d437e3e   towards better n2n/n2c etc. structures
       new  2a3035c   Added laplacesmoother.* again
       new  cef3c3d   exterminated c2c_func
       new  6ea4aca   exterminated n2c_func
       new  582522d   exterminated all n2n_func, except those in class Operation
       new  5fb45d7   Battlecruiser reporting in: Successfully eradicated all *_func functions
       new  fe29dff   Added SurfaceOperation class + made SurfaceMesher members private
       new  962b438   Added SurfaceOperation class
       new  ba0298d   cleaned up + fixed warnings
       new  c470663   standardized all set/get functions again
       new  dfaf432   fixed deprecation warnings + started switching classes to SurfaceOperation
       new  9b3a1fb   added OP template to dialogoperation.h + moved most surface functions to surfaceoperation
       new  e9be46b   removed deprecated functions
       new  cc09816   cleanup
       new  304e3e2   cleanup
       new  c8a2c35   UNT works
       new  c4b7bf1   removed Verts structure and all VTK related stuff from UpdateNodeType
       new  6d0e410   cleanup
       new  25f348f   moved some attributes from Operation to SurfaceOperation
       new  a22a058   laplace smoothing along edges works
       new  1e9f8b9   removed grid argument from deletepoint functions
       new  b92fd63   Moved FlippedCells to SurfaceOperations + removed grid argument for FindSnapPoint
       new  c799c78   cleaned a bit
       new  ff77e04   Decimate (delete all possible points) is working again + cleaned up guismoothsurface.cpp
       new  384092c   added n2n and n2c as QVector<QVector>
       new  b2edb61   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  066d267   Fixed settings table
       new  c0ee460   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  84a305f   Removed TABLE from guismoothsurface
       new  cbb51a1   used copy*data functions in insert_EP_all
       new  fbfde11   removed counter+actor for insert_FP_all
       new  ae8cfa0   removed useless attributes from InsertPoints
       new  28cc432   insert_FP counter done
       new  ca4eb3c   added access functions for x2x structures
       new  086a921   still on old cells/nodes strategy
       new  2559fd3   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  03e87b4   insert_FP actor done
       new  bbbc679   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  22b033a   insert_FP_all working
       new  997d4c6   added node_type update to insert_FP_all
       new  911c089   added node_type update to insert_EP_all by using a new function: InsertPoints::getNewNodeType(stencil_t S)
       new  a08875b   engrid.kdevelop changes?
       new  92901a9   removed remove_*_counter functions. 00:27. Shouldn't drink coffee to late in the evening...
       new  2df38df   point removal working again, but not fully cleaned up yet.
       new  ab634c9   cleanup start
       new  8e9bbf0   Fixed checkcomments.py so that it takes all TODOs
       new  4a72092   Added radiobuttons to guisetboundarycode.cpp
       new  79af72b   Radiobuttons for GuiSetBoundaryCode fully functional
       new  40e2673   added testcase for multiple volumes
       new  8d90277   moved nodes,cells,... to m_Part -- needs debugging now
       new  e4b8725   debugging cells in m_Part
       new  3e85376   temporary
       new  8c35837   Merge branch 'master' of ssh://192.168.1.1/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  705535b   fixed problems with cells/nodes references
       new  a93a3c2   }; -> }
       new  13af415   cleaned a bit
       new  f06bb24   added setVolume
       new  142025f   cleaned a bit
       new  867ebd4   set cell_code for volume after operation
       new  b43532d   removed debug output for ParaView
       new  4fe5fc5   added writeGrid method
       new  1034218   removed debug output for ParaView
       new  55d0bcd   added multiple volume support
       new  066a785   made access functions const
       new  e5690b3   added setMeshPartition method
       new  2a00ec4   working
       new  e04a811   added check for empty mesh
       new  457a27c   added all BCs to default vol
       new  ff71c3f   added -pg to CXX and LFLAGS for gprof
       new  f5d5fd3   no tetras got deleted if they existed already
       new  918f705   improved performance of updateActors
       new  26b077e   added cube testcase
       new  69d665e   removed QtCreator .user file
       new  211b2ce   added *.user again
       new  6c7832a   changed setBoundaryCode to Set*
       new  9d65437   shortened status bar output a little
       new  03d1984   }; to }
       new  8bfa30f   added Octree and SurfaceProjection
       new  761c4d5   new naming rules
       new  391e5ab   cleaned and added automatic debug output *.vtu
       new  66a6e6a   loads of cleaning and one new feature
       new  22765d1   fixed problem with initial field values
       new  3d9bfe2   cleaned a bit
       new  2113bf4   cleaned a bit
       new  193d3ba   removed deprecated VTK call
       new  35be23e   added forced redraw action
       new  15ee8a1   restricted to surface cells
       new  791f97a   cleaning and optimisation
       new  4cc71c2   cleaned a bit
       new  e7ba661   started octree class for projection and hexes
       new  321544d   empty class for surface projection
       new  21b2155   relying on VTK update to work and more cleaning
       new  efa51be   }; to }
       new  96b5abc   updateActors relies now on VTK pipeline
       new  aaabb06   made view options a bit narrower
       new  13222ae   updated to provide proper MTime
       new  cc4d640   bcs is not passed as pointer anymore
       new  2430a0d   *BoundaryCodes to m_BoundaryCodes
       new  04dee77   called grid->Modified() to ensure propre redrawing
       new  6d6ac5c   removed double file header
       new  871ed11   }; to }
       new  7e8ac8f   }; to }
       new  bcbd14b   }; to }
       new  5f1126a   }; to }
       new  27b2ac2   }; to }
       new  511fd26   }; to }
       new  3516b88   added run-time info
       new  e48e6f4   cleaned a bit
       new  4536ea6   added EG_TYPENAME
       new  c79c9f3   cleaned a bit
       new  a0b5e36   on the way to structures on demand
       new  0aef9df   }; to }
       new  ca13bbb   moved to local references of nodes,cells,...
       new  f6c0c1d   hack for QtCreator
       new  0a9983e   introduced local references for nodes,cells,...
       new  bca9cb3   now empty
       new  63ab4e3   access methods for local references
       new  a63f141   fixed missing slots
       new  1f109d2   fixed redrawing fields and field list loading
       new  2e12d74   fixed UpdateDesiredMeshDensity
       new  f2fa6e5   cleaned up UpdateDesiredMeshDensity
       new  ac14e33   started data structure doc
       new  a55b8e4   put field and cell picker stuff into separate dockwidget + added saving of dockwidget positions :)
       new  af74402   removed obsolete local variables
       new  9feeec1   implemented on demand nodes,cells,... structures
       new  cdbea42   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  f457b9d   fixed cgns compile problem (nodes/cells,...)
       new  1a72efb   moved pick actors to pipeline update
       new  b0ad0bc   minor cleaning
       new  459baf0   on the way to coding guide-line complieance
       new  8a223e8   changed static call
       new  5bbf413   disabled error display
       new  67efb80   fixed bug with m_N2CStamp
       new  195fabb   not much yet
       new  56e60ef   attempt to make it thread-save
       new  64ea0d8   added structured cube
       new  ad85e68   added sphere test-case
       new  52a0970   moved spere to surface tests
       new  f2ad06a   added cylinder test
       new  ab787be   added wing test
       new  70aabc3   intermediate
       new  7946d12   neighbours implemented, nodes remaining
       new  6ba768c   not required
       new  0f2bae5   work in progress
       new  7ddabcf   work in progress
       new  c82306b   compacted getAllCells()
       new  339a52e   started work
       new  6be24fa   fix time stamp bug
       new  6a890a3   added nodes for refined cells
       new  5a548b4   started OpenFOAM GUI work
       new  056d446   moved to XML format (*.egc)
       new  696d469   moved to XML format (*.egc)
       new  2c9fb76   moved to XML format (*.egc)
       new  cdc0cf3   added cylinder volume again
       new  1ff9ab8   added test for debugging the Octree class
       new  eabb6d5   refine appears to work - still duplicate nodes
       new  dc418b3   used number of iterations for Octree testing (Nlevels)
       new  199a70b   refinement appears to work now
       new  aadfc5e   on the way
       new  1a17ffa   Made build-nglib.sh use revision 148 of netgen so it works.
       new  80008b3   Documented all of Roland's formulas + removed the useless KK function.
       new  577c02a   D->id_cell P->id_node
       new  65b9e56   fixed SurfaceOperation::T_min
       new  915505c   removed useless nk function
       new  1e2cb2a   added SortedPair class
       new  ae2b642   used reference for local structured
       new  55dea46   fixed problem with new *.egc format
       new  e2e7924   on the way ...
       new  9eb8b3d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  ac76d82   added intersection between edge and tri
       new  428b57a   corrected typo
       new  2504f9b   implemented refinement from faces -- needs debugging
       new  52185da   Roland's formulas: -removed useless functions -moved some to geometrytools -renamed functions where possible
       new  7f59087   added (B-A).abs2() support to abs2
       new  0546e90   added fvSchemes for simpleFoam
       new  8aad107   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  48fe075   Undo/Redo->undo/redo
       new  7b6911a   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  a96a5b7   added class filetemplate
       new  aaab5cc   refinement appears to work correctly now
       new  8585016   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  4e02d44   pre-parsing OK
       new  7ed6bee   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  c5d07d4   reverted main.cpp changes
       new  b57ac51   openfoam dialog OK
       new  55e2385   writing almost done
       new  d2b1587   openfoam template save working
       new  e1e4d91   added default constructor to SortedPair
       new  8440be5   created another fvSchemes file + added more QWidget types
       new  718e903   added fvSchemes for simpleFoam
       new  2933706   added tolerance for intersection
       new  7fee3db   on the way ...
       new  7218b86   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  bf9f819   Started preparations for other widget types in the code
       new  95388d8   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  69627f4   lineedits ok :)
       new  7b696f5   checkbox ok :)
       new  fb8692b   all adders ok :)
       new  559f359   added .template extension + MultipleFileTemplate class
       new  31301fe   levelset appears to work
       new  c12c11a   SuperBox working
       new  1eadb4d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  531ba2e   opening multiple files ok
       new  8aba145   added buttons
       new  8b16053   save ok
       new  7b8cf04   FileTemplate completely functional
       new  09ebdd6   cleanup
       new  3afea42   SuperBox->TemplateFormLayout + SuperGui->TemplateDialog
       new  0e35ba5   Added operation OpenFOAMcase
       new  c7c0373   Added operation OpenFOAMcase
       new  baf1042   formatted filetemplate.h+filetemplate.cpp with astyle
       new  1111e07   Added engrid.kdevses to have astyle options
       new  0d9c794   Added astyle options file + formatted openfoamcase.h/openfoamcase.cpp
       new  8835322   fixed swaptriangles.cpp
       new  b48c2a2   -Cleaned up main by moving parts to external functions appendLicense + makeDistribution -Added engridMessageHandler to redirect Qt debug output: Use qDebug() to output to stdout(=logfile/engrid output window) Use qWarning() to output to stderr(=terminal)
       new  ec0218a   fixed zoom on picked object
       new  fb6cd01   edit openfoam case mockup functional
       new  d1f0f8c   fixed index out of range error in guicreateboundarylayer.cpp
       new  7e5a3f9   project file now creates debug AND non-debug binary (engrid and engrid_debug) without having to be modified :)
       new  0fab5c1   replaced pickPointCallBack and pickCellCallBack by just pickCallBack
       new  484769a   replaced Qcout by qDebug() everywhere
       new  8cfb585   fixed cell picker
       new  d565c4d   partially fixed node picker (node 0 can still be picked by mouse and all nodes can be picked by ID)
       new  57f9f57   about to change the level-set calculation
       new  3f9acad   on the way to a working surface projection
       new  592e5c0   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  75a77e4   reactivated scale to data button
       new  e5b44bd   merged guimainwindow.ui
       new  8380f5d   read/write of egc ok + default values added for all types
       new  de9c77c   egc->openfoam ok
       new  7a9966a   edit openfoam working, but code ugly :/
       new  23f0ab4   Added command line option to open a file directly + usage instructions: Usage: engrid_debug : start engrid engrid_debug -f FILE : start engrid and open FILE engrid_debug -h : Display usage instructions engrid_debug -appendlic FILE1 FILE2 ...: Append license to files engrid_debug -distbin : Create binary distribution
       new  a2ec5d3   added license headers
       new  d05b7fe   -Added class MultiPageWidget -Changed GuiEditBoundaryConditions -Added templates for rhoSimpleFoam solver
       new  abf5b85   removed absolute paths
       new  2d68a2b   improved message handler
       new  80d01c9   Added class PhysicalBoundaryConditions + add/remove of PhysicalBoundaryConditions in GuiSetBoundaryCode working
       new  6588653   Added class PhysicalBoundaryConditions + add/remove of PhysicalBoundaryConditions in GuiSetBoundaryCode working
       new  e789a51   fixed egc file parsing
       new  d8d0ac6   added qHash function for SortedPair
       new  0c7447b   added SurfaceProjection to the created settings
       new  a713433   appears to work now ...
       new  1b04b26   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  ba1d113   switched back to old version with one executable 'engrid'
       new  7cb7975   debugging surface meshing
       new  23203dc   added test case for sphere
       new  05b3c55   cleaning up projection
       new  41d67d6   testing things
       new  bb2b756   renamed surface meshing classes
       new  840c31b   simplified surface meshing
       new  053566b   started using itemSelectionChanged signal for GuiEditBoundaryConditions
       new  ccf3afa   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  b01a399   added criterion and output
       new  25d02c9   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  25add35   completely rewrote RemovePoints
       new  56ca94b   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  2477fe6   completely rewrote RemovePoints
       new  772a3d8   formatted RemovePoints
       new  1ca93b4   reactivated point removal and fixed a little bug in updateNodeInfo
       new  bffed62   purified RemovePoints ;)
       new  0dd50e8   implemented getPotentialSnapPoints in FindSnapPoint. Point removal seems to still be working OK.
       new  bfda782   egc save/load in GuiEditBoundaryConditions ok
       new  8851a90   save/load of physical parameters ok
       new  144c92a   save/load of physical parameters ok
       new  28fcc2b   fixed GuiEditBoundaryConditions crash + set initial tab to boundary codes
       new  b267b1f   added error output when opening an XML file fails
       new  648d544   replaced editingFinished signal with currentIndexChanged
       new  b14b9e4   fixed EG_BUG problem
       new  b20a203   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  c81dc93   removed immediate xml saving in filetemplate.cpp
       new  546928b   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  d92da58   reworked open/save system: open(filename,updatecurrent) and saveAs(filename,updatecurrent) are the main functions used by all others
       new  9666489   standardized filetemplate.h/.cpp
       new  d490ff4   improved template file
       new  7b36be2   reverted changes to main
       new  ea86160   updated and synchronized templates
       new  d71916c   standardized a little bit
       new  462d7fb   cleanup
       new  1f76644   removed redundant tests from FindSnapPoint
       new  2993381   fixed errors in NumberOfCommonPoints
       new  f0a3a7f   re-added abort.egc generation in getStencil on abort
       new  c1fd275   added possibility to save selection as grid again. In GuiSelectBoundaryCodes this time.
       new  8ff4370   added lots of safety features in DeleteSetOfPoints
       new  1151c89   The bug managed to get past all defenses so far. But we'll get him eventually.
       new  2ba8ec7   deactivated all UpdateNodeType except in DeletePickedPoint
       new  4dd8be0   added TODOs
       new  43d9d32   more TODO reminders
       new  f8b6953   moved back to old criterion (total only)
       new  e492054   removed debug output
       new  422e688   added error message for non-existant surface projection
       new  be7e455   fixed bug due to part.m_Cells not existing
       new  faf69d8   fixed tolerance bug
       new  8712650   added default values for ???dir fields
       new  eeb18d4   on the way
       new  3c74f94   on the way
       new  2378098   added 'perfect' projection
       new  9bb026f   still empty
       new  2cd4528   removed debug break after first iteration
       new  6b36ab9   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  da8aaf3   tried to implement stretching but fell over snap-points
       new  c976269   reverted to commit 1151c89460ca9a7fc43832eeaadbdc8276da5fdb
       new  669f617   merged in files from commit 2cd45283e498fa14ce8400aaba4f004221d2858f (removed debug break after first iteration)
       new  8c07c00   re-added TODOs
       new  57cc01f   -Added options to enable/disable node_type update and feature edge vertices: 1) UpdateNodeType() -> UpdatePotentialSnapPoints(bool update_node_types, bool allow_feature_edge_vertices = false ) 2) getNodeType(vtkIdType id_node) -> getNodeType(vtkIdType id_node, bool allow_feature_edge_vertices = false ) 3) getEdgeType(vtkIdType a_node1, vtkIdType a_node2) -> getEdgeType(vtkIdType a_node1, vtkIdType a_node2, bool allow_feature_edge_vertices) 4) SurfaceOperation::Featur [...]
       new  19febeb   formatted ./surfaceoperation.h/.cpp
       new  4573ef6   implemented cell growth
       new  d170e1b   merging in commit 1151c89460ca9a7fc43832eeaadbdc8276da5fdb manually.
       new  1180b71   finished merging in commit 1151c89460ca9a7fc43832eeaadbdc8276da5fdb manually.
       new  ae8b72c   small documentation changes and added FIXME tags
       new  788851a   simplified and fixed RemovePoints()
       new  50c68c4   fixed n2c[] usage mistakes
       new  ea47358   implemented old FlippedCells method
       new  8db3720   fixed all n2n[] mistakes
       new  c7fbc81   finished fixing all n2n,n2c,c2c mistakes in surfaceoperation.cpp
       new  2a7f5a6   reactivated projection
       new  778ecb4   reduced debugging output
       new  3e4b45c   commented out integrity check
       new  650aba4   fixed surface orientation change (now updates drawing) + started standardizing guimainwindow attributes
       new  24b0954   deactivated legend when not viewing any field
       new  b06a821   more guimainwindow standardization
       new  d0adca2   moved all functions directly related to point removal to class RemovePoints
       new  729f9c9   cleaned up filetemplate.cpp/.h
       new  da0c362   refactoring
       new  6655abc   added get input directory method
       new  eda4249   moved openfoam templates into solvers directory + added solvers.txt + successfully built multipagewidget from within code
       new  8adc397   Added class MultiPageWidgetPage.
       new  6382a74   MultiPageWidgetPage working
       new  b9e6c15   saving works again. + moved header/source from engrid.pro to engrid-standard.pri
       new  671d097   cleanup
       new  42db2e5   parsing OK
       new  9f6bc80   Use of solvers.txt fully functional. :)
       new  1e84781   added export grid+case to menu + bcmap->m_BcMap
       new  7081d43   solver index saving ok
       new  5aa5b5c   reorganized guieditboundaryconditions.cpp + export openfoam case now exports to openfoam.txt
       new  f9abeaa   added FoamObject
       new  26707d2   implemented import of Foam boundaries
       new  b1209ef   set XML indent to 0
       new  88a767a   connected FoamReader and added clear/add BC
       new  39dc647   added readInputDirectory
       new  a633343   removed growth stuff again
       new  afb3f65   connected FoamReader
       new  2e5c265   added action for OpenFOAM inport
       new  6e9751f   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  e5db6f0   OpenFOAMcase almost done
       new  a9ce48d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  ee9ec52   started to implement boundary face export
       new  63cc41d   tmp
       new  86242b8   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  e5d72b1   OpenFOAMcase::writeSolverParameters() done
       new  ec82d44   selected solver saved to .egc file
       new  20f9a7c   saveSolverParanmeters->saveSolverParameters
       new  83c5dbe   hostfile ok :)
       new  6f5c47b   number of processes ok :)
       new  df7cbad   changed member names to m_Xyz
       new  5cb7df5   ready to debug boundary face rewriting
       new  a1d3751   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  9f99054   -Added class OpenFOAMTools -Added menu actions for OpenFOAMTools -Moved all connect statements to std_includes.h
       new  6065bab   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  06355ad   -Added error dialog when template file not found -replaced all to*().data() with qPrintable(), except one. -Process output capture ok
       new  8ac2850   fixed missing / problem
       new  833b625   tmp
       new  2a58098   fixed boundary face offset problem
       new  af5dfa1   added offset for boundary faces
       new  9675832   added real templates for simpleFoam
       new  aa5c64a   first 'real' solver simpleFoam
       new  d6a7145   reorganised a bit
       new  1ae469c   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  f89a724   fixed solver dialog alignment issue :)
       new  89b7697   deleted template files
       new  cac8cf6   added real worlf templates
       new  e284a8f   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  a16412d   standardized code + added more signal/slots
       new  a416aba   OpenFOAMTools should mostly be ready. Trying to fix FileTemplate crash.
       new  618032b   -fixed FileTemplate crash -Added warnings in case of incompatibility between egc and template file -OpenFOAMTools working -Made command output nicer
       new  6d1a7bc   debug cleanup
       new  405e6eb   debug cleanup
       new  b0fd9e2   formatting
       new  80a38a2   If something is imported and save is clicked, engrid will now ask what to save as.
       new  95c29ab   added exit code + -force option for decomposePar
       new  da9fd9f   file dialogs now select the current file by default.
       new  2dc22e4   fixed bug when removing/adding volumes in guieditboundaryconditions.cpp
       new  9bcd627   readded confirmation before overwriting ;)
       new  6b460a8   made VTK aware of grid changes after transformation
       new  7b0c7cd   added delaunay swap tool :)
       new  6366e11   Me thinx m3 fixed ze buk. :P
       new  eca7129   -Search & Destroy operation successful: Overlapping triangles bug terminated with extreme prejudice. Debriefing: vec3_t orthogonalVector(vec3_t v) could return a non-orthogonal vector in case two identical coordinates were switched. (ex: v(1,1,1)). This has been fixed. I also re-added the testSwap function into SwapTriangles again to avoid flipped triangles. The boundary layer for the problematic missile geometry was successfully created.
       new  fcf3c5e   changed names of QLineEdit widgets
       new  373840e   un-commented writeSolverParameters
       new  3d9e53b   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  ee1e0d4   removed 's' from physicalboundaryconditions
       new  725d5ee   nothing changed
       new  731a031   fixed readInputDirectory
       new  19cf80f   almost finished the physical boundary conditions
       new  f644c42   almost there for a simpleFoam case
       new  5885785   added missing resources
       new  e040dd1   Fixed TemplateFormLayout::saveEgc
       new  ce6c069   cleanup
       new  900cec5   �removed useless setAllSurfaceCells call
       new  b364f16   formatted source code
       new  f156397   fixed openfoamtools command-line output (flush instead of endl)
       new  f6cf5e1   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  9fa82cc   fixed ending slash problem + improved FileTemplate structure a little bit
       new  1a04e0b   deactivated inside parenthese padding in astylerc
       new  a58559e   cleaned up GuiEditBoundaryConditions
       new  315aba2   moved to two process instances
       new  39c1b4d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  bc2b52f   add/remove of hosts ok
       new  7d55aae   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  68588e8   save/load of hosts ok
       new  c963fd5   Added incomplete writeMpiParameters to OpenFOAMcase
       new  324401f   hostfile creation ok
       new  ccb156c   OpenFOAMTools::writeMpiParameters() ready
       new  9063fe3   all 3 solver run cases working
       new  93b6da6   mpirun now doesn't start if decomposePar failed.
       new  152e973   added rhoSimpleFoam template
       new  9939e34   simplified actions for OpenFOAM
       new  c970cd1   enabled volume grid plus parameter export
       new  61f82b7   enabled volume grid plus parameter export
       new  f0c1cb0   simplified actions for OpenFOAM
       new  9669f27   simpleFoam appears to work now
       new  d4d2f1e   added support for rhoSimpleFoam
       new  9a522ca   fixed GuiEditBoundaryConditions bug
       new  59fe8a2   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  5f63d5e   implemented work-around for mpirun
       new  1ebbc60   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  10e8c37   <<<>>> to {{{}}}
       new  2ef4ac1   replaced <<<>>> with {{{}}} in templates
       new  2730907   replaced <<<>>> with {{{}}} in templates
       new  c953feb   obsolete
       new  df7f50d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  5d4fc95   fixed guieditboundaryconditions.cpp again
       new  f7dd87e   case directory now automatically saved for use with openfoamtools when importing/exporting openfoam
       new  a731e60   minor changes (e.g. removed output)
       new  6621d0d   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  ec035d9   settled for left alignment, since right alignment failed
       new  f336485   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  cd22b86   removed some debug ouput
       new  37ae49d   added import fluent functionality
       new  3f5b139   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  92d7939   fixed boundary codes after boundary layer creation
       new  28126e2   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  33c3eff   all file dialogs now offer a default name with a correct extension based on m_CurrentFilename
       new  84d1094   added icons for run, stop, post-process
       new  2800bda   cleaned a bit
       new  01e5172   added scaling for fluent import
       new  e1fc6bd   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  51b2d76   simplified GUI
       new  22e2784   added missing includes to cgnswriter.cpp
       new  7fc9ad9   main window now maximized by default if no size config found
       new  ba0ae92   added default dock widget positions
       new  f8fa25a   improved guimainwindow default appearance
       new  4ae0092   status bar doesn't prevent making the window smaller anymore
       new  2397944   FindSnapPoint is now only called once for each dead node
       new  4a05fd8   removed vmd-vector -- not required
       new  861188c   Added save feedback
       new  30a32a7   ain't working
       new  41c17d2   de-activated insert-points for now
       new  574f5d6   changed mesh density evaluation to layer/growth method
       new  da9808e   prepared 'benchmark' case
       new  5292b74   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  94ba749   fixed cells update
       new  ded6fa9   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  f6dd144   Removed remove_FP,remove_EP and their setter functions + reactivated deleteNodes()
       new  9dbdaf0   changed boundary_codes to m_BoundaryCodes
       new  3198156   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  945e587   DeletePickedPoint works again + cleaned up header including
       new  76cee23   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  8bbd684   added resources/icons/vtk.png + reverted debug changes to surfacemesher.cpp
       new  0faed0d   added resources/icons/vtk.png
       new  65ccb93   fixed abort for store geometry
       new  c31000e   trying to restrict point insertion
       new  08e1032   fixed abort for store geometry
       new  63f85f9   cleaned a bit
       new  29499fd   trying different things
       new  a5151b4   added VTK icon
       new  db523b7   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  348bb57   cleaned/standardised
       new  65e5f63   moved to length instead of density
       new  0cdfcda   moved to length instead of density
       new  107e4cc   ficed bug for update snap points
       new  0ba15ac   moved to length instead of density
       new  df11835   using potential snap points now
       new  c9c2298   testing
       new  3b245d3   implemented worst edge first approach
       new  4a573e2   changed removal criterion
       new  9a69acd   still experimenting
       new  51bfefd   update only from small to large length values
       new  6c1939f   added max. edge length and saving to egc
       new  3c6f856   removed spaces from BCs output
       new  8ec8f6d   saving to egc
       new  2051352   respects max. edge length
       new  796864d   respects max. edge length
       new  c45343b   saving to egc
       new  22051b5   removed profiler options
       new  03af55b   optimised tetraVol
       new  867b950   optimised
       new  403b127   upgraded nighlty build script from Qt 4.5.0 to 4.5.1
       new  1bd589f   updated wing test-case
       new  0f82db8   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  db6f870   fixed topology error in RemovePoints
       new  9563bee   added EG_BUG if neither tri nor quad for cellNormal
       new  a2fd641   added 'flipped cells' test
       new  591b0f4   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  0effd3d   re-enabled deletepickedpoint.cpp
       new  d2d58c5   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  35a3ca8   Cleanup: -Removed all QSets from RemovePoints -Removed surface integrity check -Removed duplicate nodes/cells checks -Fixed Vector2Set function in egvtkobject.h -Added 'bool duplicates(QVector <T> a_vector)' function to egvtkobject.h which checks for duplicates in vectors
       new  e8a8ee5   replaced all QAction::activated() with QAction::triggered() to fix COMPAT warning + used more references in RemovePoints
       new  a51372f   improved scripts/setup_paths.sh + scripts/rebuild.sh + fixed FlippedCells test in RemovePoints
       new  7589490   removing deprecated scripts/setup_paths.cgns.sh
       new  f0b4f57   added PATH to new g++ to scripts/rebuild.sh
       new  5177f4d   removed -j2 for nightly builds
       new  6c8d4e4   some script improvements
       new  fb80f63   more script improvements
       new  cdc9887   Fixed settingssheet.cpp compilation error by replacing QChar::Null with 0x0000, due to conflict with Null defined in cgnslib.h
       new  4763b09   trying to fix nightly.bash
       new  2a79c7d   trying to fix nightly.bash
       new  83470e1   on the way to add conforming grid export to VTK
       new  5fb1fc1   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  b63a95d   �added names to listWidget boundary codes
       new  fefbf2c   added vtkImplicitPolyData
       new  454b022   nothing changed really
       new  1b06572   added vtkImplicitPolyData
       new  1020db7   started curvature criterion for edge length
       new  e09d1ee   added info on which projectionis missing
       new  f0dea2a   added conforming grid export (pyramids)
       new  cd3d1a2   added names to listWidget boundary codes
       new  a5f4913   improved geometry correction
       new  b47825f   started curvature criterion for edge length
       new  d91dc1d   made edge-angle configurable (default=180deg)
       new  6838315   started curvature criterion for edge length
       new  f6a2c53   moved testing to project directory
       new  cf66a84   �added reducing reader for vtkPolyData
       new  16d13d2   worked on conforming grid export -- still not working
       new  9860b32   temporarily diabled projection
       new  dee58a9   re-structured information output
       new  6bc718b   moved to always rad angles in the code (set functions convert)
       new  295416d   removed debug output
       new  b683a16   added protect feature-edges feature
       new  087e972   new base-class SurfaceAlgorithm
       new  7ef1565   added missing files
       new  3e4b4ba   debugging a crash
       new  ccf95ee   fixed feature edge detection
       new  f3fbe2d   changed return type for findVolumeCell
       new  d2c5722   added EliminateSmallBranches
       new  202bcc9   added EliminateSmallBranches
       new  e1d612f   added option to respect feature edges
       new  d61a9ca   added additional options
       new  26d93a7   added additional options
       new  16e7cf7   intermediate
       new  11213c8   fixed scripts/rebuild.sh
       new  91b0309   Engrid compiles again with Netgen SVN snapshot
       new  e875012   intermediate state -- sometimes works sometime not ...
       new  56327be   added smooth/swap surface action
       new  98cf10f   removed updateBoundaryCodes from EG_STDSLOT
       new  7137e71   added Insert/RemovePoints to configure
       new  9380b11   normal projection added
       new  df5ba01   removed N^2 loops
       new  c3da646   added smooth/swap surface action
       new  b5845f2   various improvements
       new  1e65b07   now uses flags from SurfaceAlgorithm
       new  cf54f2f   found/fixed more deg/rad problems
       new  a0af6ee   m_FeatureAngles instead of '0.8'
       new  7e38058   fixed bogus default value for m_GrowthFactor
       new  e72eff7   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  88e55ea   added simple smooth/swap operation
       new  b05c029   another deg/rad problem fixed
       new  3a387ce   added fix_unselected argument to getEdgeType
       new  150b9c1   unselected nodes are now fixed and edges near an unselected cell never get split (use fix_unselected argument to change behaviour)
       new  8e7ba31   added reader for Selig airfoil data files
       new  f91ec6b   disabled error functions with w==0
       new  f22130a   beautified code
       new  156c20d   changed stop criterion
       new  c6206b0   added missing include directory to ./engrid.pro.OpenFOAM-paraview
       new  1e6c50e   fixed settingsviewer problem: Just avoid slashes in key names...
       new  71a6962   towards 'spikeless' grids
       new  cb74cc6   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  45a1c53   added additional flipped face test
       new  0fa6868   moved back to 0.5*L for height error
       new  674e697   adapted to latest version of NETGEN
       new  a3c88b7   removed old CVS version of NETGEN
       new  ecd6f7b   added total error output
       new  c5bc291   still trying to get rid of spikes ...
       new  f6375cd   still trying to get rid of spikes ...
       new  a36215b   implemented 'brute force' limit for spikes
       new  8466735   removed moveablemem.cpp -- seems to not exists anymore
       new  14b47c6   confusion...
       new  a56f5b4   still confused about GIT
       new  5b6f17e   drastically reduced spikes & cleaned
       new  ac6067f   reverted to original formulation
       new  b0e38a9   removed obsolete variable
       new  3c0b2d4   various optimisations for sharp angles
       new  57189f1   removed termination of loop
       new  d05e84c   cell-growth in GUI window instead of settings
       new  ec3064e   fixed surface orientation problem
       new  31d8018   added automatic store geometry for projection
       new  1d6e894   removed various unused parameters from settings
       new  958e467   fixed surface orientation problem
       new  0b1e352   added option for legacy *vtu files
       new  fd53abc   Merge branch 'master' of ssh://ogloth@loerrach.engits.de/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  06eb0ef   added some icons
       new  6054e34   added some icons
       new  55d6316   added some icons
       new  7f3bd05   changed tool-tip for surface parameters
       new  0f59b90   improved geo. tests and added option for num.loops
       new  6af0a02   fixed problems with automatic store geometry
       new  f544efd   replaced Jacobi with under relaxed GS
       new  79c31e6   added option for num. Delaunay sweeps
       new  21250ab   partially implemented keep current edge-length
       new  8a18b64   passed bcs to UpdateMeshDensity
       new  0db3b83   reverse calculation of cl for fixed bcs
       new  8d5fdd3   quickfix for cl on existing surface mesh
       new  d64c711   added info about max h error position
       new  14a4ecb   split height error into two errors
       new  9a0ae7b   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  e2a4b08   fixed problem with defined boundary codes
       new  efeb41f   trying to fix sharp edge problem
       new  77014cb   trying to optimise sharp features
       new  a71a6c1   src/engrid.kdevses change
       new  4bba9c1   .kdevelop update
       new  fde4fd3   adapted project file for windows
       new  edd4a44   changed height error again
       new  b982de9   renamed some variables + fixed compiling error in egvtkinteractorstyle
       new  8a9bd2d   updated engrid.nsi + trying to make netgen_svn/ng.pro work in windows
       new  6cf4434   deactivated VTK_LEGACY_REMOVE. Does not work with it on.
       new  2d95886   fixed default values in surface meshing dialog
       new  9518e86   intermediate state -- probably not useful
       new  613c1a4   simplifying egvtkinteractorstyle class
       new  5718478   simplifying egvtkinteractorstyle class
       new  0ed0c2a   simplifying egvtkinteractorstyle class
       new  c37f62a   simplifying egvtkinteractorstyle class
       new  9592b62   simplifying egvtkinteractorstyle class
       new  d327fc6   windows specific changes
       new  80e5b04   simplifying egvtkinteractorstyle class
       new  dce1992   windows modifications
       new  c89722e   fixed project file
       new  f1e160e   added safety checks when setting desired length
       new  1bc2963   still trying
       new  b765763   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  809abe9   trying to implement special settings for opti. errors
       new  53f5094   added string parameters
       new  19dc115   added erroro function class
       new  18eef57   fixed cgns project file.
       new  9f137d3   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  1a194fa   diabled projection for smoothing
       new  b12c77a   removed print of position for maxh error
       new  78ab531   added try/catch for configuration
       new  9167088   improved error function settings
       new  5a74209   replaced abort() with EG_BUG
       new  f47436b   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  156f7e9   really using absolute tolerance nowgit status
       new  43a3f0e   added EG_BUG to createN2BC since there is a bug
       new  a6d7ec6   added averaging but diabled it
       new  4c52b31   added class fixcadgeometry
       new  9c5e0cd   documented class vertexmeshdensity
       new  c3de416   SurfaceAlgorithm::VMDvector -> SurfaceAlgorithm::m_VMDvector
       new  eb8fb3c   fixed default constructor of class VMD
       new  3431b9a   only updatenodeinfo left to rewrite
       new  9c0cf89   added option to improve existing layer
       new  bea679a   optimised parameters
       new  bf7d0aa   tmp commit
       new  56f59b6   merge
       new  202f79a   started skeleton for curvature interpolation
       new  6c6f629   CAD fix starts to work now
       new  31d1906   tmp commit
       new  819c1e4   merge
       new  dcbb8ff   added SwapTriangles to configure()
       new  1b4f9d6   removed zero area as bad edge criterion again
       new  de49771   added VTK convert* functionality
       new  af7782d   allowed swapping of zero area tris (not by default)
       new  e3f2eab   removed debug output of 0.5 < 0.3
       new  cb7946a   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  0e8ab08   commented out unused m_AllowFeatureEdgeVertices from class SurfaceOperation
       new  da4797a   replaced sprintf by setNum (1e-3 bug)
       new  d31d43d   check all bcs on the fly in case mainwin is not uptodate
       new  d6d4d62   added automatix CAD fix
       new  5f121aa   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  5e05278   class ready but crashes
       new  90f1250   class ready but crashes
       new  2bf59a8   reduced threshold for triangle re-use
       new  425e608   fixed class Projection_test
       new  d6cd674   fixed class Projection_test
       new  8269e23   progressing...
       new  f75f017   progressing...
       new  c340c35   progressing...
       new  198fa92   progressing...
       new  109c5bf   progressing...
       new  1d81903   progressing...
       new  00447ca   done, but not working. ^^
       new  8403bb9   done, but not working. ^^
       new  20a99c9   fixed g_Ix points
       new  b3b55e8   all ok, except normals?
       new  4a28fc0   normals in 3D almost perfect now.
       new  1cbaf03   g_nIi->l_nIi conversion not OK?
       new  130df60   could be OK now... :)
       new  2c9b695   fixed 2d plane projections
       new  8324083   vtk output ok
       new  639100f   replaced EG_BUG with return g_M
       new  20933ec   fixed projection test
       new  a41c2d5   preparing bezier interpolation
       new  7d7c241   fixed normal calculation
       new  3b4fe1b   moved release/cgns build to the end
       new  6b6b8fb   vec3_t bezier done, but not good
       new  273ff24   created project_picked_point+project_all_points
       new  65fb8bc   0.o
       new  286ad86   added writeGridWithNormals function for debugging
       new  53d78f2   reorganized correctCurvature
       new  25ab2a3   QuadraticBezierTriangle done
       new  72f271d   set netgen to release
       new  dbab391   creating writeBezierSurface
       new  da39b3c   creating writeBezierSurface
       new  f81bb22   creating writeBezierSurface
       new  7c94672   bezier test ready
       new  59713af   bezier test works
       new  772882b   added new planes
       new  3dd8f8d   addded normal debug output to *.vtk file
       new  b80023b   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  7886755   changed normal computation
       new  09fc2f2   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  a2cc718   points should be ready
       new  07b4311   not too bad :)
       new  1d73968   not too bad :)
       new  6b86374   preparing setupInterpolationGrid
       new  eb14693   normals seem correct for sharp features (guide vanes)
       new  e1c6e7b   automatically check improve layer if prisms exist
       new  0546dfa   added copying of nightly binary into /opt/shared/bin/
       new  b7e9195   moving to stencils with more than two faces
       new  4b9bf82   Merge branch 'master' into multiple_volumes
       new  0b6c107   fixed some errors + created intersectionOnPlane
       new  f5ab315   preparing bezier grid output
       new  e92e3f5   fixed control points :)
       new  8a9f343   writeBezierSurface working again
       new  e5e34fe   fixed addBezierSurface
       new  cc70d49   perfect projection surface :D
       new  0a39f6e   reduced debugging output
       new  ed18093   added more access methods
       new  4199b97   started a more detailed VTK debug output
       new  4194006   tmp commit
       new  a71fb6e   added src/engrid_home.kdevses
       new  2c4b6e1   engrid.kdevses modified
       new  9ce6e4e   fixed density choice: instead of taking first match, the one with smallest length is used
       new  816c85a   added additional error information
       new  b4e6e6b   fixed problem with new access functions
       new  391a5bc   added pre steps for b-layer meshing
       new  5e8baac   Merge branch 'master' of ssh://swordfish/data1/projects/CN-001-enGits-internal/PN-001-014-ENGRID/engrid
       new  e2765e3   re-enables ehight error for sharp nodes
       new  f66b947   projection will always be performed (fixed problem with thin triangles)
       new  d44c0e7   re-enabled feature edges
       new  e2df92c   added reader for Blender (exported by engrid.py)
       new  901cbc7   added export scripts for Blender
       new  308b601   sorted parts alphabetically
       new  3b83e73   modernised bcode selection (view)
       new  32cce99   angle > 180 disables feature edges
       new  1c6247e   new remote branch created from projection branch
       new  59a6b74   testing new public repo
       new  5632982   push ok
       new  fa4cd74   compiles again
       new  8ce2670   added busy cursor for operations
       new  6ccc03c   local changes to project file
       new  a6e6543   synchronized branch with master
       new  10cd084   Merge branch 'openfoamgui'
       new  0375687   Started documenting scripts + updated/simplified makedist.bash script
       new  be70dfc   moved scripts into scripts directory
       new  a46105d   moved python scripts into scripts directory too
       new  550519d   added GPL headers + /usr/bin/env to all scripts + changed some from sh to bash to avoid bashism problems
       new  0833a9c   added destination directory argument to makedist.bash
       new  3b1364e   fixed ../distribution/setup + added nightly source tarball creation
       new  5c5a184   added install_engrid.sh + makebindist.py
       new  062095a   fixed VTK directory
       new  83d79c6   working on scripts
       new  d6330be   fixed build-nglib.sh working dir
       new  768638b   replaced ///@@@ TODO tags with doxygen ///\todo tags
       new  5cfe1fe   created separate config file for script
       new  1e66029   GUI for script seems ok :)
       new  8fd8e46   busy cursor now only before/after operate() call
       new  7f8ff18   reactivated wget lines
       new  7248975   gui->lock_gui + improved slot/lock_gui documentation
       new  66e352a   removed toto variables
       new  91265b5   renamed script
       new  424ad1f   added start_engrid script creation
       new  33a8a8b   fixed branch switching
       new  d4b77e1   comments mail now only sent if not empty
       new  781e803   documented engrid_installer_updater.sh + engrid_installer_updater.cfg
       new  7bf18d6   engrid_installer_updater.sh/cfg ready for final test
       new  9a969b4   added download options
       new  59e0f3f   fixed engrid_installer_updater.sh
       new  aa0b5c4   new comment
       new  aae388c   enabled 0 pre-steps
       new  fa91cc2   moved boundary correction into under relaxation loop
       new  8ac223f   simplified error functions
       new  8edaced   changed criterion to max. local length
       new  87be5a6   changed order of operations a little
       new  04d11a1   removed error output
       new  00a30ed   sharp feature problem appears to be gone now ...
       new  5e3ab4e   fixed error output
       new  8f238b3   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  1ddccfa   fixed ./engrid_installer_updater.sh + switched ./engrid_installer_updater.cfg to git protocol
       new  7261355   fixed unbound var error
       new  799661d   added PLY binary/ascii export + STL binary export
       new  4a1694a   preparing for merge with master
       new  62bb900   merge successful
       new  ce1d394   created BezierTriangle class
       new  df31f49   working on BezierTriangle
       new  1a3bca5   projection looking good. :)
       new  3125fad   some control points are on the wrong side when using ~/Geometries/projection_test_singleBC.egc
       new  9b81619   added gmsh2_import.py script + put blender scripts into src/blender_scripts
       new  e917895   fixed option selection + added possibility to choose project file (CGNS support) + make options (ex: debug, release)
       new  b93de0b   added engrid_release.bat
       new  76bc3fd   added netgen compile to src/engrid_release.bat + switched src/engrid-standard.pri to release mode for win32
       new  efccde3   updated engrid.nsi + added .nsh files (empty for now)
       new  b0ea114   improved engrid.nsi: clean removal
       new  51ef13d   small changes
       new  1ba431d   added adapt_nglib_for_windows.sh script
       new  e45ab6e   fixed adapt_nglib_for_windows.sh
       new  9894150   improved movement projection interaction
       new  f517b81   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  b64b20b   new laplacesmoother from master
       new  ea603d1   filled .nsh files + fixed paths in engrid.nsi
       new  0ac2738   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  f2ebefc   recent file list added
       new  a9b7ca6   added picked cell value check to GuiSetBoundaryCode
       new  041c305   fixed cylinder() function
       new  bcc4cd4   Merge branch 'master' into projection_branch
       new  86adb67   cylinder proj ok
       new  dc67f7e   back to almost working
       new  e9676ad   added getFaceOfCell and getEdgeOfCell
       new  156d0b2   added automatic feature
       new  a8f340e   moved Override cursor to the proper place
       new  41c8d9b   added automatic feature
       new  a7df945   re-enables swapping and smoothing
       new  38b2a96   circle proof of concept done
       new  85fb32a   removed hard-coded feature angle
       new  f659dc9   removed hard-coded feature angle
       new  f16fb6a   added automatic non-manifold correction
       new  efcd389   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  6569850   commit before merge
       new  a8d0ed4   merged in changes from master
       new  8ead1d9   node type update of main grid ok
       new  892aa00   splitted setBackgroundGrid_setupGrid into two parts, to reduce compilation time
       new  0e70480   fixed listing of .vtu files in recent file list
       new  b4af4cb   problems with node type update
       new  5603860   checked that if grid info gotten correctly, it will work. :)
       new  4e6a4eb   simplified void GuiMainWindow::getAllBoundaryCodes(QSet<int> &bcs) + added QSet<int> GuiMainWindow::getAllBoundaryCodes()
       new  0f877c1   looking good. grid info correct. :)
       new  94b1bab   fixed error when no boundary codes selected
       new  b32b894   xml document now gets reset when importing a geometry
       new  adb99d9   added empty buffer check to SurfaceAlgorithm::readVMD()
       new  220db82   reduced debugging output
       new  6b43a3b   improved busy cursor behaviour on import/export ops
       new  ff19bb8   reduced email addresses
       new  b300953   enable/disable undo/redo OK
       new  ba0b779   fixed unwanted working directory change
       new  6afb5d7   undo/redo working again
       new  1590607   engrid.kdevses changes
       new  112f32b   Merged in some changes from projection_branch: -undo/redo working again -enable/disable undo/redo OK -improved busy cursor behaviour on import/export ops -added empty buffer check to SurfaceAlgorithm::readVMD() -xml document now gets reset when importing a geometry -fixed error when no boundary codes selected -simplified void GuiMainWindow::getAllBoundaryCodes(QSet<int> &bcs) + added QSet<int> GuiMainWindow::getAllBoundaryCodes() -simplified void EgVtkObject::setBoun [...]
       new  1532e1a   added saving of all projection surfaces for debugging
       new  1fcff3f   merged in changes from master
       new  47f82d7   complete projection surface storing ok
       new  a0828ad   better normals, but not good enough...
       new  00f4fc7   added correct curvature option + switched findSmallestVMD back on
       new  2a21d2c   switched findSmallestVMD back on
       new  1e96bef   deactivated boundary edge treatment
       new  98b026e   added basename prefix to surface projection file
       new  516eba2   build-nglib.sh now works when running it directly from the scripts directory
       new  3c90aac   exact projection works.
       new  798f3da   removed obsolete variables
       new  3b47071   created mixed old/new version
       new  3ade92c   created mixed old/new version
       new  f48f982   disabled bcode selection
       new  59a81b9   has to be started from src dir -- but works
       new  9f821c8   added Blender scripts
       new  0ca6b10   added foam path/arch to config
       new  7c2caf2   changed mesh density to edge length
       new  28887d0   added  meaningful error message for no bcodes set
       new  90d5e78   merged in guisettings* changes from TunnelLicht program
       new  d23e48e   fixed qstring getset
       new  a17201a   merged in build-nglib.sh from master
       new  397f847   tmp commit. working on barycentric coord function
       new  acb2029   using flipped cell test from laplacesmoother
       new  c82e2ce   Merge branch 'release_1.1' of ssh://swordfish/srv/www/htdocs/git/engrid into release_1.1
       new  85c4169   removed useless line
       new  54a50c4   Merge branch 'release_1.1' of ssh://swordfish/srv/www/htdocs/git/engrid into release_1.1
       new  01a902a   merged in guisettings* changes from release_1.1 branch
       new  80208d5   merged in changes to removepoints.h+removepoints.cpp from release_1.1. (fixes point deletion refusal)
       new  58eb077   barycentric coords functipon compiles, but broken
       new  9f1943d   Merge branch 'release_1.1'
       new  93c2e97   Added new files/functions from TunnelLicht program. Adds support for DialogLineEdit
       new  ea17aa6   new settings with path selection dialog successfully implemented. :)
       new  a58f097   merged in changes from master
       new  3d2b6ab   ficed rad/deg problem
       new  093c702   removed feature angle reading (is in base class)
       new  3c5d574   new getBarycentricCoordinates OK
       new  dddcd33   extrapolation outside triangle OK
       new  0ef1bf4   improved error functions
       new  ed468ce   small changes for Ronan
       new  6405cbf   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  195745f   changed default branch for script to release_1.1
       new  7baef60   Merge remote branch 'origin/multiple_volumes'
       new  a173dee   set the checkout branch correctly
       new  c26a9ac   set the checkout branch correctly
       new  7b92ef5   improved version string: version number + git describe if available
       new  a369652   compiles again, but crashes when meshing
       new  a180371   surface meshing works again
       new  8d0bd56   it compiles
       new  75d326f   regular grid of points to project OK
       new  79ad5f3   conceptual error?
       new  d32a23b   added Triangle class
       new  ef46e55   Triangle class operational
       new  c23c672   upgraded Triangles
       new  65bbe58   cleaned up surfaceprojection.cpp
       new  c5adb81   function vars ready
       new  273f886   fixedPointFunction operational
       new  d7b0542   jacobiMatrix operational
       new  2f7d1a7   made test grid symmetrical by rotation of 60 degrees
       new  d3c1884   diff not symmetrical for unknown reason
       new  12c9d0d   added debugging info
       new  413bd4a   added debugging output. Error still there.
       new  b1e3988   moved classless functions from egvtkobject.h/.cpp into utilities.h/.cpp
       new  1586dc8   diff vector ok. just an error in paraview.
       new  a731f67   added 2D/3D global/local conversion functions
       new  7291dee   jacobi matrix looks ok
       new  b725f77   projectOnQuadraticBezierTriangle3 function done, but not working
       new  ca5f988   non-converging function. :(
       new  a824221   testing new methods
       new  35d6427   secondDegreeSolver added
       new  e71ff29   projection works
       new  db34da4   removed debugging output
       new  d96f0dd   deactivated exact projections
       new  fd7d6b1   refactored grid to m_grid in GuiMainWindow class
       new  842ac29   added some documentation
       new  92430f2   added some documentation
       new  fe0448d   more documentation + fixed projectOnTriangle
       new  f688661   fixed segfault in updateStatusBar + created new correctCurvature function
       new  da4181d   removed use of 1e99 in projectOnTriangle
       new  6738e9b   added NAN + INF checks. projectWithGeometry() somehow gets a nan. :(
       new  3234576   added more nan/infinity tests + fixed nan error by deactivating m_UseNormalCorrection
       new  9afcbeb   fixed undo/redo changing working directory to /tmp
       new  d28c481   added new classes for edge length definitions
       new  8435e32   implemented sources mechanism for edge length
       new  5ea2fe3   added limitControlPoints to avoid to high bezier surfaces
       new  5ad6f15   limitControlPoints working
       new  13e01c6   accelerated curvature correction by storing bezier surface
       new  9738927   removed duplicate int initializer
       new  178c6b9   merged in changes from master
       new  3b569c8   reverted changes to surfacemesher.cpp
       new  c4117d6   cleaned a bit
       new  21980a0   fixed read problem
       new  c23abc0   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  f124e91   replaced old debug code with checkVector
       new  8755fb4   Merge branch 'master' into projection_branch
       new  ec66958   added exterior projection test
       new  1b34d97   problem located. TODO: calculate normal vectors of bezier surface
       new  d958ebd   added untested surfaceNormal() function
       new  9851a3c   cleanup
       new  1b4cd9d   normal calculation OK, but not for all points
       new  6a89783   normal vectors for all points, but not perfect
       new  346f344   addarray works
       new  72d0cda   grid->m_grid changes from projection_branch
       new  7c2023f   renamed grid to m_Grid
       new  8677cfc   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  96fbeca   moved addVtkTypeInfo + saveGrid from GuiMainWindow to EgVtkObject
       new  1d9d184   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  d83b03a   added output arg to surfaceNormal()
       new  36314d6   merged in changes from master
       new  e8b3625   merged in some changes from projection_branch
       new  93c16d4   removed changes to main.cpp
       new  c9ef30f   merged in changes to geometrytools from projection_branch
       new  9b127c6   surfaceNormal() works :)
       new  e97a303   started using saveGrid. Difference between saveGrid and writeGrid???
       new  f855c69   added special projection for points outside triangle. Does not work correctly however.
       new  3c37c76   better, but still incorrect
       new  2346b56   fixed projection on plane (non-orthogonal)
       new  7e3dbd9   moved isInsideTriangle to GeometryTools
       new  c179a8e   updated engrid.pro.cgns + grid->m_Grid in cgnswriter.cpp
       new  106136e   merged in changes from master
       new  5b400e9   reduced code
       new  028fa34   removed non-working projection functions
       new  230e5f7   changed bracket-breaking in astylerc + formatted triangle code
       new  7045232   added nan/infinity check to CheckSurfaceIntegrity
       new  ff0e9b4   added neighbour info to Triangle class. Info filling OK.
       new  0342f96   added side info to projectOnTriangle
       new  affbb72   partial restriction working + formatting
       new  365c31e   correctCurvature works, but with security in laplacesmoother deactivated
       new  17bbe0f   added m_ to Triangle attributes
       new  5949200   added projectOnBezierSide() function. Works.
       new  044eaf8   added BezierTriangle::insideBezierCurve. Works.
       new  e5fa026   BezierTriangle::insideBezierSurface function works.
       new  a130dcc   Some changes to projection_test. BezierTriangle::insideBezierSurface does not seem to work for a normal equilateral triangle.
       new  178fd01   attempted to fix freopen warning (appears on Fedora 12 with gcc 4.4.2) + fixed setup script
       new  ac6ba77   deactivated deprecated start_engrid copy
       new  f7ad7ec   fixed insideBezierCurve
       new  a8dde3d   trying to fix surfaceNormal()
       new  9a27411   extrapolation+normals looking nice. todo: get tangent before normal(normal could be zero)
       new  1a338b2   added paraview state file + extrapolation OK except for bad bezier triangles
       new  34b44d7   reduced debugging output
       new  388b587   reduced debugging output
       new  cf932a9   deactivated experimental normal correction
       new  b3ac7d7   cherry-picked changes from release branch :) : deactivated normal correction
       new  75ed459   added BezierTriangle::saveTriangle()
       new  1057682   pre-merge
       new  6be5a2f   merged in changes from master
       new  e755ae2   BezierTriangle::checkControlPoints partially working.
       new  193b056   save as now also adds to the recent file list + removed useless ;
       new  9d4f3bc   re-added option for strict prism checking
       new  887c5c1   small optimization in intersectEdgeAndTriangle
       new  fc6d7b7   reverted change :/
       new  fc96c01   used version from release branch
       new  7e72fa8   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  f3705b7   used version from release branch
       new  4078bfc   added saveTriangle function to Triangle class + investigating empty triangles in Probe_S0.egc
       new  63fa266   more documentation + added empty cell test to CheckSurfaceIntegrity
       new  f3204e9   more documentation + added empty cell test to CheckSurfaceIntegrity
       new  063031d   added insert cell action + removed useless semicolons
       new  261dc55   GuiMainWindow::callInsertNewCell ok
       new  1406099   added option to disable strict prism checking
       new  3f31bfc   option to disable strict pri, fixed bug for search
       new  8440229   Merge branch 'release' of ssh://swordfish/srv/www/htdocs/git/engrid into release
       new  6150adc   fixed bug in search method
       new  89c4829   added begc import script. :)
       new  755b10f   preparing merge of master to release
       new  9086a29   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  4ab5695   preparing merge of master to release
       new  ba13e10   Merge branch 'master' into release
       new  442da02   finished merge
       new  df9fd1c   moved manual to OpenOffice
       new  54bdd66   moved manual to OpenOffice
       new  377327c   added begc export in engrid
       new  d46ce02   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  95f89f5   fixed remaining m_grid occurences
       new  6b11f29   fixed abort when calling deletepickedpoint and cell selected and not deleting it + DeletePickedCell OK
       new  29f0d19   m_grid->m_Grid
       new  7cc5d94   merged in changes from master
       new  a30b528   replaced addGrid with MeshPartition::addPartition
       new  1308621   new class: MergeNodes
       new  2ca08ec   m_grid -> m_Grid
       new  66799ec   callMergeNodes OK
       new  5af6028   intersectionOnPlane now keeps intersection point within Xmin, Xmax
       new  307f532   adapted laplacesmoother.cpp for correctCurvature
       new  b3b6539   generalized interpolate function + added vec4_t constructor
       new  a4c1087   attempting to fix multiple interpolation
       new  ff6e307   removed tmp vector (but matrix*(vec+/-vec) still not working)
       new  d4ab58e   similar area error is relativ to bottom area now
       new  c4e877d   updated manual
       new  0b812f6   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  b230ad6   introduced critical tetras
       new  3e45cc2   got rid of addBezierSurface in egvtkobject class
       new  74b2260   testing meshing and then interpolation
       new  f5edae2   fixed use of addPartition
       new  b7b0347   all-in-one
       new  9cac2c6   all-in-one seems ok
       new  02224d4   added grid saves + started using m_ControlPoints
       new  a2f4c13   smoother now uses old x_summit if m_correctCurvature=false
       new  e0ba0bf   Merge branch 'release'
       new  de2d0e0   removed critical tetra version again
       new  f4e3efb   trying to fix normal meshing :/
       new  b6c46b5   compiles again
       new  ee1507e   added original functions for debugging
       new  9379b37   problem solved: always doing full search leads to bad projections
       new  3bda043   new control point method ready
       new  cbee934   made *2c*G meshpartition functions return -1 in case of missing cell
       new  3fc8896   added 'post-smoothing' for boundary layer'
       new  a36ad9f   made *2c*G meshpartition functions return -1 in case of missing cell
       new  513e3d3   added configure options to reduce QT compilation time
       new  c12966c   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  6e3060b   removed engrid.kdevses
       new  f6fe03d   reactivated grid saves + tested new control points method (not good yet :( )
       new  d230204   Merge branch 'master' into projection_branch
       new  c26ef9a   fixed .begc import script
       new  863e9b1   projection surface saving now uses m_BezierTriangles
       new  e39c279   ready for merge into master
       new  9d1251e   Merge branch 'projection_branch'
       new  3310fce   removed temporary file
       new  8228dfe   reduced debugging output
       new  78bece4   removed GSL dependency
       new  6a7b632   fixed cubic solver
       new  0f19625   deactivated test + removed debugging output
       new  6669420   fixed nan error
       new  30a6f7e   deactivated main test
       new  bcae70a   new local branch
       new  07ce48e   removed use of c2c in InsertPoints
       new  d41f0dc   counter OK
       new  e3eedd1   added support for stencils with one cell in getNewNodeType
       new  6c9457e   InsertPoints + Multiple volumes OK
       new  593fc4c   adapted UpdatePotentialSnapPoints for multiple volumes
       new  ca7f6a2   checkForDestroyedVolumes seems to work
       new  7a82b51   fixed isCell function
       new  540cd2e   first successful multiple volumes point removal
       new  0f18cf6   flipped cell test failure
       new  ac014d3   projection bug
       new  9473b7f   need to reset m_ProjTriangles
       new  c21265d   fixed openfoam path bug
       new  fb6cc35   fixed openfoam path bug
       new  2dbc5c0   fixed openfoam path bug
       new  14c5f4a   projection seems to be fixed
       new  86faefb   multiple volumes all OK
       new  9c7f6f3   reverted debugging changes
       new  6d0ed29   Merge branch 'multiple_volumes'
       new  659c1ed   added more info to output
       new  ec17608   added more info to output
       new  1375ccb   added select all/clear all buttons to GuiCreateBoundaryLayer
       new  f3c9807   increased number of iterations for 'blocked' movements again'
       new  d8a4435   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  f31f8f9   moved gridsmoother.* from master branch
       new  38686f3   Merge branch 'release' of ssh://swordfish/srv/www/htdocs/git/engrid into release
       new  76a9ae6   added documentation + multiple volume support to GuiDivideBoundaryLayer
       new  606c3f7   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  ec05424   improved GuiDivideBoundaryLayer error handling: restores all volumes on error
       new  7602c68   UI changes
       new  74b3515   changed poly_solve_cubic function
       new  c64616a   added option to open last used file on startup + created new GuiMainWindow constructor to open a file directly
       new  b881732   �allows zero iterations now
       new  0f1c681   intermediate version min instead of av. edge length
       new  4622ea7   Merge branch 'master' of ssh://swordfish/srv/www/htdocs/git/engrid
       new  cff629b   added volume definition + PDF for convenience
       new  f7419ac   moved manual to OpenOffice
       new  ebb29d2   moved manual to OpenOffice
       new  87ae259   updated manual
       new  7951806   added volume definition + PDF for convenience
       new  1051a18   improved xml error handling
       new  bc3d344   copied in xmlhandler.h/.cpp from TunnelLicht
       new  4ca987d   starting to use XmlHandler class
       new  0216044   starting to use XmlHandler class
       new  61a8a49   removed m_XmlDoc from GuiMainWindow class. replaced by m_XmlHandler.
       new  303c408   new xml handling ok
       new  23e22a2   XmlHandler class cleaned up
       new  fe0b135   cleaned up GuiMainWindow class
       new  a23d20e   started to add openfoam 1.6.x templates + fixed importHostFile slot error
       new  fd0bc74   openfoam 1.6.x solver templates ok
       new  009d1aa   start paraview OK + fixed bug in dialoglineedit
       new  6f3b042   improved/fixed openfoam integration + added set case directory menu entry
       new  dddf7e6   formatting
       new  7f18a25   cleanup
       new  3ea9309   manual: tutorial fix
       new  de1d231   manual: tutorial fix
       new  7b62486   testing new git repo + added todo file :)
       new  89256de   fixed inside sharp feature problem
       new  5ed8836   fixed inside sharp feature problem
       new  4a5c884   Merge branch 'release' of ssh://engits.eu/var/www/vhosts/engits.eu/httpdocs/git/engrid into release
       new  a83715f   fixed bug for volume mesh size
       new  a72557c   added cone/cylinder source
       new  0cc7e7f   added cone/cylinder source
       new  ebd8b74   implemented restriction to planes (XY,XZ,YZ)
       new  2175f39   cone source respects length now
       new  7cd467e   added a few checks to improve CAD fix
       new  c14afe4   added check to avoid infinite relaxation of cl
       new  e50d7fd   deals with zero length edges now -- not a good idea, however
       new  041572d   added possibility to merge volumes
       new  ee25105   added possibility to merge volumes
       new  4be1ec6   debugging for ESA closeout meeting
       new  09b6663   removed 'dead' code
       new  a6c5b1d   added loop for multiple swap sweeps
       new  035a1fa   updated URLs
       new  a125eae   updated URLs
       new  6a13ec4   added deletion for 'stray' nodes
       new  b0d05b3   fixed density problems for sources
       new  65a42cf   added deletion for 'stray' nodes
       new  a6d0a8e   added deletion for 'stray' nodes
       new  a7aa837   fixed global/local bug
       new  444c60e   experimental
       new  219a9df   simplified blayer generation
       new  e15bdf0   Merge branch 'aniso'
       new  ab05042   cleaned old stuff
       new  caa3227   fixed mail recipients in ./scripts/nightly.bash
       new  b149cba   restored netgen_svn files
       new  63116c1   ng.pro fixed. No more undefined ref to vtable error.
       new  6b98173   added blayer height based on exist. edges for cl=0
       new  e40b8ae   Merge branch 'master' of git://engits.eu/git/engrid
       new  7db0876   ng.pro fixed. No more undefined ref to vtable error.
       new  efcea9a   added global make options to .cfg file + -j option by default
       new  eb1f209   merged in changes from release branch (make -j)
       new  a474b5c   merged in faster QT4 compilation from master :)
       new  51d1564   -j -> -j4 in engrid_installer_updater.cfg
       new  e9565cc   -j -> -j4 in engrid_installer_updater.cfg
       new  65d3c0e   added snap points to info
       new  ae03f41   added non-triangle check before calling FindSnapPoints
       new  c403d27   trying to fix point/cell picker after delete
       new  5e9c75b   reverted guimainwindow change. Lower priority issue.
       new  1160c26   is_alldeadcell -> is_deadcell
       new  f9f5af6   is_allmutatedcell -> is_mutatedcell
       new  7fcd2c6   non-triangle cell copying fixed
       new  6b67778   problem identified: removePoints does not support volume elements
       new  8c2dac7   removed some unused variables + simplified DeleteSetOfPoints arguments
       new  a8c16c1   removed unnecessary tests, added EG_BUG to mutated cell part
       new  34b7451   astyle formatting :)
       new  30328fd   fixing git repo
       new  fff77a9   removepoints during boundary layer creation OK
       new  0d134b3   -fixed DeletePickedPoint for grids with volume elements -reduced debugging code -fixed point/cell picking after point removal
       new  fdd556c   problem: different boundary codes need to be selected for point removal in GuiCreateBoundaryLayer
       new  4b15b14   points now get removed during layer creation, but geometry kaputt
       new  c3fac50   always perform maximum number of iterations
       new  61ec118   Merge branch 'master' of ssh://bhoepperger@engits.eu/var/www/vhosts/engits.eu/httpdocs/git/engrid
       new  273c6f8   testing UpdatePotentialSnapPoints(true)
       new  e659f5b   adding src/enGitsDevelopmentEnvironment.nsi to create windows environment installer
       new  8dd2f75   added optional PSP update forcing to removePoints
       new  4c7c21f   made point removal during boundary layer creation optional
       new  ecf3e93   removing debug stuff
       new  6323a3a   removing debug stuff
       new  7ebc806   removing unused variables
       new  bfbfdaa   cleaning up
       new  faf3c17   removed unnecessary includes
       new  95b653d   Merge branch 'quadsupport'
       new  8b6f78b   blender script cleanup
       new  4d150d0   blender script cleanup
       new  9e7bff5   added COPYING (GPLv3)
       new  13580f6   adapted scripts to new server
       new  35a11ba   rebuild.sh fixed
       new  a578d34   trying to compile against vtk5.6
       new  744304a   added new VTK_USE_QT flag
       new  7a5b8af   vtk 5.2 -> 5.4 in setup_paths.sh
       new  7cac3c7   project file cleanup in preparation for debian packaging
       new  e0b0a86   project file cleanup in preparation for debian packaging
       new  e7ba99e   project file cleanup in preparation for debian packaging
       new  e26938e   project file cleanup in preparation for debian packaging
       new  9f6e53d   removed non-vtk related settings from engrid-vtk.pri
       new  c07f800   new debian directory at project root
       new  4cace60   removed duplicates
       new  69c4aec   improved debian packaging almost working
       new  23b0905   fixed makedist.bash destination argument
       new  33dc4db   adapted engrid installer script for non-svn/git users
       new  f349aee   fixed installer script when not using git
       new  237c9ff   fixing lintian errors
       new  0542665   new .xpm icon. All Lintian errors and warnings fixed. :)
       new  fe89d3d   changelog fixed
       new  93654b3   added missing build dependencies
       new  dcc252c   added libqt4-opengl-dev dependency
       new  de4b4ed   added a marker for collision detected
       new  9dc6069   Merge branch 'master' of ssh://engits.eu/var/www/vhosts/engits.eu/httpdocs/git/engrid
       new  9f920b7   improved collision avoidance algorithm
       new  6ad4199   started mirror mesh implementation
       new  cd4baef   fixed linking with cgns lib from debian package
       new  29cd847   Merge branch 'master' of ssh://mtaverne@engits.eu/var/www/vhosts/engits.eu/httpdocs/git/engrid
       new  e8f49c1   Added libhdf5-serial-dev as build dependency. pbuilder call successful with cgns support.
       new  f30b281   implemented mirror mesh, still not working for vol. cells
       new  7950bb9   made mirror mesh an experimental feature
       new  cabd9b1   Merge branch 'master' into release
       new  1696496   updated licence info
       new  5244d86   updated licence header
       new  5f22fc6   added release notes
       new  0dd8687   added helper scripts
       new  a55e418   started spec file for OBS
       new  63dc66d   preparing OSB building
       new  942a49f   on the way to an openSUSE package
       new  eefa345   changed nglib to 4.13-RC
       new  6b13a73   changed nglib to 4.13-RC
       new  4a893b2   leaving just the pdf in the archive
       new  8ef472e   removed archieve after build
       new  6a22635   still trying to get the release out
       new  7125487   obsolete
       new  3ddf883   started to add tutorial files
       new  504672a   moved build service stuff to src dir
       new  7e9bdb0   updated -- inspired by science rep.
       new  1192731   fixed libng.a linking problem
       new  6eaf626   long way to go ...
       new  2f132a6   working towards openSUSE binary packages
       new  772e6fb   still not working
       new  7c0d83b   maybe now...
       new  7178ba9   compatibility with Qt4.4
       new  5108762   renamed spec file to rc2
       new  0097dee   renamed spec file to rc2
       new  b15b07f   fixed more getInt problems
       new  ff75fed   QFileDialog::setOption does not exist for Qt<4.5
       new  5b15e55   required for OBS build
       new  fc29d06   latest debian dir used for 1.2rc1 release
       new  44a9efb   latest debian dir used for 1.2rc1 release
       new  4ea5d60   this one compiled on OBS
       new  ce75d46   improved version display in about()
       new  60a0795   Merge branch 'release'
       new  0f308b9   added sphere tutorial
       new  2ff6ad1   fixed problem on sharp edges
       new  da098a6   renamed for rc3
       new  53ea098   modified for rc3
       new  4507536   fixed version number problem
       new  17ddd95   hack to avoid collision blocking
       new  0397fd6   Merge branch 'release' of ssh://engits.eu/var/www/vhosts/engits.eu/httpdocs/git/engrid into release
       new  9e3f087   replaced broken file
       new  c634789   improved automatic version number
       new  e194866   release number in spec file-name is annoying
       new  bfcde37   fixed 'undefined version'
       new  6529430   corrected indentation
       new  26bca74   corrected indentation
       new  daa8fc7   created skeleton for local stretching
       new  fbd143e   removed unused code
       new  aeb1b65   removed more unused code
       new  a7c84e4   testing an-isotropic triangles
       new  b3336d3   needs to be fixed -- bug from remove points for blayer
       new  ff8034c   added an-isotropic stretching
       new  1eca27a   fixed non-adjacent boundary faces for blayer smoothing
       new  266fd45   Merge branch 'release'
       new  88c9e8b   added check for neighbour node
       new  c790755   removed Bezier surface correction -- never worked reliably
       new  4de54b9   improving projection search performance
       new  6ff71f2   improved search performance for projection
       new  04160ee   changed tolerance to default again
       new  ec7cf8a   made it more readable
       new  5115dbe   exit after 1st iteration if triangle found
       new  ea92103   made it nicer to use
       new  8199904   added various files
       new  f9f0b60   added limited fixing opf non-manifold edges
       new  7f65797   automatic conversion from polygons to triangles
       new  3709842   cleaned
       new  079de95   added a few operations
       new  2479f95   added possibility for 'free' projection
       new  b7850a6   added a few operations
       new  1a14af5   added getParent(...)
       new  f8ebeb3   added cell index for output
       new  dfe2538   intermediate testing
       new  7418fbc   cleaned
       new  92d978d   added a few operations
       new  c5a4025   added config options
       new  1d5c62c   cleaned
       new  18f3d89   removed interpolation/added 'free' option
       new  db643d6   intermediate
       new  c310bb2   adapted for 'free' option
       new  20fecec   added option for cells across branches
       new  6018627   script for constructiong intersecing cylinders
       new  27b2e2b   check for overlapping faces
       new  8efad97   quick tool to locate faces
       new  504433e   tool for feature edge sharpening
       new  3ee5e57   timer for output purposes
       new  a04c589   strange compiling glitch
       new  a3249e6   using PointFinder to find duplicate nodes
       new  78cff42   tweaked settings
       new  03fdf8c   QVector<int> version of getAllBoundaryCodes
       new  f853878   cleaned code
       new  ac7775a   finder classes work now
       new  4c5add9   non-manifold faces are moved to new bc
       new  8071d8b   added option for minimal edge length
       new  a196c65   still needs a bit of debugging...
       new  1f36d11   sorted boundary codes
       new  765eb36   added m_Timer
       new  0469c7c   removed an-iso stretching again
       new  d801ea6   added option for minimal edge length
       new  8378066   using FaceFinder now -- no neighbour search anymore
       new  108706a   removed EG_BUG
       new  ee2974c   improved tolerance for dup. nodes
       new  aaabbe1   improved speed of mirror tool
       new  801b3a3   fixed problem with 'process only visible'
       new  b88bcbc   fixed mirror mesh problems
       new  b8a3560   split enGrid into app and lib (plugin awareness)
       new  068439d   plugins work
       new  b44c665   added start script for development
       new  0e5284f   fixed boundary layer bug
       new  68a79ef   implemented robust curvature correction
       new  439e38e   obsolete (text based config now)
       new  70ec954   simplified edge-length config
       new  46b113f   removed settingshseet
       new  89ab9e9   fixed error message problems (EG_BUG, etc.)
       new  645f777   fixed bug in c2c creation
       new  1b5be48   appears to work correctly now
       new  e62e7c8   automatically store geometry if no proj. found
       new  2deaed2   SurfaceProjection is used for 'sides' now
       new  5054fb9   using global coordinates now
       new  ffa16e3   storing geometry as seperate file now
       new  b7c0270   fixed a few curvature correction problems
       new  a8ff982   set curvature resolution to zero (default)
       new  b890058   ESC resets picking now
       new  67c7395   added non GUI version of blayer operation
       new  bac93a0   only use *.so for plugins
       new  1c3a4c6   added non GUI version of blayer operation
       new  51ea999   added set... function for m_MaxNumIteratioins
       new  ebbf234   removed tan() -> executes a lot quicker
       new  fec694e   added *.so.*
       new  3a87dd8   added cell growth for volume meshing
       new  50f45ae   relative tolerance for blender import
       new  ed5c13c   relative tolerance for blender import
       new  cf99df5   relative tolerance for blender import
       new  fab8db7   improved convergence output
       new  7d80d86   secondorder not available in NETGEN SVN snapshot
       new  b4d6861   percent is 1/100 not 1/1000
       new  1dd6e35   improved behaviour of surfaces adjacent to prism-layers
       new  cef9335   fixed invalid abort on non feature edges
       new  d67b855   first version of BRL-CAD reader
       new  aab77b0   test-commit
       new  07a2da7   * Replacing Variable Length Arrays (VLAS) with QVector to provide a cross-platform solution for dynamic arrays * Reason: The Microsoft Visual C++ compiler does not support bleeding edge C99 and C++ Standards.
       new  774b0eb   * Directly using the Template variable to declare a fixed length array rather than the current approach which forces use of VLAS.
       new  43c6d76   * Microsoft Visual C++ does not provide the "isnan" and "isinf" functions.... equivalents need to be used: "_isnan" and "!_isfinite" which are defined in "float.h"
       new  fc6af69   * In order to redirect stdout, one needs to use freopen(...). "stdout" cannot be directly used as an lvalue in an assignment
       new  bd33f14   * the QMake Template "app" does not support "SUBDIRS".... the template needs to be changed to "subdirs" for this.
       new  768d45f   added 'verbose' option
       new  499ab51   added additional swap after surface smoothing
       new  219b083   preliminary working version
       new  eb79bd9   added method to find closest face
       new  46464e8   improved tetra volume criterion
       new  e5c28d8   improved behaviour on symmetry planes and similar patches
       new  686327d   added BRL reader
       new  cde4752   improved 'wait' cursor behaviour
       new  ccae084   introduced feature magic
       new  79ae983   added BRL reader
       new  9ea88fb   added isInsideBounds
       new  d053f8f   improved behaviour on symmetry planes and similar patches
       new  f0d9ba6   added BRL reader
       new  b5c4ec0   improved behaviour on symmetry planes and similar patches
       new  eada950   introduced feature magic
       new  084d77b   improved num layers and stretching
       new  6d92ebf   * Bug fix: an initialization was needed, instead of a workaround to the compiler.
       new  7d97fab   * Various spaces changed in empty and comment lines - automatically changed by Eclipse IDE.
       new  f06c3a0   * "QVector< QVector<vtkIdType> >" needs the spaces for compatibility with the old gcc 3.x series + mingw, which came with Qt 4.5.1.
       new  4ad42fc   * Bug fix: the output from qPrintable cannot be returned to another function, because: �The char pointer will be invalid after the statement in which qPrintable() is used.� So a storage char* vector was created.
       new  6baf51f   FIXME: added a FIXME warning for an old signal connection.
       new  a8a81ef   * Bug fix: the main function must return a value.
       new  0a58f3d   Added rules for "win32-g++" in the ".pro" files.
       new  5805853   Had to add a couple more things to the .gitignore file.
       new  310c327   Added rules for building Qt based files, to be used with M$ Visual C++ Express, because there isn't a developper'ss Qt plugin for it.
       new  8cbd04f   Added stuff base project for Visual Studio C++ Express 2008.
       new  a8cd5cb   minot changes and fixes
       new  d501176   * debug and release versions enabled in .pro files.
       new  f4c4be5   * stdout redirection dependent on compiler.
       new  bb13c40   Fix rules and project files for Visual C++ Express 2008.
       new  db66fea   Added comments for a previous change.
       new  f574344   added start script for development under windows-mingw.
       new  c175eea   * A few updates for MS Visual C++ Express 2008.
       new  0d7a064   Bux fix: Updated the link in the src/README file.
       new  38d89f3   Apparently using "freopen" is a Windows thing, not just Visual C++.
       new  395238a   Feature: build nglib as dynamic library. Patches for netgen source code included.
       new  f6df1d0   Running engrid with mingw build is now easier, since initializations are definable in the files at "windows/mingw32".
       new  a160312   Project files for Visual C++ Express 2008 are now ready to be used.
       new  4a388f7   Bug fix: the log file should be closed before being erased.
       new  82d047c   * Changed Visual Studio C++ 2008 variables to use Qt 4.7.2 and VTK 5.6. Only the batch files matter.
       new  6df4661   Updated building rules for the Visual Studio C++ 2008 Express project. Release version seems to work as intended, but further testing is needed.
       new  79427c5   Rules updated to build with Mingw+gcc 4.4.0, Qt 4.7.2 and VTK 5.6.1.
       new  56a34da   Environment variables for Mingw version have been updated to work with Qt 4.7.2 and VTK 5.6.1.
       new  21224fe   Updated patches for modifications made to nglib.
       new  15f027e   Built windows branch in Ubuntu and since nglib is now built as dynamic, then some updates were in order.
       new  cfbffb4   Merged with upstream. Will see if it builds in Windows as well or not.
       new  5e93a11   Fixed smallsquermatrix.h using the same method used a few lines below, namely using the class/struct "vector".
       new  8e2176a   Added a few more defines, in hope of getting the Debug version to work as well.
       new  7ba8ebe   intermediate
       new  c0d2391   removed testing and development features
       new  6a4d4ca   Temporary branch for windows-1.3 has been created, until we can confirm the changes for Windows are 100% reliable on Linux as well. Merge branch 'release-1.3' into windows-1.3 has been made successfully. Changes to the project files are still to come.
       new  14a0bb6   Updated rules for using a local (pseudo-)installation of VTK and Qt. The batch file populate3p.bat can be used for creating the pseudo-installation. It already includes a certain bug fix (commit ef18e44117982f3d817c9c14c20947232bdc8eb2). The MinGW version doesn't reflect these changes yet...
       new  d20471a   Merged changes with the new build mode from upstream windows.
       new  5214766   Added a few more changes for things to build properly.
       new  7260240   Added a few more changes for things to build properly.
       new  0961764   added -g to release config for profiling with zoom
       new  96ff24f   added smallest height
       new  5863260   trying to improve curvature correction ... not so good
       new  5e642a5   trying to improve curvature correction ... not so good
       new  3f1efc8   added error message if surface is not water-tight
       new  d2d0cec   curvature correction more robust now
       new  7cd22f4   using new version of doxygen
       new  7faa833   added user interface for surface meshing
       new  26fc716   keep settings if 'boundary topology' did not change
       new  96d3a73   removed useless instructions
       new  8f91da7   moved m_NodeNormal to base class
       new  5dc6a76   switched to mono font for big text editor field
       new  96aa9a2   fixed problem with geo file and saveAs + caught error on proj. storing
       new  cb71446   changed slot for surface mesher to new GUI version
       new  11e968a   reset is no optional for open file
       new  bcdbcfb   added user interface for surface meshing
       new  aec79dc   performance optimisation
       new  5f6d496   improved curvature correction
       new  d154269   Merged with upstream release-1.3. More commits to come.
       new  f5b0a50   Updated project files for MSVC2008, to include the new files from upstream.
       new  8108866   Commented the unconnected slot for BrlCad.
       new  44bfe7f   changed surface curvature computation to weighted nodal values
       new  67cc277   adapting to release 1.3
       new  5ede295   typo
       new  a0018e4   it is a BASH script after all
       new  cdb146b   added convenience scripts
       new  6a8f6b1   removed traces of BRL-CAD ...
       new  9660cee   checked for valid configuration
       new  349b7f9   minor syntax error
       new  d57bfa4   script to install package dependancies
       new  9250626   clean-up
       new  a3bd70f   back to LaTeX ;-)
       new  154328c   updated licence headers
       new  76bfed5   back to LaTeX
       new  ade85ff   improved bindary setup
       new  b67abe4   updated installation scripts
       new  6358d48   added old tutorial to manual
       new  44883d5   added installation files
       new  5c1bcd6   split ubuntu into 10.04 and 11.04
       new  2bfba9d   hopefully supporting Ubuntu >10.10 and openSUSE 11.2,11.3,11.4
       new  8965b65   wrong commit corrected
       new  13812ab   fixed exit bug
       new  6d7a94c   different configs for openSUSE 32/64bit
       new  616c007   fixed problem of no automatic redraw for change/check orientation
       new  259807c   added tutorial case for multiple volumes
       new  15fe7c2   error message not useful for multiple volumes:
       new  c5a9c6f   new tutorial damper in a duct
       new  3b27df4   automatic update might lead to crashes
       new  208db43   better default values
       new  d5bc17b   Merge branch 'release-1.3' of ssh://engrid.git.sourceforge.net/gitroot/engrid/engrid into release-1.3
       new  20fe04b   added fedora32/64
       new  c1dd8f4   qmake-qt4 for Fedora
       new  d639188   sourced build-nglib.sh for Fedora qmake-qt4 b......s
       new  73e6874   setup script for Defora
       new  c7a3e7b   added fedora
       new  529ebe2   generic script to install enGrid after building it
       new  74253c3   qmake-qt4 for Fedora
       new  b936623   trying to get it to work on Fedora...
       new  3079ca4   almost done with automatic build process
       new  28f1767   added -f to rm command to avoid prompting
       new  b5743d5   fixed a few minor issues
       new  f1055f5   fixed a few smaller problems
       new  703924f   Adapted installer script from branch "windows-1.2.0". This version still only works for 32bit MSVC2008.
       new  4992ed7   enGrid version has been isolated to the only source file that uses it. This way it won't be necessary to rebuild every single file that links to "engrid.h".
       new  5876411   Added versioning to engrid.exe, libengrid.dll and nglib.dll. With the versioning, the icon has also been implanted into the engrid.exe, so g.ico no longer has to go with the installation!
       new  f341301   Decided to use NETGEN's version info for nglib.dll. Improved a bit the copyright sentence for enGrid, based on NETGEN's.
       new  e23b2e5   Merge branch 'release-1.3', remote-tracking branch 'origin/release-1.3' into windows-1.3
       new  18bfad7   Improved version description.
       new  d5a4e6e   Added missing tutorial files to the installer script.
       new  2ca64dd   Improved rule system for NSIS files.
       new  93f2d26   64bit version of enGrid for Windows is now fully operational!
       new  ac64e47   Maintain coesion in variable definitions. This is essential for 32/64 bit builds.
       new  67329d6   Minor bug fix. Doesn't reflect on the outcome.
       new  153682f   Fixed location references for engrid.qrc
       new  fc64399   Bug fix for Issue 007.
       new  64ba4e3   Changed how the about box displays enGit's links and added a list of contributions.
       new  29d020c   Fixed nsisvars.bat for Win32. This should have been fixed a long time ago, but somehow didn't...
       new  cda4b94   Bug fix on the installer script.
       new  8a61784   Initialize variable just in case, since this is triggered in valgrind if not set appropriately.
       new  c9f72e0   Added contributions listing to the About box. Currently only takes into account contributions for Windows. Will need some improvements when merging to the branch release-1.3.
       new  e99b4a8   Coeherent stdout redirection implemented. The redirections that were implemented did not work properly in Linux. The redirection in Windows has been a bit improved, although not perfect.
       new  789c907   Updated README to reflect the current qmake project file structure.
       new  0c8d5bf   temporary fix for Issue 005
       new  48392ac   Switched nglib to debug mode in MSVC2008.
       new  b6f2157   Temporary fix for Issue 008.
       new  5c2fbc1   Complementing fix from previous commit b6f2157816d336c94ba46f1fa8d552179fb4ffc7. Now it unlocks the mutex so it can be used by others. Error message now uses EG_ERR_RETURN.
       new  20f6bce   Complementing fix from commit 0c8d5bf661e977e5de9372fb1d532b8d7d4afb1a.
       new  9fad52b   Making the temporary fix compatible with Linux and also less likely to crash in Windows.
       new  83047d0   Temporary fix and improved loading of OpenFOAM cases: * Improves a bit the importing speed of OpenFOAM cases, by not reading the same file twice in a row, but simply using the information available in the loaded buffer. * Increases the reading capability of files from 1 to 2GiB. In other words, instead of loading the whole file to a QString, it loads it to a QByteArray. In essence, this means that this will only read files in UTF8, not UTF16; in other words, it's now [...]
       new  e400111   Fixes for the (first) 2 reported cases in Issue #010. Basically is breaks operation and reports what's going on, instead of simply stopping operation with no explanation.
       new  e8a4f7b   Upgraded version from 1.3alpha to 1.3beta, meaning that this version should now be working as close as possible to the Linux version, albeit it might have additional fixes that have not been submitted to the main release-1.3 version yet.
       new  9e60832   removed commented code
       new  396859c   default setting for surface parameters
       new  6bc1446   removed warning for 'no boundary codes'
       new  d3f32d7   removed unneccessary library vtkNetCDF
       new  5adb6a0   updated for Ubuntu-11.10
       new  b187948   updated for Ubuntu-11.10
       new  cd98412   better default values
       new  4fd3984   corrected instructions for setup generic
       new  153aacd   Merge remote branch 'remotes/origin/windows-1.3' into release-1.3
       new  ac6df61   moved .pro files from windows branch to .pro.win
       new  fb6e5bb   engrid.qrc is here ... ???
       new  4abcdbf   moved .pro files from windows branch to .pro.win
       new  3a166d8   removed a few debug outputs
       new  f37c964   Finished merging windows-1.3 with release-1.3. A few notes:  * nglib is now dynamic instead of static. It also includes a few patches made for Windows, but also useful for Linux.  * qmake can now be only executed once in the src folder, because it now uses semi-automatic recursion (CONFIG += recursive; SUBDIRS += ...).  * Should still be compatible with the previous build sequence.  * building with mingw(-w64) has not been tested for quite a while now, nor has it wit [...]
       new  0ba9690   Forgot that nglib now is a dynamic library.
       new  5d08445   Tried to update the debian files for generating the package, but haven't been able to build a package myself to confirm if the change works or not.
       new  0b3fcd4   Removed unecessary leading spaces from *.pro files.
       new  8fd77a0   Added version discrimination for Linux and Mac 64bit.
       new  a20e3a0   first steps towards hex core grids
       new  a9881d7   Merge branch 'release-1.3'
       new  f087529   updated licence header dates to 2012
       new  35c1208   Merge branch 'release-1.3'
       new  866d00b   version number for master branch
       new  fe0590d   vtk 5.8 for openSUSE 11.4
       new  1c0370d   Updated version in the VC project file.
       new  5743183   implemented ortho optimiser -- debug required
       new  8b210bd   approach appears to be non-functional, will probably be deleted
       new  ea8ab9b   Merge branch 'release-1.3' into windows
       new  d7fa81d   Merge branch 'master' into windows
       new  92ab238   Allow building with VTK <5.8.
       new  e2f30e4   Updated version for the installer on Windows.
       new  abdb456   added normal vector optimisation
       new  310efb0   Updated project and installer files to use VTK 5.8. Compatibility with VTK 5.6 has not been maintained on Windows... will need to recheck this later on.
       new  a83f5cd   Merge branch 'master' of ssh://engrid.git.sourceforge.net/gitroot/engrid/engrid
       new  b2e09aa   normal vector optimisation ready for debugging
       new  0f94235   first 'working' version of normal optimisation
       new  171c103   re-enabled BRL-CAD import
       new  4763e9e   added support for openSUSE-12.1
       new  4f7b412   re-enabled BRL-CAD import
       new  29531cf   created octree for hec-core grids
       new  b4bc651   temporary enabled compilation
       new  1b56e0d   started blayer size for individual surfaces
       new  8433a2a   added docu for indices of octree cell
       new  8576a7c   octree to conforming vtk grid starts to work
       new  1aca3a5   trying to get conforming VTK output to work
       new  bd20bd2   fixed problem of disappearing volume for divide boundary layer
       new  568a29a   conforming export to VTK appears to work now
       new  cc0f88e   making use of the conforming VTK export from Octree
       new  518d048   added configurable ratio between last layer and far-field
       new  d5977fc   added Blender scripts for Blender >= 2.5
       new  3fada3d   fixed file copy error
       new  6a14348   removed unnecessary semi-colons
       new  cf752c2   intermediate -- transition region still missing
       new  fe99480   removed unnecessary fields
       new  9b3dc97   changed default tab back to first one
       new  d8cf205   send plugins into backgroung by default
       new  b672a45   assign default names to boundary codes/patches
       new  5485952   added definition by boundary codes
       new  61f2382   removed debug output
       new  00c8d39   removed unnecessary fields
       new  47a7f39   started rewrite for a decent poly mesh support
       new  1080908   started rewrite for a decent poly mesh support
       new  c8fbc84   poly-mesh rewrite works with simple tests
       new  fec7733   This branch will now work with VTK 5.8 from ParaView 3.12.0, while the branch release-1.3 will still work with VTK 5.4 from ParaView 3.8.1.
       new  aaf1d93   updated licence header dates to 2012
       new  9579ffb   Updated version in the VC project file.
       new  5dddc5e   Finalized updating MSVC project files.
       new  0917874   Updated installation scripts.
       new  d21ac49   Finished merging stuff that was developped at windows-1.3 for using ParaView's 3.12.0 libraries.
       new  4396c38   Merge branch 'master' into windows
       new  3692236   Finished updating the MSVC2008 project.
       new  fd225f3   Finished updating the MSVC2008 project, namely the static version.
       new  cff0363   Updated the installer project for MSVC2008.
       new  3ac63ba   poly cells work - not perfect (yet), but a lot better than before
       new  4c92cc2   optional fast blayer method without node removal
       new  97982e0   added feature resolution options
       new  7135a7b   trying to improve search performance for gaps
       new  fbb42b1   3D feature resolution is evaluated over all bcs
       new  3eb635a   started poly-molecule in order to split concave cells
       new  6a58ad5   removed need of parameter bc
       new  f3e694a   added threshold angle for feature computation
       new  06de52f   introduced search distance
       new  539ff10   fixed typo Pproj...
       new  b7bfaf2   performance tuning -- nit finished
       new  d4b2dcb   improved octree search algorithm
       new  221b8ff   enabled new search distance mechanism
       new  e241eec   added possibility to define partition by set of nodes
       new  5c71008   quads are automatically split now
       new  22e6399   display colours are configurable now
       new  d5b7410   Merge branch 'master' into windows
       new  5c1a53b   disabled VTK polyhedron to enable compilation with older VTK versions
       new  bbec1bf   corrected area condition
       new  605c5e3   added tool for circum-circle computation
       new  f19e8ee   added export functionality for SU2
       new  b2d1baa   prisms respect gap size even if opposite side has no prisms
       new  d1a07af   added boolean operation
       new  e03b52f   fixed gap size problem
       new  f04b83e   added boolean operation
       new  5959425   Merge branch 'master' of ssh://engrid.git.sourceforge.net/gitroot/engrid/engrid
       new  84dca9f   respect min edge-length
       new  f4d0956   added fallback search algorithm
       new  3ff489b   initial fix for neighbour gaps
       new  a978ee7   fixed octree size problem
       new  379e895   added sign1 function (1 and -1 only, no 0)
       new  08ab688   improved gap algorithm
       new  0ed74b3   organised Blender scripts wrt to Blender versions
       new  3de7069   first working example
       new  abb728d   first working example
       new  6551b65   first working example
       new  86191b6   commenced implementation of poly-cell smoothing
       new  bd578a7   improved height relaxation
       new  54aea39   shortened node info in status bar
       new  073b1c7   removed debug output
       new  ede1b31   improving blayer for poly conversion
       new  2d6f745   Merge branch 'master' of ssh://engrid.git.sourceforge.net/gitroot/engrid/engrid
       new  5bf0620   removed debug output
       new  6d5d5c2   preliminary working version of poly export
       new  a38ebd6   deleting old fields on open
       new  8b2dec8   added box source
       new  55e3f80   got box source to work
       new  8480389   adapted boundary layer for better poly export
       new  581e214   added Dolfyn export
       new  16187e5   added Dolfyn export
       new  6de278d   added Dolfyn export
       new  ac76ba0   slightly changed algorithm to make re-division easier (y+)
       new  d0a76e1   enabled automatic iterations (3 by default)
       new  2c655e5   fixed normal relaxation bug -- to be tested tomorrow
       new  8a1f8ba   normal relaxation bug is fixed now
       new  603c043   removed unwanted side-effect of bug fix
       new  2ff6d37   Added polymolecule.*
       new  8a0c7cb   Kept VTK 5.8 detection. Merge branch 'master' into windows
       new  f0eb3d6   Updated MSVC project file.
       new  caec071   Changed static way of building libraries and enGrid on MSVC2008.
       new  95a3cc0   fixed wrong division for relative heights
       new  a060964   settings are now saved
       new  c775b56   failsave for nasty corners
       new  d0ca5fd   reverted to old gap algorithm
       new  22e8b8a   fixed inf expansion ration bug
       new  b410dd4   work-around for disconnected surface grids
       new  6ed1147   added possibility to restrict transformations to certain nodes/elements
       new  d8d5566   testing
       new  55c4fc1   set not working operations as 'experimental'
       new  c7f3a6e   moved from other branch
       new  c25a38d   started real BRL-CAD reader
       new  54b5d85   provided skeleton for BRL-CAD interface
       new  180ce32   enabled poly export by default
       new  3774003   Merge branch 'release-1.4' into windows
       new  6da9eb6   added progress bar
       new  7be9106   added method to mark all cells for refinement
       new  ad2226a   implemented initial BRL-CAD import (image scan)
       new  2ec9aa0   preliminary tool to import from BRL-CAD
       new  1a26da5   created common base clase for surface projection implementations
       new  c8b8745   added tracking option to always keep up to date (all cells only)
       new  8504048   provided frame work for BRL-CAD surface projection
       new  c97672d   fixed issue #25
       new  652880e   BRL-CAD projection appears to work -- needs testing
       new  e32512d   fixed various problems with BRL projector and edge swapping
       new  2fc3d53   cleaned a little
       new  f145ace   typo
       new  e59228b   ray shoots in positive and negative direction to determine position
       new  ed7e9d4   a few comments and debug code
       new  8633f92   removed BUG macro from normal computation
       new  5a340b7   automatic feature correction starts to work
       new  78049da   minor code cleanup
       new  2703b8c   code cleaning
       new  0cf9585   disabled edge=feature angle & added node type update before smoother
       new  9b7bc0d   code cleaning & disabled vertex fixing for more than 2 complex edges
       new  b558731   added default normal and radius for failed projection
       new  9170b80   adapted to latest version of BRL-CAD projection
       new  3e6a29a   improved feature sharpening
       new  442c280   added resolution limit
       new  0abe01e   limiter to restrict node movement to fraction of smalles adjacent edge
       new  23a5164   convinence
       new  5224317   90deg edges work -> need to set-up process
       new  2cb97c2   implemented improved error checking for nodes with one bc only
       new  34e494d   intermediate -- not working
       new  d626028   skeleton for improved node movement consistency check
       new  aa9937f   default is no smoothing now
       new  195884d   lower ang upper error bound
       new  2974318   added some files
       new  0ccd3dd   made insert and delete nodes optional
       new  3105bb5   iterate through all nodes of a graph respecting recursions ...
       new  641f4e2   put on hold -- not working and not absolutely required
       new  37a3500   added files
       new  c4becf0   cleaned-up state; still relies on feature edges
       new  680d8bc   fixed problem of infinite loop
       new  2a04197   accommodated negative radii
       new  7e19781   all points are snap points for smoothing with the 1 BC method
       new  c810c68   added possibility to choose the reduction rate (vtkDecimate)
       new  66c6394   Merge branch 'release-1.4' into windows-1.4
       new  ea8571c   Applied patch for Gcc47 - fixes #21 although some more testing is advised...
       new  b0f752f   typo in error message
       new  2f862d2   copy grids without additional fields
       new  409d027   default is no coarsening after import
       new  500c559   methods start with lower case letters
       new  5caff6e   activated polyhedral export
       new  642184f   Removed "feature magic" which might only become important in the next release.
       new  fc0da20   meaningful error message (issue #19)
       new  cf73255   fixed issue #20
       new  3ab9b56   issue #20 again -- fixed the wrong line ...
       new  3a5a246   removed m_MinMumCellsAcross as it is not required anymore (issue #16)
       new  64fa8f9   Merge branch 'release-1.4' into windows-1.4
       new  b86cfa4   Added Blender scripts to the installers.
       new  07d759d   Changed version name to 1.4.0_beta, so it would display properly in the About box.
       new  500eb3b   Updated build.bash script to support more Linux distributions.
       new  823da95   Updated setup_pathes.bash script to go along with the previous commit.
       new  76a0098   corrected normal direction
       new  f549635   changed VTK_*_VERTEX macros to EG_*_VERTEX
       new  b8e3c18   attempt to keep existing node types
       new  38feaa6   Changed repo to wyldckat and branch to sandbox-1.4 for testing.
       new  728bb8b   openSUSE 12.2 already uses 5.10 vs 5.8 on 12.1.
       new  18f28b6   Respective updated for previous commit for openSUSE 12.1/2.
       new  236bc04   Apparently all 12.x use vtk 5.10.
       new  3f1836d   Apparently all 12.x use vtk 5.10.
       new  56cf2fe   Upped to vtk 5.10 for openSUSE 12.x.
       new  93ec845   openSUSE 11.4 now also uses vtk 5.10.
       new  cb6ae81   Forgot to add Fedora's 16 and 17 to the output message.
       new  37aa74c   Tweaked Fedora 17.
       new  a32bfbf   Systems already tested: - Ubuntu 12.04 32bit - openSUSE 12.2 64bit (KDE) - openSUSE 12.1 64bit (KDE) - openSUSE 11.4 64bit (Gnome) - Fedora 17 32bit
       new  a78b023   Updated debian packaging based on developments made on sandbox-1.3.
       new  301f230   Tested Fedora 16 and concluded the need for these changes.
       new  dd36d00   Added 'patch' to the dependency lists, just in case...
       new  0cb7cc5   Fixed missing dependencies for Fedora.
       new  3a0e80b   Tweaks made for Debian packaging.
       new  6bca255   Tweaks made for Debian packaging.
       new  26e48f8   Added several missing dependencies to the build.bash script.
       new  062c430   Fixed pro files to properly comply with the 'debian/*' files.
       new  9472e8a   Made several modifications to the debian folder, making it now possible to build deb packages of enGrid 1.4 for Ubuntu.
       new  edfc4af   Fixed category from Science to Engineering on the debian package.
       new  d380440   Minor tweaks to the Debian packaging information.
       new  0630c87   graph interface for nodes of a mesh
       new  2cc8687   updateNodeInfo() includes vertex type determination now
       new  3c446ea   new vertex type for feature corners + geometric recogintion
       new  a5903c2   normal orientation should be consistent now
       new  5e33e3b   add access to last projection radius
       new  10f6b91   save old feature angle
       new  235f53a   no automatic update -> user needs to check updateRequired()
       new  15448b3   allow no projection to be returned (NULL)
       new  6e93125   new files
       new  a54e4c8   uses global convex hull (vtkDelaunay3D) -- not working well
       new  1d64a0a   Fixed link to the wiki on the NSIS installer.
       new  becf2a2   temporarily disabled
       new  1422dce   new version based on actual and not average edge length
       new  a0284b6   do not report internal hits ...
       new  520bb05   simplified geometry safety check
       new  20726ea   added method to get neighbour nodes in a Qt-container
       new  9bdb807   added check to avoid "cutting off" of feature corners
       new  2ea0536   trying to adapt feature correction to "inverted" geometries
       new  c6d4bc6   Preparations for Ubuntu 12.10.
       new  37aa242   Added missing reference to Ubuntu 12.10.
       new  02be425   Merge branch 'windows-1.4' into sandbox-1.4
       new  11c0705   Updated installation scripts for Ubuntu 12.10.
       new  1b34fb7   under relaxation worked
       new  0a8309d   correct edges after every reduced iteration
       new  3f03210   fixed precision problem
       new  ebf8470   added pipe source
       new  e45069b   removed traces of surface errors
       new  80b140f   simplified movement check -- from current development
       new  01764a6   test of automatic VTK include path detection (provided by G. Skillas)
       new  5f04e7c   set executable bit
       new  8f0f785   new version -- completely automatic
       new  3a753b7   moved to setup_pathes.bash
       new  70d25b6   new automatic configuration
       new  f9a76cc   corrected setup_pathes call
       new  ac64162   Merge branch 'windows-1.4' into sandbox-1.4
       new  d4520a8   Manually merged: - build.bash: added dependency "patch" for all and "vtk-devel" for Fedora. - setup_patches.bash: basically using everything from release-1.4, but will need to make a little repair in the next commit.
       new  89a1a83   Reapply the qmake stub for Fedora, but now in a more automatic way.
       new  40fb9e9   Bug fix in setup_pathes.bash for detecting the libraries in Fedora.
       new  8cfb4c3   Fixes issue #33: applied fix given in the issue tracker.
       new  cd7b8a8   Bug fix: wrong science repository was being used for openSUSE 12.1.
       new  43b7cae   Updated Debian files in preparation for another test with the latest changes.
       new  74c9dcb   Added guiedgelengthsourcepipe to the MSVC project as well.
       new  23e62a0   enabled export of differnt volumes to different foam regions
       new  82b9e6f   Merge branch 'release-1.4' of github.com:enGits/engrid into release-1.4
       new  25f0fcb   removed debug output (VTK files)
       new  f776edf   added check routines
       new  98244ab   export for chtMultiRegionFoam
       new  e03be09   set volume code for extruded part of grid
       new  77c3c6f   removed beta from version number
       new  62394b0   different patch names in different regions
       new  f317cab   adapted to tag 1.4.0
       new  c245884   Made some final fixes to the NSI installer scripts for Windows.
       new  998f893   Bumped debian changelogs for generating PPA packages for Oneiric.
       new  06e947d   Bump to Precise.
       new  9856ba5   Bump to Quantal.
       new  706c6f2   Merge branch 'release-1.4' of github.com:enGits/engrid into release-1.4
       new  6eee3f9   Bumped debian version package and went back to oneiric for redoing the three packages.
       new  b1fba36   Double bump on debian changelogs to precise and then to quantal.
       new  6d307cf   set project number to master for doxygen
       new  7ce26ee   fixed re-declaration of page
       new  662e859   Applied patch for Gcc47 - fixes #21 although some more testing is advised...
       new  ab35d46   hack to get engrid to start with BRL-CAD on openSUSE 12.2
       new  d0dd776   BRL-CAD on openSUSE 12.2
       new  b0e535f   possibility to use old and new surface projection strategy
       new  afd3e3e   projection: store foreground grid together with background grid
       new  8425a06   do not use curvature correction for feature correction
       new  42e3982   introduced flag to determine if old or new geometry strategy is used
       new  402eaf6   started to find concept for tri/CAD projection and interface -- compiles again
       new  8807845   The position method should not be required.
       new  60910b4   added methods to convert between Cartesian and spherical coordinates
       new  7a7ec18   not required anymore
       new  f439f24   required for snap to surface algorithm
       new  10abb99   clean up
       new  f640d87   node info improved to feature nodes
       new  e352136   removed absolute path got mged
       new  5d16755   new field for counting (demotion of features)
       new  7f33636   base for mesh quality checks
       new  cdff675   mesh quality based on face orientation
       new  c2b126e   changed date
       new  cf55b48   avoid feature correction for nodes with a face orientation errir
       new  a6ad87f   on the way to a generic geometry interface
       new  4456136   using mesh quality to prevent certain errors
       new  3cb8c43   testing
       new  21179ec   clean-up
       new  fe717ae   returned to original version
       new  2b500a2   improved generic cad interface
       new  755637a   changed licence date
       new  04beac2   triangular geometries and BRL-CAD seem to work now
       new  55e0aa5   Merge remote-tracking branch 'remotes/origin/release-1.4'
       new  9ed8cbf   added engrid_version.h
       new  1e42905   set version number back to "dev"
       new  93a4ebd   cleaned and sorted alphabetically
       new  89258bf   introduced variables for BRL-CAD
       new  da4f5d9   fixed bug which caused a crash (local global confusion)
       new  1fd33ac   added output to Tau
       new  f177148   fixed problem of dented corners during prism generation
       new  9222391   fixed smoothing bug and improved height computation
       new  d52c31c   added configuration for OpenMP
       new  ff41362   added methods for min and max edge lengths of all faces adjacent to a node
       new  78002e8   added additional ray spheres
       new  f866a61   some OpenMP testing
       new  f6be7af   tested OpenMP but discarded due to recursion
       new  7e37f1e   additional ray spheres
       new  bc505b5   allowed to demote fixed vertices
       new  49db7b6   various improvements to speed up surface meshing of BRL-CAD geometries
       new  b181c34   made shootRay public
       new  d3f5adf   added quoted version text
       new  3911f85   put widgets in proper order again
       new  5cb0fef   made settings version dependent
       new  1afbc56   tried to improve initial type of inserted nodes
       new  48db52f   feature magic defaults to 1 now
       new  b25452a   added method to get number of feature neighbour nodes
       new  fa101ff   added screen output functionality
       new  e7eea71   failed projection will be quality=1 now
       new  0f32835   added name for quality measure
       new  2d396a7   prints face orientation quality now
       new  d22e6f8   feature angle defaults to 20deg now
       new  1b22990   moved SurfaceAlgorithm inheritance to CadInterface
       new  a081994   fixed 3D feature resolution
       new  63e17e2   feature magic is an amplification factor for edge sharpening (not corners)
       new  3b5c313   improved performance if ray-tracing available
       new  eabd98f   improved performance for face search -- some debugging required
       new  4ce36e4   works as well if no ray tracing available
       new  743b4a0   method to check if points is inside cell
       new  326b19b   fixed bc check problem -- thought that was done already
       new  72a9bf2   added longest length
       new  543d17b   ported old-style projection
       new  8d2733d   works without ray tracing as well now
       new  01b4cbe   skeleton for automatic plane filling (e.g. symmetry planes)
       new  3a47c07   added macro for large real number
       new  5afab9b   improved octree refinement -- still not reliable
       new  abd98da   added files for plane filling
       new  cf2dc58   mesh quality is only evaluated only for edge sharpening
       new  da89e78   faces have to be green for normal vector to be correctly oriented
       new  319bc11   new tool to create symmetry planes (ans similar planes) automatically
       new  06028ab   fixed crash for check surface consitancy
       new  6639f4e   automatic symmetry plane generation works for simple cases
       new  91adc16   improved plane filling to handle more cases
       new  3ded55a   improved output
       new  56762c4   started export function for DrNUM
       new  5ef1d33   export volumes as cellZones
       new  7aeb172   Delaunay threshold and verbose mode
       new  523417f   Delaunay threshold
       new  5493e05   fixed problem with distorted edges
       new  2ba5580   started support for external hex "core" grids
       new  c0ac39c   moved to NETGEN-5.1-RC
       new  513840a   first step to handle polyhedral cells directly inside enGrid
       new  8238656   3 different transfer types for Octree to vtkUnstructuredGrid  1. hanging nodes  2. conformal grid with pyramids and tets  3. polyhedral cells (a bit like hanging nodes)
       new  7e0aaf3   3 different transfer types for Octree to vtkUnstructuredGrid  1. hanging nodes  2. conforming grid with pyramids and tets  3. polyhedral cells (a bit like hanging nodes)
       new  e24c7a4   adapted to polyhedral cells vtkUnstructuredGrid::Reset() has to be called if the mesh is resized or re-allocated. This is done automatically inside allocateGrid
       new  f93e56e   the octree is now transferred as grid with polydral cells
       new  809a771   more than 1 cell allowed on top level now
       new  5014055   top level resolution and better parameter suggestions
       new  9e4ec49   hex-core and triangulated surfaces working (next step is the tet mesh)
       new  f1d5392   movibg back to 4.9 for now; 5.1RC segfaults...
       new  7d91c29   hex-core meshing appears to work so far (no poly export yet!)
       new  9c5b222   add variable number of broken layers between boundary and hex-core
       new  c6d0210   ensured that cell code for new volume cells is 0
       new  372e5b4   better handling of surface orientation
       new  7b2ee21   bug fixes for poly cells
       new  b48d259   fixes a few surface orientation related issues
       new  4412fdf   can handle pure poly grids now
       new  e5c8904   slightly inflated volume as default for internal flows
       new  4255ad7   reads in VTK_POLYGON surface elements now
       new  c1f3967   started development of a hex shell mechanism for DrNUM coupling
       new  f5744ec   not perfect yet -- possibly need different strategy for OpenFOAM
       new  211cf2d   only add the two edge nodes to feature search group
       new  4f77638   implemented a topological distance function
       new  ad0feb6   coding conventions
       new  86e82c7   coding conventions
       new  e4079a4   improved feature resolution (avoid black corners)
       new  a4f1716   convenience improvements for volume definition
       new  a4d938e   write cell zones even if there is only one volume
       new  862f323   hex shell starts to work
       new  81e5717   change in #bcs is handled better now (in some cases)
       new  145f5bc   hack for volume codes
       new  1fcac15   possibility to mirror only (no copy)
       new  a3ce642   implemented central split for neg. face pyramids -- still needs debugging
       new  ff70061   no dualisation for poly export (needs to be done before)
       new  599e7a5   extended cellNormal to polygons
       new  7c809ce   intermediate (optimisation switched off)
       new  e4496e5   extended to the extrusion of polygons to polyhedra
       new  e3a3d27   fixed n2bc bug
       new  0762fa9   still no full optimisation, but splitting concave faces works better now
       new  752eb09   excluded zeros from n2bc
       new  2bb9abd   re-enabled fixed vertices due to edge angles on boundaries
       new  bc523df   made a few dependencies optional
       new  49fb8e1   refused to compile with MSVC2010
       new  7403cd4   hack to get it to compile with MSVC2010 (Express)
       new  41c8126   made a few dependencies optional
       new  3a76276   include file to enable certain dependencies
       new  dde8ca9   compiles with MSVC2010 -- including BRL-CAD support
       new  875198f   improved tolerance
       new  2113ab4   Merge remote-tracking branch 'remotes/origin/windows-engits'
       new  4bb54b9   some fixes to get it back to work on Linux
       new  a8edae5   temporary (not working)
       new  c900c15   avoid VTK warnings
       new  a93e6e9   compiles on Windows with netCDF support
       new  a15c73b   avoid compiled warnings
       new  1518bbd   avoid VTK pop-up window
       new  579a57f   fixed stupid mistake which appeared during the WIN32 hacking ...
       new  45a3311   added GUI to poly mesh conversion in order to enable/disable certain features
       new  dbc09a2   fixed bug which created holes in the boundary
       new  af176fb   using old smooth optimisation + new centreSplit
       new  661bc71   added option for new volume
       new  5eedf1f   fixed problem for purely extruded grids
       new  30f01f2   added -g again for profiling
       new  4829245   added -g again for profiling
       new  cb7814f   removed neighbour search because it is too unreliable
       new  1ee1810   Python module to help using PythonOCC
       new  7834eb2   Python module for MGED scripting
       new  68f9de4   fixed problem with normal save (no cellZones)
       new  6abe6fd   fixed bug for keep original mirror
       new  56d4158   debugging surface projection (need to compare with 2bb9abd8)
       new  e9d24ce   use N^2 search, because any other methods fails at the moment
       new  5eb7b5e   make sure non-adjacent bcs are blocked from edge swap
       new  56599c7   shortened ASCII line
       new  8d05a5b   required for 'old' geometry approach to work again
       new  adcc907   simplified
       new  a8c35f6   added pattern for *.pyc (compiled Python)
       new  dee9146   improved performance of face sorting (runs a lot faster now)
       new  652d419   improved handling of #bcs mismatch
       new  6f29fd1   adaptation to Windows
       new  3640a6b   changed cout redirection to streambuf
       new  fa3ebe5   debug
       new  d0268a6   skeleton for DrNUM immersed boundary grids
       new  083c340   Merge branch 'master' of github.com:enGits/engrid
       new  7d10e3f   added empty functions for before and operate
       new  33f62da   cleaned old debug code
       new  3f3da43   adapted OpenFOAM export to versions 2.1 and greater
       new  e764c94   changed dir structure to enable calling OpenFOAM 2 and later
       new  dd248ef   added dummy .foam file to open case with ParaView
       new  851a6a6   fixed missing symbolic BC support from FoamWriter
       new  20ee08c   first step to create grids for DrNUM
       new  ac9305d   moved methods for debugging
       new  3544352   prepared the possibility to merge geometries
       new  97b1978   initial IB grid appears to work
       new  0a268b9   Merge branch 'master' of github.com:enGits/engrid
       new  71fb29f   Merge branch 'master' of github.com:enGits/engrid
       new  b074ac0   not required
       new  28b46c1   ported to VTK6
       new  d33b0f3   tool to create input files for snappyHexMesh
       new  1462c3a   reduce mesh to available volume cells (e.g. export prisms only)
       new  b4d99ad   various fixes and testing
       new  de8b29f   updated licence header
       new  ab09059   Delete dialoglineeditplugin.cpp
       new  20a4a76   Delete dialoglineeditplugin.h
       new  2df5245   Delete dialoglineeditplugin.pro
       new  2e1b597   Delete test.cpp
       new  1372a64   Delete test.pro
       new  0ba79ac   removed netgen
       new  b64219e   dummy state without NETGEN support
       new  b28c041   removed old files
       new  ea85b76   removed windows files (will need to be re-installed with CMake support)
       new  3efb22a   added CMake build folder
       new  7894e3e   useful Python scripts
       new  f94f454   included the TetGen code from Dr. Hang Si
       new  13e0154   removed old build files
       new  b6d036f   avoid crash if nothing has been picked
       new  8a99640   Make menu item and tool tip name case consistent
       new  e6d55f5   Merge pull request #44 from petebachant/master
       new  d11b0b7   removed unused variables from NETGEN interface
       new  9bf612d   Make menu item and tool tip name case consistent
       new  bcbb3d6   adapted script to enGrid
       new  bd6084f   interface to TetGen
       new  6a04189   added macro to disable code after a certain date
       new  4904427   First TetGen test is working
       new  d14fffe   removed obsolete code
       new  42b2793   minor cleaning
       new  8340750   tracer cells will not be required anymore
       new  dedd87e   using nor -r but -m option (seems to work)
       new  511c5b6   added edge length source for rules
       new  330e9ab   tracer cells are will not be required anymore
       new  50e1a90   setPoints takes any QContainer now
       new  8ff6fac   improved corner handling
       new  78e464e   boundary layer vectors seem to compute correctly
       new  10b1a14   boundary layer "shell" appears to be correct
       new  677303f   moved a step closer to usability, but some steps are still missing
       new  fa19e74   fixed problem with different background grid than current grid
       new  84ef2c9   it is clear that the TetGen concept will work now
       new  e356469   added some CMake patterns
       new  e6b0ea2   prepared slit prism layer and quad faces
       new  65d3c81   new prism algorithm and TetGen is working topologically
       new  fa0b0e9   new concept working, but still room for improvement
       new  922092f   removed *.txt to include CMakeLists.txt
       new  c01a701   added CMakeLists.txt files
       new  e6d4e4c   added licence header text file
       new  4c5d4f9   Delete CMakeCache.txt
       new  9874eab   removed warning
       new  d987a25   fixed orientation problem
       new  18d0a16   intermediate state (using CGAL as geometry interface) -- promising!!
       new  8b2af34   added snap to edge method
       new  ce1b6db   new concept appears to work now
       new  aec3bf3   cleaned
       new  7fa02c6   re-enabled save geometry
       new  916ff13   negative tolerance disables merging of duplicate nodes
       new  a88235e   new concept working, but layer optimisation needs some work
       new  d0a3f10   fairly stable now
       new  b6d8b5e   implemented a simple counter to limit run-time for height optimisation
       new  90f0909   removed deprecated functionality from the menus
       new  4132228   implemented reader for ASICC STL files with multiple solids (untested)
       new  cc12edc   tested and fixed the multi solid STL reader
       new  305dd27   implemented info on normal vector and local curvature (radius)
       new  deeb321   implemented method to access individual variables from an XML section This functionality is not used yet.
       new  708ef54   using wall as default booundary condition for automatic
       new  5c71b2b   implemented set grid with all cells in use (like constructor)
       new  56dbb29   using GeometryTools::angle method
       new  a904f7d   1 instead of 999 as boundary code
       new  ecb4c9e   fixed a few problems with node type determination
       new  ac2e9ca   Merge branch 'new_concept'
       new  6058314   added definitions for GIT branch and SHA1 hash
       new  54ea9e8   method to compute all intersections between any ray and the geometry
       new  892dcb3   version is dev-2.0 now
       new  ba4e7ca   improved about dialogue
       new  cc1c21f   feature edges and boundary edges are snapped to edges
       new  4526827   better defaults (will move to case setup later)
       new  fdd5f90   new 3D feature resolution (probably need to test grid and stored CAD)
       new  966dbdb   removed debug output
       new  6fb0817   skeleton for feature snap operation (edge sharpening)
       new  235b1e0   add boundary edges to edge mesh (snap to boundary edges on flat surfaces)
       new  5c44e57   started to remove obsolete attributes and functionality
       new  c8cb076   back to old version
       new  fb9b40d   simplified code (only one geometry method remains)
       new  24beb8f   added isFeatureEdge and getCommonNodes
       new  6304cf9   fixed bug which led to crash
       new  6994e23   limitation of node displacement is not required anymore
       new  21f0a21   assume this was create by CMake
       new  7c849bf   caught degenerate triangle exceptions
       new  d99ba99   fixed problem with new node between two boundary nodes
       new  534bf7c   disabled call to edge sharpening
       new  463af58   implemented edge sharpening (not working yet, but not required)
       new  73b6ece   only allow 'upgrading' of node type
       new  a94874e   made sure that feature are not destroyed by an edge swap
       new  1d5bbbc   ray forward and backward
       new  8d17bdc   ray forward and backward
       new  b956f08   node type are determines at the beginning and when nodes are created
       new  fffc3d7   using CGAL to compute gap size
       new  fe5135f   fixed bug with constructor and use_all_cells
       new  d81189d   attempt to limit gap refinement in corners...
       new  37ddc95   added profiling option (Zoom) and remioved dead code
       new  fb32962   fixed layer size problem
       new  e8d685e   extended temporary expiration date
       new  10a06ba   fixed various node type related problems
       new  9476dbd   added script to execute engrid
       new  1d67734   added calculator to estimate layer spacing and total size
       new  bb020be   better collision detection
       new  b45b4d7   improved problems with adjacent (to prism layer) boundaries
       new  70bb5ed   overlapping input to TetGen should not happen anymore
       new  33a6d51   extended stop date of temporary solutions
       new  a3aadbe   fixed boundary repair problems
       new  ada4619   gaps are no covered by limitHeights
       new  c6ab840   no edge type check if all edges are allowed
       new  b5945e1   reduced topo distance
       new  0c2ec87   collision limiting before face angle and size limiting
       new  94ac1b6   improved boundary layer algorithm
       new  993db98   added operation to fix minor holes in the surface mesh
       new  0e93d5d   removed debug output
       new  e545b03   triangulate method takes optional parameter for bc
       new  d8d065a   removed debug output
       new  7885a90   using new stitch operation for fix overlapping face on sharp corners
       new  d866c91   avoid infinite loops while stitching holes
       new  f43ee8e   small improvements for tricky regions
       new  fb88217   pushed stop date
       new  54f4d52   deleting stray nodes
       new  cf33cfd   increased iterations for adjacent bc correction
       new  e4aacb1   added verbose flag
       new  cfc64e0   - Implemented tentative smoothing methods to round sharp edges - Moved and modified isConvex method
       new  a7f5a86   Implementation of an experimental smoother for the boundary layer mesh.
       new  f9624ac   Still trying to get a smooth surface to in order to use snappy for the outer region.
       new  a389d3d   And more work trying to smooth bl grids for future use with snappy.
       new  44cd79e   improved vector smoothing algorithm
       new  52567a4   appears to start working now (snap to closest for corners)
       new  b23997d   boundary layer shell works with CubesWithCorners case
       new  c27e8c4   better results with VTK filter for smoothing
       new  a9064dd   get it to compile on MAC OSX 10.9
       new  8b0c50d   Merge branch 'master' of github.com:enGits/engrid
       new  5bf8b19   Updated CMakeLists files
       new  5b7aa07   bla
       new  a816ac8   Merge branch 'master' of github.com:enGits/engrid
       new  d439603   added boundary faces for legacy VTK import
       new  5312877   fixed stray fields problem
       new  dedbae2   Changed support date
       new  7322bf9   fixed adjacent blayer smoothing bug ...
       new  fd88e1d   these settings were used for the conference examples ...
       new  c4bec17   Merge branch 'master' of github.com:enGits/engrid
       new  d631415   use band pass parameter instead of number of iterations
       new  d13b509   only corrected a finte number of levels around blayer nodes
       new  ef1260a   quick and dirty feature edge solution for dual grids
       new  229a545   finer step size for mesh resolution in dialogue
       new  593a970   layer height in gaps is repsected again
       new  7d619ef   fixed several bugs related to boundary layer grids
       new  bcfe4de   respecting feature edges for adjacent BC correction now
       new  3c4c4ea   fixed edge display for volume cells
       new  7df4385   slider for smoothing
       new  4660aff   fixed problem of missing rays close to adjacent bcs
       new  0b2086d   improved pass-band editing
       new  fd9aafb   move nodes in small steps to limit heights
       new  f9833d9   AMI export and extrusion improved
       new  ab46fe7   disabled all STOPDATEs
       new  baef0ce   finally found and fixed adjacent BC hole problem
       new  30ab047   Initialized ave_num_faces to zero.
       new  70b250a   Corrected virtual methods with not notImplemented() without return statements.
       new  3e9aae3   Added parameter in CMakeList to allow compilation under debian.  (Tested and compiles on LMDE2)
       new  bfdcf12   various smaller improvements
       new  e9804d5   Merge branch 'master' of github.com:enGits/engrid
       new  b8099c2   Removed vtkRenderingCore_AUTOINIT need for VTK < 6.1. Replaced by include(${VTK_USE_FILE}) in CMakeLists.txt, which should be version independent.
       new  38ad264   Added toggle for build type.
       new  c65ef17   Added Delete Volume Grid to Mesh menu.
       new  41e0bca   implemented extrusion along curves (rails)
       new  52ea04c   Merge branch 'master' of github.com:enGits/engrid
       new  d81ae48   fixed bug with the boundary codes filter

The 2707 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/su2.git



More information about the debian-science-commits mailing list