Skip to content

[GMSH2OGS] Enabled to convert more high order elements to vtu

wenqing requested to merge wenqing/ogs:improve_GMSH2OGS into master

This MR enables GMSH2OGS to convert more high order elements, the types of which are Line3, Tet10, Hex20, Pyramid13 and Prism15, to vtu.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? Yes, two tests are added. The mesh of the test for GMSH2OGS contains the elements with types of Line3, Quad8, Tet10, Hex20, Pyramid13 and Prism15.
--->

The other test uses the converted vtu to perform a FEM calculation with LiquidFLow as shown in the following figure:

  1. Any new feature or behavior change was documented?
Edited by wenqing

Merge request reports