|
| | CPyramid (unsigned long val_point_0, unsigned long val_point_1, unsigned long val_point_2, unsigned long val_point_3, unsigned long val_point_4) |
| | Constructor using the nodes and index. More...
|
| |
|
| ~CPyramid (void) |
| | Destructor of the class.
|
| |
| unsigned long | GetNode (unsigned short val_node) |
| | Get the nodes shared by the pyramid. More...
|
| |
| void | SetNode (unsigned short val_node, unsigned long val_point) |
| | Set the point associated at a node. More...
|
| |
| unsigned short | GetFaces (unsigned short val_face, unsigned short val_index) |
| | Get the face index of and element. More...
|
| |
| unsigned short | GetNeighbor_Nodes (unsigned short val_node, unsigned short val_index) |
| | Get the local index of the neighbors to a node (given the local index). More...
|
| |
| unsigned short | GetnNeighbor_Nodes (unsigned short val_node) |
| | Get the number of neighbors nodes of a node. More...
|
| |
| unsigned short | GetnNodesFace (unsigned short val_face) |
| | Get the number of nodes that composes a face of an element. More...
|
| |
| unsigned short | GetnNodes (void) |
| | Get the number of nodes of an element. More...
|
| |
| unsigned short | GetnFaces (void) |
| | Get the number of faces of an element. More...
|
| |
| unsigned short | GetMaxNodesFace (void) |
| | Get the Maximum number of nodes of a face of an element. More...
|
| |
| unsigned short | GetVTK_Type (void) |
| | Get the type of the element using VTK nomenclature. More...
|
| |
| unsigned short | GetnNeighbor_Elements (void) |
| | Get the number of element that are neighbor to this element. More...
|
| |
|
void | Change_Orientation (void) |
| | Change the orientation of an element.
|
| |
|
| CPrimalGrid (void) |
| | Constructor of the class.
|
| |
| | CPrimalGrid (unsigned short val_nNodes, unsigned short val_nFaces, unsigned short val_VTK_Type) |
| |
|
virtual | ~CPrimalGrid (void) |
| | Destructor of the class.
|
| |
| long | GetNeighbor_Elements (unsigned short val_face) |
| | Get the elements that surround an element. More...
|
| |
| void | SetNeighbor_Elements (unsigned long val_elem, unsigned short val_face) |
| | Set the elements that surround an element. More...
|
| |
| void | SetCoord_CG (su2double **val_coord) |
| | Set the center of gravity of an element (including edges). More...
|
| |
| su2double | GetCG (unsigned short val_dim) |
| | Get the center of gravity of an element (including edges). More...
|
| |
| void | SetVolume (su2double val_volume) |
| | Set the center of gravity of an element (including edges). More...
|
| |
| su2double | GetVolume (void) |
| | Get the center of gravity of an element (including edges). More...
|
| |
| su2double | GetFaceCG (unsigned short val_face, unsigned short val_dim) |
| | Get the CG of a face of an element. More...
|
| |
| void | GetAllNeighbor_Elements (void) |
| | Get all the neighbors of an element. More...
|
| |
| void | SetDivide (bool val_divide) |
| | Set that an element must be divided in the adaptation stage. More...
|
| |
| bool | GetDivide (void) |
| | Get if an element must be divided in the adaptation stage. More...
|
| |
| unsigned long | GetGlobalIndex (void) |
| | Get the element global index in a parallel computation. More...
|
| |
| void | SetGlobalIndex (unsigned long val_globalindex) |
| | Set the global index for an element in a parallel computation. More...
|
| |
| virtual void | SetDomainElement (unsigned long val_domainelement) |
| | A virtual member. More...
|
| |
| virtual unsigned long | GetDomainElement (void) |
| | A virtual member. More...
|
| |
| virtual unsigned short | GetRotation_Type (void) |
| | A pure virtual member. More...
|
| |
| virtual void | SetRotation_Type (unsigned short val_rotation_type) |
| | A pure virtual member. More...
|
| |
Class for pyramid element definition.
- Author
- F. Palacios
- Version
- 5.0.0 "Raven"