plArray
, the print name of each of
the contained variables is generated by the following rule:
<plArrayPrintName><index>
where <plArrayPrintName>
is
the plArray
print name passed as argument to the plArray
and <index>
is the index of the variable. For example,
plArray oneDvelocity("Va", relative_velocity, 1, 3);
generates the
following print names ``Va0'', ''Va1'' and ``Va2''.
<plArrayPrintName>'('<index>')'
For example,
plArray twoDvelocity("Vb", relative_velocity, 2, 3, 2);
generates the following print names ``Vb(0,0)'', ''V(0,1)'',...,
''Vb(2,1)''.