~ubuntu-branches/ubuntu/intrepid/gmsh/intrepid

« back to all changes in this revision

Viewing changes to doc/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-07-14 23:29:56 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070714232956-ikw2f28278kxkquw
Tags: 2.0.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  debian/rules:
    - added dh_desktop for registering gmsh.desktop file.
  debian/gmsh.install:
    - Installing both gmsh.desktop and respective icon.
  debian/menu:
    - added gmsh icon path
  debian/control:
    - Modify Maintainer value to match Debian-Maintainer-Field Spec.

* removing 02_gcc4.3-FTBFS.dpatch previously added in ubuntu, it has been reported 
  and fixed upstream with the new usptream release (2.0.8).
  Check debian bug #417211 for confirmation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: TODO,v 1.55 2007/03/23 08:44:41 geuzaine Exp $
 
1
$Id: TODO,v 1.59 2007-05-23 15:35:33 geuzaine Exp $
 
2
 
 
3
********************************************************************
 
4
 
 
5
add cleanup fct to remove duplicate elements in
 
6
GModel->checkMeshCoherence
 
7
 
 
8
********************************************************************
 
9
 
 
10
add function to deform MESH with displacement post-pro view
 
11
 
 
12
********************************************************************
 
13
 
 
14
3D Delaunay: precompute non-connected volumes and apply algo to each
 
15
non-connected aggregate. This will improve mesh quality and speed for
 
16
close non-connected objects.
2
17
 
3
18
********************************************************************
4
19