The bindary code omt2d.exe computes the area-preserving mapping. The following is the command line usage :
omt2d.exe | -input <inputfile> [option], | the following options are supported: |
-output <outputfile> | the output file name | |
-threshold number | default value is 1e-4 | |
-animate [on|off] | show the compute steps in animate, the default value is 'on' | |
-help | show the help message! |
|
|
|
The binary code omt3d.exe computes the volume-preserving mapping. The following is the command line usage :
omt3d.exe | -input <inputfile> [option], | the following options are supported: |
-output <outputfile> | the output file name | |
-threshold number | default value is 1e-4 | |
-project [true|false] | project the boundary point to unit sphere(or cube), default it ture. | |
-clip [cube|sphere] | set the clip boundary, default is cube | |
-help | show the help message! |
|
|
|
|
|
|