
Go to the source code of this file.
Macros | |
| #define | SIZE_OF_ELMTS(prefix, name, nedges) |
| #define | SIZE_OF_EDGES(prefix, name, multiple) |
Functions | |
| SIZE_OF_ELMTS (size_of_, triangles, 3) | |
| SIZE_OF_ELMTS (size_of_real_, triangles, 3) | |
| SIZE_OF_ELMTS (size_of_ghost_, triangles, 3) | |
| SIZE_OF_ELMTS (maxsize_of_, triangles, 3) | |
| SIZE_OF_ELMTS (maxsize_of_real_, triangles, 3) | |
| SIZE_OF_ELMTS (maxsize_of_ghost_, triangles, 3) | |
| SIZE_OF_ELMTS (size_of_, quadrilaterals, 4) | |
| SIZE_OF_ELMTS (size_of_real_, quadrilaterals, 4) | |
| SIZE_OF_ELMTS (size_of_ghost_, quadrilaterals, 4) | |
| SIZE_OF_ELMTS (maxsize_of_, quadrilaterals, 4) | |
| SIZE_OF_ELMTS (maxsize_of_real_, quadrilaterals, 4) | |
| SIZE_OF_ELMTS (maxsize_of_ghost_, quadrilaterals, 4) | |
| SIZE_OF_EDGES (size_of_, halfedges, 1) | |
| SIZE_OF_EDGES (size_of_real_, halfedges, 1) | |
| SIZE_OF_EDGES (size_of_ghost_, halfedges, 1) | |
| SIZE_OF_EDGES (size_of_, edges, 2) | |
| SIZE_OF_EDGES (size_of_real_, edges, 2) | |
| SIZE_OF_EDGES (size_of_ghost_, edges, 2) | |
| #define SIZE_OF_EDGES | ( | prefix, | |
| name, | |||
| multiple | |||
| ) |
Definition at line 476 of file Simple_manifold_2.C.
| #define SIZE_OF_ELMTS | ( | prefix, | |
| name, | |||
| nedges | |||
| ) |
| SIZE_OF_EDGES | ( | size_of_ | , |
| halfedges | , | ||
| 1 | |||
| ) |
| SIZE_OF_EDGES | ( | size_of_real_ | , |
| halfedges | , | ||
| 1 | |||
| ) |
| SIZE_OF_EDGES | ( | size_of_ghost_ | , |
| halfedges | , | ||
| 1 | |||
| ) |
| SIZE_OF_EDGES | ( | size_of_ | , |
| edges | , | ||
| 2 | |||
| ) |
| SIZE_OF_EDGES | ( | size_of_real_ | , |
| edges | , | ||
| 2 | |||
| ) |
| SIZE_OF_EDGES | ( | size_of_ghost_ | , |
| edges | , | ||
| 2 | |||
| ) |
| SIZE_OF_ELMTS | ( | size_of_ | , |
| triangles | , | ||
| 3 | |||
| ) |
| SIZE_OF_ELMTS | ( | size_of_real_ | , |
| triangles | , | ||
| 3 | |||
| ) |
| SIZE_OF_ELMTS | ( | size_of_ghost_ | , |
| triangles | , | ||
| 3 | |||
| ) |
| SIZE_OF_ELMTS | ( | maxsize_of_ | , |
| triangles | , | ||
| 3 | |||
| ) |
| SIZE_OF_ELMTS | ( | maxsize_of_real_ | , |
| triangles | , | ||
| 3 | |||
| ) |
| SIZE_OF_ELMTS | ( | maxsize_of_ghost_ | , |
| triangles | , | ||
| 3 | |||
| ) |
| SIZE_OF_ELMTS | ( | size_of_ | , |
| quadrilaterals | , | ||
| 4 | |||
| ) |
| SIZE_OF_ELMTS | ( | size_of_real_ | , |
| quadrilaterals | , | ||
| 4 | |||
| ) |
| SIZE_OF_ELMTS | ( | size_of_ghost_ | , |
| quadrilaterals | , | ||
| 4 | |||
| ) |
| SIZE_OF_ELMTS | ( | maxsize_of_ | , |
| quadrilaterals | , | ||
| 4 | |||
| ) |
| SIZE_OF_ELMTS | ( | maxsize_of_real_ | , |
| quadrilaterals | , | ||
| 4 | |||
| ) |
| SIZE_OF_ELMTS | ( | maxsize_of_ghost_ | , |
| quadrilaterals | , | ||
| 4 | |||
| ) |