On Wed, 11 Sep 2019, Li Luo wrote:

> I used MeshTools::Generation::build_cube to generate a cartesian mesh.
> I wonder is there any tool to refine the mesh along a specific axis
> direction? For example, only refine uniformly along the z-axis.

If you want to do it *uniformly*, on a cube, you can generate a new
mesh with the increased resolution in that one direction, then use
MeshFunction to project data from old mesh to new.

If you want to do it adaptively, or on more general domains, you're
out of luck.  This is something we've wanted to be able to do for years
but we've got isotropic refinement assumptions too deeply held in too
many places in the code.
---
Roy


_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to