# Parameter definitions for thorn CartGrid3D # $Header$ private: BOOLEAN no_origin "Don't place grid points on the coordinate origin/axes" { : :: } "yes" BOOLEAN no_originx "Don't place grid points on the x-coordinate origin/axes" { : :: } "yes" BOOLEAN no_originy "Don't place grid points on the y-coordinate origin/axes" { : :: } "yes" BOOLEAN no_originz "Don't place grid points on the z-coordinate origin/axes" { : :: } "yes" restricted: REAL dx "Coarse grid spacing in x-direction" { 0:* :: } 0.3 REAL dy "Coarse grid spacing in y-direction" { 0:* :: } 0.3 REAL dz "Coarse grid spacing in z-direction" { 0:* :: } 0.3 REAL dxyz "Coarse grid spacing in x,y,z-directions" { 0:* :: "" } 0.0 REAL xmin "Coordinate minimum in x-direction" { : :: } -1.0 REAL ymin "Coordinate minimum in y-direction" { : :: } -1.0 REAL zmin "Coordinate minimum in z-direction" { : :: } -1.0 REAL xyzmin "Coordinate minimum in x,y,z-directions" { : :: } -424242 REAL xmax "Coordinate maximum in x-direction" { : :: } 1.0 REAL ymax "Coordinate maximum in y-direction" { : :: } 1.0 REAL zmax "Coordinate maximum in z-direction" { : :: } 1.0 REAL xyzmax "Coordinate maximum in xyz-directions" { : :: } -424242 KEYWORD type "Grid type" { "box" :: "Box grid from -0.5 to 0.5" "byrange" :: "Specify min and max values" "byspacing" :: "Specify grid spacings" } "box" KEYWORD domain "Domain type" { "octant" :: "Use an octant about the origin" "quadrant" :: "Use a quadrant in x-y plane" "bitant" :: "Use a bitant about the x-y plane" "full" :: "Use the full domain" } "full" KEYWORD bitant_plane "Plane defining bitant domain" { "xy" :: "xy-plane" "xz" :: "xz-plane" "yz" :: "yz-plane" } "xy"