We could only creat Unit Mesh?

Asked by Houdong Hu

Can we creat non-unit mesh?

or we have to do some coordinators transformation.

Question information

Language:
English Edit question
Status:
Solved
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Solved by:
Houdong Hu
Solved:
Last query:
Last reply:
Revision history for this message
Johan Hake (johan-hake) said :
#1

There are for example RectangleMesh, BoxMesh.

You can also generate meshes using built in mesh generator, see:

  demo/undocumented/csg
  demo/undocumented/mesh-generation

and you can generate meshes using some external mesh generator:

  tetgen, gmsh, netgen, exudos, aso

and use dolfin-convert to convert the mesh to a dolfin mesh.

Johan

On 03/15/2013 06:41 AM, Houdong Hu wrote:
> New question #224345 on DOLFIN:
> https://answers.launchpad.net/dolfin/+question/224345
>
> Can we creat non-unit mesh?
>
> or we have to do some coordinators transformation.
>

Revision history for this message
Houdong Hu (vincehouhou) said :
#2

Get it, thanks~