Discussion:
[ff3d-users] ff3d and meshes
Michel Dupront
2010-10-27 13:11:27 UTC
Permalink
Hello,

I have my own meshes (structured and unstructured) that I would
like to use to make computations.
Is it possible ?

Also is it possible to make computations with higher order elements
than Q1 ?

Thank you in advance.
Stéphane Del Pino
2010-11-02 13:46:46 UTC
Permalink
Hello.

Indeed, one can use his own meshes. Supported formats are gmesh and
medit(INRIA). See section 4.6.1 in the documentation for more details.

example :
mesh M = read(gmsh,"mesh.msh");

creates a mesh M using the file "mesh.msh" that contains description in the
gmsh format.

Best regards.
S.

Loading...