- Display the contents of a geometry file:
map3d
map3d -f geomfilename.pts
map3d -f geomfilename.fac
map3d -f geomfilename.geom
The first instance will run map3d and allow you to input files interactively
(see Section 8.5.1).
The first form with arguments reads only the node points (.pts file extension) while the
second form also reads the connectivities from a .fac file and displays
both mesh and nodes. The third form assumes that a binary geometry file
(.geom extension) exists that contains both nodes and connectivities. We
describe all these forms of geometry files in Section 6.1.3.
- Map scalar values from a single time instant stored in a ``pot''
file (described in Section 6.3.1):
map3d -f geomfilename.fac -p datafilename.pot
- When there is a mapping required between the potentials and the
geometry, e.g., when the order of values in the .pot and .pts file
are not identical, we require a channels file (see
Section 6.4 for details of the channels files),
map3d -f geomfilename.fac -p datafilename.pot -ch thefile.channels
- To display a time series of scalar values on the geometry,
the basic format is the same
map3d -f geomfilename.fac -p datafilename.tsdf
with the time series stored in a datafile described in
Section 6.3.2.
- Geometry can also be stored in a binary file in the CVRTI
format (described in Section 6.1.3). The command
format is essentially unchanged
map3d -f geomfilename.geom -p datafilename.tsdf
except that channel information is usually contained in the .geom
file and thus seldom needs to be specified explicitly.
- A time series data file (.tsdf) contains a sequence of
potentials, as described in Section 6.3.2.
To select a subset of the time series for display, append the
parameters -s and, optionally, -i, for example,
map3d -f geomfilename.fac -p datafilename.tsdf -s 1 100 -i 2
to select time instants 1 to 100 with an increment between instants
of 2 (i.e., 1, 3, 5, 7, ..., 99).
- Another way to describe a time series is through a series of .pot
files that are numbered in sequence. For example to read a sequence of
the files mapdata001.pot, mapdata002.pot,
mapdata003.pot, ... mapdata009.pot
map3d -f geomfilename.fac -p mapdata -s 1 9
- Geometry files can contain more than one geometry
so that we need to select a specific collection of nodes and
connectivities for the display, by means of an ``@'' suffix to the
geometry filename specification. Calling
map3d -f geomfilename.geom@2 -p datafilename.tsdf
will select geometry #2 from the file geomfilename.geom.
- Multiple instances of -f create multiple surfaces, which by
default all appear in the same window. Adding the -nw option
creates a separate window for each of the surfaces. So a typical call
would look like
map3d -f geomfile1.fac -p thedata1 -f geomfile2.fac -p thedata2
However, you can include all the regular features for each of the
surfaces so that things can get much more complex. For multi-surface
displays, it is often better to use script files (see
Section 5) below.
This version of