write_geo | R Documentation |
Write .geo file for GMSH
Write .geo file from cross section geo file can be use in GMSH (Require GMSH https://gmsh.info/)
write_geo(data, dim = 2, path_geo, Celldomain = F)
data |
The nodes dataframe of the cross section |
dim |
The dimension of the input cross section, by default = 2 |
path_geo |
The output file with .geo extension |
Celldomain |
agrument to have a cell wall domain with filled cells (TRUE), or with hollow cells (FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.