FAQ

Question: How do I have VoroCrust Meshing use more than one thread?

Answer: 
The number of threads can is set in the vc.in (or vc_exodus.in) file via the NUM_THREADS = N parameter where N is the number of threads to use.

If NUM_THREADS does not exist in your vc.in file, add it in (as showed below) and set N to be the number of threads you would like VoroCrust Meshing to use.

NUM_THREADS = N

Question: VoroCrust Meshing ran but did not create a .vcg file.

Answer: 
The .vcg file is optionally generated based on parameters provided in the vc.in file. To generate .vcg files, please add the below line to your vc.in file.

GENERATE_VCG_FILE = true

Question: When using VoroCrust Meshing Can I use my own seeds file?

Answer:

Yes, it is possible to bring your own seeds file! To do this add the two lines shown below to your vc.in file. VoroCrust Meshing does expect the seeds file to be of csv extension.

GENERATE_MESH_FROM_SEEDS = true

SEEDS_FILE = /path/to/your/seeds/csv/file