( int sIndex, double* source, int qty1,
int dIndex, double* destination,
int qty2 )
Find the x,y,z coordinates of a source and destination cell and calculate the distance between them.
Documentation
Find the x,y,z coordinates of a source and destination cell and calculate
the distance between them.
- Parameters:
- sIndex - The source cell's index
- source Pointer to array of cell coordinates. All x,y,z coordinates are in one array
qty1 - The number of global cells on the node where the source cluster origniated from. Used to navigate the corrdinate array.
dIndex - The destination cell's index
destination - Pointer to array of cell coordinates. All x,y,z coordinates are in one array
qty2 - The number of global cells on the node where the destination cluster origniated from. Used to navigate the corrdinate array.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.