Home
last modified time | relevance | path

Searched refs:edge_sides_map (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Dcell_pyramid.C211 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 Dcell_prism.C216 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 Dcell_tet.C203 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 Dcell_inf_prism6.C65 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 Dcell_inf_hex.C225 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 Dcell_inf_prism12.C63 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 Dcell_hex.C159 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 Dcell_inf_prism.C211 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 Dcell_inf_hex8.C67 const unsigned int InfHex8::edge_sides_map[InfHex8::num_edges][2] =
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Dcell_pyramid5.h172 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_hex8.h178 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_prism6.h177 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_inf_hex8.h182 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_inf_prism6.h183 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_inf_hex16.h232 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_pyramid14.h237 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_pyramid13.h218 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_tet4.h191 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_inf_hex18.h247 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_prism15.h228 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_prism18.h244 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_hex20.h228 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_tet10.h227 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_inf_prism12.h222 static const unsigned int edge_sides_map[num_edges][2]; variable
H A Dcell_hex27.h244 static const unsigned int edge_sides_map[num_edges][2]; variable

12