mkgeo_ugrid(1rheolef) | rheolef | mkgeo_ugrid(1rheolef) |
mkgeo_ugrid - unstructured mesh of a parallelepiped (rheolef-7.2)
mkgeo_ugrid [options] n
mkgeo_ugrid -t 10 > square-10.geo
geo square-10.geo
The previous command build a triangle based 2d unstructured mesh of the unit
square:
This command is useful when testing programs on simple geometries. Invocation is similar to those of mkgeo_grid(1) . It callsg gmsh as unstructured mesh generator. It avoid the preparation of an input file for a mesh generator. The optional n argument is an integer that specifies the subdivision in each direction. By default n=10. The mesh files goes on standard output.
The command supports all the possible element types: edges, triangles, rectangles, tetrahedra, prisms and hexahedra. It supports also mixed 2D with triangles and quadrangles:
mkgeo_ugrid -tq 10 | geo -
and mixed 3D with tetraedra, prisms and/or hexahedra:
mkgeo_ugrid -TP 10 | geo -paraview -
mkgeo_ugrid -PH 10 | geo -paraview -
mkgeo_ugrid -TPH 10 | geo -paraview -
-e
-t
-q
-T
-P
-H
-tq
-TP
-PH
-TPH
-a float
-b float
-c float
-d float
-f float
-g float
-[no]sides
-[no]boundary
-[no]region
-[no]corner
-cartesian
-rz
-zr
This option is related to curved boundaries. Since boundaries are here flat, this option has no practical effect and is provided for test purpose only.
-order int
This documentation has been generated from file main/sbin/mkgeo_ugrid.sh
Pierre Saramito <Pierre.Saramito@imag.fr>
Copyright (C) 2000-2018 Pierre Saramito <Pierre.Saramito@imag.fr> GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Mon Sep 19 2022 | Version 7.2 |