Gmsh

2020-10-04

  • 1 Basics
  • 2 Advanced
    • 2.1 Node ordering
    • 2.2 Customization
      • 2.2.1 Additional Spacing Distributions

1 Basics

2 Advanced

2.1 Node ordering

For Quad, the node ordering is

Quadrangle:

      v
      ^
      |
3-----------2
|     |     |
|     |     |
|     +---- | --> u
|           |
|           |
0-----------1

Thus the geometry of the plane surface should be follow the above ordering. Otherwise, the calculation of cell Jacobian would be negative. In NFS, the node ordering is converted to the natural IJK ordering. Thus It should have no effects.

2.2 Customization

2.2.1 Additional Spacing Distributions

I encountered this problem and open an issue in the Gmsh repo. Later on, the developer replied but I did not try to figure it out. Check this link.

.
Created on 2020-10-04 with pandoc