pcj -commands file
pcj works like a number of UNIX filter functions and provides no internal manipulation. All operations are specified at the command line.
pcj -bx -0.720 -by -0.360 -bz -0.180
-cx 0.720 -cy 0.360 -cz -0.180
-dx 0.045 -dy 0.045 -dz 0.045 -e 0.1
-m map.ua3d0700 conprs.ua3d07
Generate all geometry/parameter files with automatic triangulation
from a Pollard style mesh description in conprs.ua3d07 and a Pollard style
map description in map.ua3d0700.
A 2-D sheet built from the x-y plane at the specified z layer will result.
The first map in the map.ua3d0700 file is extracted.
pcj -bx -0.720 -by -0.360 -bz -0.180
-cx 0.720 -cy -0.360 -cz 0.180
-dx 0.045 -dy 0.045 -dz 0.045 -e 0.1
-m map.ua3d0700 conprs.ua3d07
Generate all geometry/parameter files with automatic triangulation
from a Pollard style mesh description in conprs.ua3d07 and a Pollard style
map description in map.ua3d0700.
A 2-D sheet built from the x-z plane at the specified y layer will result.
The first map in the map.ua3d0700 file is extracted.
pcj -bx -0.720 -by -0.360 -bz -0.180
-cx -0.720 -cy 0.360 -cz 0.180
-dx 0.045 -dy 0.045 -dz 0.045 -e 0.1
-m map.ua3d0700 conprs.ua3d07
Generate all geometry/parameter files with automatic triangulation
from a Pollard style mesh description in conprs.ua3d07 and a Pollard style
map description in map.ua3d0700.
A 2-D sheet built from the y-z plane at the specified x layer will result.
The first map in the map.ua3d0700 file is extracted.
pcj -fk pcj.key -rm pcj.pot -rp pcj.pts
-dx 0.090 -dy 0.090 -dz 0.090 -e 0.1
-fm ex4.pot -fp ex4.pts -ft ex4.fac
Resample the results from a previous invocation of pcj in which the
files pcj.pot and pcj.pts were constructed. Store the results from the
resampling and the new triangulation in files ex4.*.
pcj -fk pcj.key
-fm ex5.pot -fp ex5.pts -ft ex5.fac
-n 1 -m map.ua3d0700
Extract the second map from the mapfile map.ua3d0700 using the keys
from an earlier invocation of pcj as stored in pcj.key.
Place the output in files with names ex5.*.
pcj -bx -100.0 -e 1.0 -m map.ua2d1900 conprs.ua2d19
Perform default sampling on a 2-D mesh. By specifying a very low value for bx and a high value for tolerance e, all points in the mesh conprs.ua2d19 will be extracted and triangulated.
-generate with the Makefile. -the PCJxxx.c files -the pcj.h include file
2. The triangulation is very limited. It will only work on uniform grids and with discretization resolutions that are multiples of the internal resolution of the input grid.