&define_geometry nz = 165, zmin = 0.0, zmax = 0.0959148653920, nr = 165, rmax=0.04289777777, boundary = "mg6mm-3.geo", boundary_output = "mg6mm-3.bnd", interior_points = "mg6mm-3.pts" &endThis command defines a problem with an extent of about 9.6cm in the longitudinal direction and about 4.3cm in the radial direction. The number of grid lines in each dimension is 165. Boundary input is taken from file mg6mm-3.geo. In addition, output of the boundary coordinates is to be placed in file mg6mm-3.bnd while output of the coordinates of all interior grid points is to be placed in mg6mm-3.pts.
&define_geometry long nz = 0; long nr = 0; double zmin = 0; double zmax = 0; double rmax = 0; double zr_factor = 1; STRING rootname = NULL; STRING boundary = NULL; STRING boundary_output = NULL; STRING urmel_boundary_output = NULL; STRING discrete_boundary_output = NULL; STRING interior_points = NULL; STRING lower = "Dirichlet"; STRING upper = "Neumann"; STRING right = "Neumann"; STRING left = "Neumann"; long include_TE_fields = 0; long exclude_TM_fields = 0; long turn_off_Er = 0; long turn_off_Ez = 0; long turn_off_Ephi = 0; long turn_off_Br = 0; long turn_off_Bz = 0; long turn_off_Bphi = 0; long print_grids = 0; long radial_interpolation = 1; long longitudinal_interpolation = 1; long radial_smearing = 0; long longitudinal_smearing = 0; &end