Skip to content

Mesh Generation

Cameron Smith edited this page Apr 30, 2018 · 5 revisions

Gmsh

See https://github.com/SCOREC/gmshToPumi.

Simmetrix

Serial Generation

See the research wiki page for serial mesh generation with SimModeler on SCOREC Workstations https://wiki.scorec.rpi.edu/researchwiki/SimModeler#Mesh_Generation_with_Sim_Modeler

Parallel Generation

Run Simmetrix parallel mesh generation on number_of_processes processes using the mesh control attributes defined in the mesh_case_name on the geometric model model.

module load pumi
mpirun -np <number_of_processes> generate <model (.smd)> <mesh_case_name>

Clone this wiki locally