v0.14.0
mesh.jou
Go to the documentation of this file.
1 reset
2 
3 ### Circular shape
4 create surface circle radius 1 zplane
5 block 1 curve 1
6 block 1 name "BOUNDARY_CONDITION"
7 # Mesh
8 surface 1 size auto factor 5
9 surface 1 scheme trimesh
10 mesh surface 1
11 refine curve 1 numsplit 1 bias 1.0 depth 3 smooth
12 refine curve 1 numsplit 1 bias 1.0 depth 3 smooth
13 
14 save as "/Users/hoangnguyen/mofem_install/mofem-cephas/mofem/users_modules/um_basics/minimal_surface_equation/mesh.cub" overwrite
15