|
void | ug::CreateTKD (const TKDInfo &tkdInfo, Grid &g, APosition3 &aPos, Volume **volsOut=NULL) |
| Creates a tkd mesh based on the given tkdInfo object. More...
|
|
void | ug::CreateTKDVertices (const TKDInfo &tkdInfo, Grid &g, APosition3 &aPos, Vertex **vrtsOut) |
|
void | ug::CreateTKDWithOuterLayer (const TKDInfo &tkdInfo, Grid &g, APosition3 &aPos, Volume **volsOut=NULL) |
| Creates a tkd mesh with a surrounding layer based on the given tkdInfo object. More...
|
|
static void | ug::CreateVolumesFromElementIndexList (Grid &g, const int *elemIndexList, int numElements, Vertex *const *vrts, Volume **volsOut=NULL) |
|