/dports/math/libmesh/libmesh-1.6.2/src/geom/ |
H A D | cell_pyramid.C | 211 return (Pyramid5::edge_sides_map[e][0] == s || in is_edge_on_side() 212 Pyramid5::edge_sides_map[e][1] == s); in is_edge_on_side() 219 return {Pyramid5::edge_sides_map[e][0], Pyramid5::edge_sides_map[e][1]}; in sides_on_edge()
|
H A D | cell_prism.C | 216 return (Prism6::edge_sides_map[e][0] == s || in is_edge_on_side() 217 Prism6::edge_sides_map[e][1] == s); in is_edge_on_side() 224 return {Prism6::edge_sides_map[e][0], Prism6::edge_sides_map[e][1]}; in sides_on_edge()
|
H A D | cell_tet.C | 203 return (Tet4::edge_sides_map[e][0] == s || in is_edge_on_side() 204 Tet4::edge_sides_map[e][1] == s); in is_edge_on_side() 211 return {Tet4::edge_sides_map[e][0], Tet4::edge_sides_map[e][1]}; in sides_on_edge()
|
H A D | cell_inf_prism6.C | 65 const unsigned int InfPrism6::edge_sides_map[InfPrism6::num_edges][2] = 125 return {std::begin(edge_sides_map[e]), std::end(edge_sides_map[e])}; in sides_on_edge()
|
H A D | cell_inf_hex.C | 225 return (InfHex8::edge_sides_map[e][0] == s || in is_edge_on_side() 226 InfHex8::edge_sides_map[e][1] == s); in is_edge_on_side() 233 return {InfHex8::edge_sides_map[e][0], InfHex8::edge_sides_map[e][1]}; in sides_on_edge()
|
H A D | cell_inf_prism12.C | 63 const unsigned int InfPrism12::edge_sides_map[InfPrism12::num_edges][2] = 128 return {std::begin(edge_sides_map[e]), std::end(edge_sides_map[e])}; in sides_on_edge()
|
H A D | cell_hex.C | 159 return (Hex8::edge_sides_map[e][0] == s || in is_edge_on_side() 160 Hex8::edge_sides_map[e][1] == s); in is_edge_on_side() 167 return {Hex8::edge_sides_map[e][0], Hex8::edge_sides_map[e][1]}; in sides_on_edge()
|
H A D | cell_inf_prism.C | 211 return (InfPrism6::edge_sides_map[e][0] == s || in is_edge_on_side() 212 InfPrism6::edge_sides_map[e][1] == s); in is_edge_on_side()
|
H A D | cell_inf_hex8.C | 67 const unsigned int InfHex8::edge_sides_map[InfHex8::num_edges][2] =
|
/dports/math/libmesh/libmesh-1.6.2/include/geom/ |
H A D | cell_pyramid5.h | 172 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_hex8.h | 178 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_prism6.h | 177 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_inf_hex8.h | 182 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_inf_prism6.h | 183 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_inf_hex16.h | 232 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_pyramid14.h | 237 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_pyramid13.h | 218 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_tet4.h | 191 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_inf_hex18.h | 247 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_prism15.h | 228 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_prism18.h | 244 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_hex20.h | 228 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_tet10.h | 227 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_inf_prism12.h | 222 static const unsigned int edge_sides_map[num_edges][2]; variable
|
H A D | cell_hex27.h | 244 static const unsigned int edge_sides_map[num_edges][2]; variable
|