|
| bool | ug::CheckDistributedObjectConstraintTypes (MultiGrid &mg) |
| | Checks whether distributed objects have the same type on all processes.
|
| |
| bool | ug::CheckDistributedParentTypes (MultiGrid &mg) |
| | Check whether local parent types match the type of the actual parent element.
|
| |
| bool | ug::CheckHangingNodeConsistency (Grid &g) |
| | checks whether all constraining and constrained objects are correctly connected.
|
| |
| bool | ug::CheckHangingNodeConsistency (MultiGrid &mg) |
| | checks whether a multigrid is a valid haging vertex grid.
|
| |
| void | ug::CheckMultiGridConsistency (MultiGrid &mg) |
| | Checks whether parent child connections in a multi-grid are correct.
|
| |
| template<class TElem > |
| int | ug::GetGridObjectIndex (Grid &g, TElem *elem) |
| | returns the index of the given element in the given grid.
|
| |
| void | ug::PrintAttachmentInfo (Grid &grid) |
| | prints information on all attachments of the specified grid
|
| |
| void | ug::PrintElementNumbers (const GridObjectCollection &goc) |
| | prints how many elements of each type exist in the goc.
|
| |
| void | ug::PrintGridElementNumbers (Grid &grid) |
| | prints how many elements of each type exist in the grid.
|
| |
| void | ug::PrintGridElementNumbers (GridSubsetHandler &sh) |
| | prints how many elements of each type exist in the subset handler.
|
| |
| void | ug::PrintGridElementNumbers (MultiGrid &mg) |
| | prints how many elements of each type exist in the multi grid.
|
| |
| template<class TElem , class TAValue > |
| void | ug::WriteDebugValuesToFile (const char *filename, Grid &grid, TAValue &aVal, bool levelWise) |
| | Writes level and center of each object together with a custom value to a file.
|
| |
|
| vector3 | ug::GetGridObjectCenter (Grid &g, GridObject *elem) |
| | Returns the center of the given element (SLOW - for debugging only!)
|
| |
| template<class TElem > |
| vector3 | ug::GetGridObjectCenter (Grid &g, TElem *elem) |
| | Returns the center of the given element (SLOW - for debugging only!)
|
| |
|
| bool | ug::CheckElementConsistency (MultiGrid &mg, Edge *e) |
| | Checks whether associated elements and associated constrained/constraining objects are fine.
|
| |
| bool | ug::CheckElementConsistency (MultiGrid &mg, Face *f) |
| | Checks whether associated elements and associated constrained/constraining objects are fine.
|
| |
| bool | ug::CheckElementConsistency (MultiGrid &mg, Vertex *v) |
| | Checks whether associated elements and associated constrained/constraining objects are fine.
|
| |
|
| std::string | ug::ElementDebugInfo (const Grid &grid, GridObject *e) |
| | Returns a string containing information on the given element.
|
| |