Definition at line 35 of file tiny_element.h.
|
typedef std::vector< int >::size_type | size_type |
|
typedef size_type | variant_type |
|
static variant_type | variant (char name) |
|
static variant_type | variant (size_type n_vertex, size_type dim) |
|
static char | name (variant_type variant) |
|
static size_type | dimension (variant_type variant) |
|
static size_type | n_vertex (variant_type variant) |
|
static size_type | n_node (variant_type variant, size_type order) |
|
static size_type | n_sub_edge (variant_type variant) |
|
static size_type | n_sub_face (variant_type variant) |
|
static size_type | n_subgeo (variant_type variant, size_type subgeo_dim) |
|
static size_type | subgeo_n_node (variant_type variant, size_type order, size_type subgeo_dim, size_type loc_isid) |
|
static size_type | subgeo_local_node (variant_type variant, size_type order, size_type subgeo_dim, size_type loc_isid, size_type loc_jsidnod) |
|
static variant_type | first_variant_by_dimension (size_type dim) |
|
static variant_type | last_variant_by_dimension (size_type dim) |
|
static size_type | first_inod_by_variant (variant_type variant, size_type order, variant_type subgeo_variant) |
|
static size_type | last_inod_by_variant (variant_type variant, size_type order, variant_type subgeo_variant) |
|
static size_type | first_inod (variant_type variant, size_type order, size_type subgeo_dim) |
|
static size_type | last_inod (variant_type variant, size_type order, size_type subgeo_dim) |
|
static void | init_local_nnode_by_variant (size_type order, std::array< size_type, reference_element::max_variant > &loc_nnod_by_variant) |
|
static size_type | n_subgeo_by_variant (size_type variant, size_type subgeo_variant) |
|
static const variant_type | p = 0 |
|
static const variant_type | e = 1 |
|
static const variant_type | t = 2 |
|
static const variant_type | q = 3 |
|
static const variant_type | T = 4 |
|
static const variant_type | P = 5 |
|
static const variant_type | H = 6 |
|
static const variant_type | max_variant = 7 |
|
static const size_type | max_side_by_variant = 6 |
|
static const char | _name [max_variant] |
|
static const size_type | _dimension [max_variant] |
|
static const size_type | _n_subgeo_by_variant [max_variant][max_variant] |
|
static const size_type | _n_vertex [max_variant] |
|
static const variant_type | _first_variant_by_dimension [5] |
|