&define_resistor
start = 0.02, end = 0.03,
position = 0.04,
direction = "z",
conductivity = 6e3
&end
This specifies a resistor extending in the longitudinal (z) direction
from 2cm to 3cm, at a radius of 4cm. The conductivity is
&define_resistor
double start = 0;
double end = 0;
double position = 0;
STRING direction = "z";
double conductivity = 1e154;
&end