Hello All,
I am just starting to use fenics.
How do you specify the domain of a mesh if one is using a Cubemesh.
For example, I understand:
mesh = UnitCubeMesh(10,10,10)
and this is in the domain [0,1] for x,y and z.
Is it possible to make a cubic mesh specifying one vertex (say [0,0,0]) and the x,y,z extents?
Thanks,
Victor.