Next: FreeSurfaceFile: output
Up: Input/Output files
Previous: vertspace: input/output
Contents
Contains topology information per processor. (
= number of cells,
= number of edges)
Size: Depends on processor topology
- Type: ASCII
- Format:
(int)Number of processors
- (int)Number of neighboring processors (Numneighs)
- (int
Numneighs)Processor neighbor list
- For each neighboring processor:
(int)Number of cells to send (cellsend)
- (int)Number of cells to receive (cellrecv)
- (int)Number of edges to send (edgesend)
- (int)Number of edges to receive (edgerecv)
- (int
cellsend)Indices of cells to send
- (int
cellrecv)Indices of cells to recv
- (int
edgesend)Indices of edges to send
- (int
edgerecv)Indices of edges to recv
- (int
3)Indices for celldist array
- (int
6)Indices for edgedist array
- (int
)Indices for cellp array
- (int
)Indices for edgep array
2014-08-06