#include "common.h"#include <common/error.h>Go to the source code of this file.
Classes | |
| struct | order2_t |
| struct | order3_t |
Defines | |
| #define | H3D_MAX_QUAD_ORDER 24 |
| #define | H3D_MAX_QUAD_ORDER_TRI 20 |
| #define | H3D_MAX_QUAD_ORDER_TETRA 20 |
Typedefs | |
| typedef int | order1_t |
Functions | |
| int | limit_tri_ord (int x) |
| int | limit_tet_ord (int x) |
| int | limit_quad_ord (int x) |
| order2_t | max (order2_t a, order2_t b) |
| order3_t | operator* (const int c, const order3_t &a) |
| order3_t | max (order3_t a, order3_t b) |
| order3_t | turn_hex_face_order (int iface, order3_t ord) |
| #define H3D_MAX_QUAD_ORDER 24 |
| #define H3D_MAX_QUAD_ORDER_TETRA 20 |
| #define H3D_MAX_QUAD_ORDER_TRI 20 |
| typedef int order1_t |
| int limit_quad_ord | ( | int | x | ) | [inline] |
| int limit_tet_ord | ( | int | x | ) | [inline] |
| int limit_tri_ord | ( | int | x | ) | [inline] |
1.6.3