# Parameter definitions for thorn CartGrid3D # $Header$ private: LOGICAL no_origin "Don't place grid points on the 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.3 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" { : :: } -1.0 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" { : :: } 1.0 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 symmetry "Symmetry type" { "octant" :: "Use octant symmetry about the origin" "quadrant" :: "Use quadrant symmetry in x-y plane" "bitant" :: "Use plane symmetry about the x-y plane" "full" :: "Use no symmetry" } "full"