FeasNewt - PERI

FeasNewt

From PERI

Jump to: navigation, search

A paper on FeasNewt as a compact benchmark is here.

The source code for the compact version can be found at http://www.mcs.anl.gov/~hovland/fnbench.tgz or http://www.mcs.anl.gov/~tmunson/codes/fnbench.tgz

Type 'make' to build. You can run it using

./tetOpt [inputfile] [outputfile]

e.g.,

./tetOpt data/duct8.mesh /dev/null

Replace duct8.mesh with ductbig.mesh or foambig.mesh for larger problem sizes (should take 30-50 seconds to execute).

Change the -DREORDER flag to -DNOREORDER to get a version with poorer performance (more cache misses because of poor temporal locality).

The source code for the full package can be found at http://www.mcs.anl.gov/~tmunson/codes/