8000 GitHub - AntoineMazuyer/UnitCube: Build a unit cube GeoModel using RINGMesh
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AntoineMazuyer/UnitCube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitCube

Executable to build a unit cube, meshed with hexaedrons

Dependencies

Setup

Linux

mkdir build
cd build
cmake .. -DRINGMesh_INSTALL_PREFIX:STRING=path_to_RINGMesh
cd Release   (or Debug)
make

It will make an executable named unit_cube.

Windows (in progress)

Usage

./unit_cube nb_hexs=5 out:geomodel=unit_cube_5.gm
  • nb_hexs = the number of hex in one direction (here you will have the unit cube meshed with 5x5x5 hexs). The mesh size will be computed by UnitCube (here 1./5 = 0.2)
  • out:geomodel path to the outputed geomodel

Result

About

Build a unit cube GeoModel using RINGMesh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0