47 #ifdef LIBMESH_ENABLE_AMR 54 { 1.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000 },
55 { 0.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000 },
56 { -0.250000, -0.250000, -0.250000, -0.250000, 0.500000, 0.500000, 0.500000, 0.500000 },
57 { 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.00000 },
58 { 0.375000, -0.125000, 0.00000, 0.00000, 0.750000, 0.00000, 0.00000, 0.00000 },
59 { -0.187500, -0.187500, -0.187500, -0.187500, 0.750000, 0.375000, 0.250000, 0.375000 },
60 { -0.187500, -0.187500, -0.187500, -0.187500, 0.375000, 0.250000, 0.375000, 0.750000 },
61 { 0.375000, 0.00000, 0.00000, -0.125000, 0.00000, 0.00000, 0.00000, 0.750000 }
67 { 0.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000 },
68 { 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000 },
69 { 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.00000, 0.00000 },
70 { -0.250000, -0.250000, -0.250000, -0.250000, 0.500000, 0.500000, 0.500000, 0.500000 },
71 { -0.125000, 0.375000, 0.00000, 0.00000, 0.750000, 0.00000, 0.00000, 0.00000 },
72 { 0.00000, 0.375000, -0.125000, 0.00000, 0.00000, 0.750000, 0.00000, 0.00000 },
73 { -0.187500, -0.187500, -0.187500, -0.187500, 0.375000, 0.750000, 0.375000, 0.250000 },
74 { -0.187500, -0.187500, -0.187500, -0.187500, 0.750000, 0.375000, 0.250000, 0.375000 }
80 { 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.00000 },
81 { -0.250000, -0.250000, -0.250000, -0.250000, 0.500000, 0.500000, 0.500000, 0.500000 },
82 { 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.00000 },
83 { 0.00000, 0.00000, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 0.00000 },
84 { -0.187500, -0.187500, -0.187500, -0.187500, 0.375000, 0.250000, 0.375000, 0.750000 },
85 { -0.187500, -0.187500, -0.187500, -0.187500, 0.250000, 0.375000, 0.750000, 0.375000 },
86 { 0.00000, 0.00000, -0.125000, 0.375000, 0.00000, 0.00000, 0.750000, 0.00000 },
87 { -0.125000, 0.00000, 0.00000, 0.375000, 0.00000, 0.00000, 0.00000, 0.750000 }
93 { -0.250000, -0.250000, -0.250000, -0.250000, 0.500000, 0.500000, 0.500000, 0.500000 },
94 { 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.00000, 0.00000 },
95 { 0.00000, 0.00000, 1.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000 },
96 { 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.00000 },
97 { -0.187500, -0.187500, -0.187500, -0.187500, 0.375000, 0.750000, 0.375000, 0.250000 },
98 { 0.00000, -0.125000, 0.375000, 0.00000, 0.00000, 0.750000, 0.00000, 0.00000 },
99 { 0.00000, 0.00000, 0.375000, -0.125000, 0.00000, 0.00000, 0.750000, 0.00000 },
100 { -0.187500, -0.187500, -0.187500, -0.187500, 0.250000, 0.375000, 0.750000, 0.375000 }
131 const unsigned int s)
const 133 libmesh_assert_less (s,
n_sides());
139 std::vector<unsigned>
142 libmesh_assert_less(s,
n_sides());
175 libmesh_assert_less (s, this->
n_sides());
200 libmesh_error_msg(
"Invalid side s = " << s);
207 unsigned int side_node)
const 220 libmesh_assert_less (i, this->
n_sides());
223 return libmesh_make_unique<Side<Edge3,Quad8>>(
this,i);
227 std::unique_ptr<Elem> edge = libmesh_make_unique<Edge3>();
231 for (
unsigned n=0; n<edge->n_nodes(); ++n)
232 edge->set_node(n) = this->
node_ptr(Quad8::side_nodes_map[i][n]);
241 const unsigned int i)
243 this->simple_build_side_ptr<Quad8>(
side, i,
EDGE3);
253 std::vector<dof_id_type> & conn)
const 316 libmesh_error_msg(
"Invalid sf = " << sf);
391 libmesh_error_msg(
"Unsupported IO package " << iop);
408 for (
unsigned d=0; d<LIBMESH_DIM; ++d)
411 for (
unsigned int p=1; p != 8; ++p)
412 center += this->
point(p)(d);
416 for (
unsigned int p=0; p != 8; ++p)
419 pmin(d) = center - hd;
420 pmax(d) = center + hd;
446 a1 = -x0/4 + x1/4 + x2/4 - x3/4 - x5/2 + x7/2,
447 b1 = -x0/2 - x1/2 + x2/2 + x3/2 + x4 - x6,
448 c1 = x0/2 + x1/2 + x2/2 + x3/2 - x4 - x6,
449 d1 = x0/4 - x1/4 + x2/4 - x3/4,
451 a2 = -x0/4 - x1/4 + x2/4 + x3/4 + x4/2 - x6/2,
452 b2 = -x0/2 + x1/2 + x2/2 - x3/2 - x5 + x7,
453 c2 = x0/4 - x1/4 + x2/4 - x3/4,
454 d2 = x0/2 + x1/2 + x2/2 + x3/2 - x5 - x7,
458 const unsigned int N = 3;
459 const Real q[N] = {-std::sqrt(15)/5., 0., std::sqrt(15)/5.};
460 const Real w[N] = {5./9, 8./9, 5./9};
463 for (
unsigned int i=0; i<N; ++i)
464 for (
unsigned int j=0; j<N; ++j)
465 vol += w[i] * w[j] *
cross_norm(q[j]*q[j]*a1 + q[i]*q[j]*b1 + q[i]*c1 + q[j]*d1 + e1,
466 q[i]*q[i]*a2 + q[i]*q[j]*b2 + q[i]*c2 + q[j]*d2 + e2);
474 const unsigned int v)
const 476 libmesh_assert_greater_equal (n, this->
n_vertices());
477 libmesh_assert_less (n, this->
n_nodes());
478 libmesh_assert_less (v, 2);
485 std::pair<unsigned short int, unsigned short int>
488 libmesh_assert_greater_equal (n, this->
n_vertices());
489 libmesh_assert_less (n, this->
n_nodes());
495 return std::pair<unsigned short int, unsigned short int>
virtual unsigned int n_vertices() const override final
static const int num_sides
static const int nodes_per_side
T cross_norm(const TypeVector< T > &b, const TypeVector< T > &c)
virtual unsigned int which_node_am_i(unsigned int side, unsigned int side_node) const override
virtual BoundingBox loose_bounding_box() const override
virtual std::vector< unsigned int > nodes_on_side(const unsigned int s) const override
virtual std::pair< unsigned short int, unsigned short int > second_order_child_vertex(const unsigned int n) const override
virtual dof_id_type key() const override
virtual unsigned int n_nodes() const override
long double max(long double a, double b)
virtual bool is_vertex(const unsigned int i) const override
virtual Order default_order() const override
static const float _embedding_matrix[num_children][num_nodes][num_nodes]
virtual bool is_face(const unsigned int i) const override
static const int num_nodes
virtual void connectivity(const unsigned int sf, const IOPackage iop, std::vector< dof_id_type > &conn) const override
static const unsigned short int _second_order_vertex_child_index[9]
virtual std::unique_ptr< Elem > build_side_ptr(const unsigned int i, bool proxy) override
static const unsigned short int _second_order_vertex_child_number[9]
static const unsigned short int _second_order_adjacent_vertices[4][2]
virtual unsigned int n_sub_elem() const override
virtual unsigned int n_sides() const override final
virtual bool is_edge(const unsigned int i) const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
subdomain_id_type subdomain_id() const
static const unsigned int side_nodes_map[num_sides][nodes_per_side]
virtual bool is_node_on_side(const unsigned int n, const unsigned int s) const override
const Node * node_ptr(const unsigned int i) const
virtual bool has_affine_map() const override
virtual unsigned short int second_order_adjacent_vertex(const unsigned int n, const unsigned int v) const override
static const int num_children
static dof_id_type compute_key(dof_id_type n0)
virtual Real volume() const override
A geometric point in (x,y,z) space.
dof_id_type node_id(const unsigned int i) const
const Point & point(const unsigned int i) const
bool relative_fuzzy_equals(const TypeVector< T > &rhs, Real tol=TOLERANCE) const
std::unique_ptr< Elem > side(const unsigned int i) const