~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to Mesh/meshPartition.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-27 17:36:40 UTC
  • mfrom: (1.4.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090927173640-meoeywl4f5hq5qas
Tags: 2.4.2.dfsg-1
[Christophe Prud'homme]
* New upstream release
  + solver code refactoring
  + better IDE integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
              BoElemGrVec *const boElemGrVec = 0);
26
26
int PartitionGraph(Graph &graph, meshPartitionOptions &options);
27
27
int PartitionMesh(GModel *const model, meshPartitionOptions &options);
 
28
int CreatePartitionBoundaries (GModel *model);
28
29
 
29
30
#endif