Generation of unstructured meshes in 2-D, 3-D, and spherical geometries with embedded high-resolution sub-regions
Jorge M. Taramón ([email protected]), Jason P. Morgan, Chao Shi, Jörg Hasenclever
- Mesh generator for Cartesian 2-D/3-D and Earth-appropriate spherical coordinates
- Builds unstructured tetrahedral meshes with embedded high-resolution sub-regions
- Guide-mesh defines variable preferred element sizes in the mesh
- Tools for mesh quality improvement (removing tetrahedral slivers)
- Algorithm suitable for adaptive mesh refinement
Taramón, J.M., Morgan, J.P., Shi, C., Hasenclever, J., 2019. Generation of unstructured meshes in 2-D, 3-D, and spherical geometries with embedded high-resolution sub-regions. Computers & Geosciences, 133, . https://doi.org/10.1016/j.cageo.2019.104324
- Download "SuiteSparse" from: http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.0.2.tar.gz
- Install it by running SuiteSparse_install.m
- Download mutils-0.4-2 from: https://sourceforge.net/projects/milamin/files/mutils-0.4-2.zip
- Install it by running install.m (follow the instructions that will appear in the Command Window)
- In order to set the path for mutils
- 5.1. Write pctconfig in the Command Window
- 5.2. Open SETUP_TEST/addpaths_mutils
- 5.3. Create a new case for your computer:
- Enter the hostname you obtained in 5.1 as a new ‘case’, e.g., case 'fpdc462'
- Enter the path for the folder mutils in ‘path2mutils’
- In order to set the OUTPUT folder in your computer:
- 6.1. Open SETUP_TEST/data_storage_2d.m
- 6.2. Create a new case for your computer:
- Enter the hostname you obtained in 5.1 as a new ‘case’, e.g., case 'fpdc462'
- Enter the path to save the output data in ‘path2data’