← Back to team overview

dolfin team mailing list archive

[HG] -Add conversion from .gmsh (http://www.geuz.org/gmsh/) format to dolfin-convert.

 

One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.

changeset:   1691:c6cc5f39ea0d23ed6eb24a4ddd360e6a3d41db89
tag:         tip
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Wed Feb 15 22:44:21 2006 +0100
files:       src/utils/convert/dolfin-convert
description:
-Add conversion from .gmsh (http://www.geuz.org/gmsh/) format to dolfin-convert.
-Add functions in dolfin-convert for writing DOLFIN mesh XML headers, etc, which are common to all mesh conversions.

This was my first foray in Python. Is it possible to overload functions?

def write_cells(n0, n1, n2, n3):
    .

def write_cells(n0, n1, n2):
    .
    

Garth


changeset:   1690:0dc4c67e201b24d136b068587fe3791d3a504636
user:        "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
date:        Wed Feb 15 15:19:03 2006 +0100
files:       src/kernel/io/XMLFile.cpp src/kernel/io/dolfin/XMLFile.h src/test/main.cpp
description:
io:

Implemented and added test for Function output.


changeset:   1689:5b787894cb61db22606aaf55e83ee3c7a8080426
user:        "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
date:        Wed Feb 15 14:30:18 2006 +0100
files:       src/kernel/io/XMLVector.cpp src/test/function.xml src/test/main.cpp src/test/reftri.xml.gz
description:
io:

Fixed and tested Vector input. Added test of Function input to
src/test (works).


-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin



Follow ups