write_geo: Write .geo file for GMSH Write .geo file from cross section...

View source: R/write_geo.R

write_geoR Documentation

Write .geo file for GMSH Write .geo file from cross section geo file can be use in GMSH (Require GMSH https://gmsh.info/)

Description

Write .geo file for GMSH

Write .geo file from cross section geo file can be use in GMSH (Require GMSH https://gmsh.info/)

Usage

write_geo(data, dim = 2, path_geo, Celldomain = F)

Arguments

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)


granar/granar documentation built on April 13, 2025, 3:01 a.m.