20 #ifndef LIBMESH_EDGE_EDGE2_H 21 #define LIBMESH_EDGE_EDGE2_H 58 virtual ~Edge2() =
default;
66 libmesh_assert_less(i, this->
n_nodes());
73 virtual unsigned int n_sub_elem()
const override {
return 1; }
78 virtual bool is_vertex(
const unsigned int i)
const override;
83 virtual bool is_edge(
const unsigned int i)
const override;
88 virtual bool is_face(
const unsigned int i)
const override;
95 const unsigned int s)
const override;
102 const unsigned int e)
const override;
114 virtual bool is_linear ()
const override {
return true; }
128 std::vector<dof_id_type> & conn)
const override;
135 #ifdef LIBMESH_ENABLE_INFINITE_ELEMENTS 140 virtual bool infinite ()
const override {
return false; }
171 #ifdef LIBMESH_ENABLE_AMR 177 const unsigned int j,
178 const unsigned int k)
const override 189 #endif // LIBMESH_ENABLE_AMR 196 #endif // LIBMESH_EDGE_EDGE2_H virtual bool has_affine_map() const override
A geometric point in (x,y,z) space associated with a DOF.
static const int num_children
virtual dof_id_type key() const
virtual Point master_point(const unsigned int i) const override
The base class for all geometric element types.
static const float _embedding_matrix[num_children][num_nodes][num_nodes]
Node * _nodelinks_data[num_nodes]
virtual dof_id_type key() const override
LIBMESH_ENABLE_TOPOLOGY_CACHES
virtual bool is_face(const unsigned int i) const override
virtual bool is_node_on_side(const unsigned int n, const unsigned int s) const override
Edge2 & operator=(const Edge2 &)=delete
virtual bool is_vertex(const unsigned int i) const override
static const int num_nodes
virtual bool is_edge(const unsigned int i) const override
virtual Order default_order() const override
virtual bool is_linear() const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void connectivity(const unsigned int sc, const IOPackage iop, std::vector< dof_id_type > &conn) const override
virtual unsigned int n_sub_elem() const override
A 1D geometric element with 2 nodes.
The base class for all 1D geometric element types.
virtual bool infinite() const override
virtual Real volume() const override
virtual float embedding_matrix(const unsigned int i, const unsigned int j, const unsigned int k) const override
virtual ElemType type() const override
A geometric point in (x,y,z) space.
virtual unsigned int n_nodes() const override
virtual bool is_node_on_edge(const unsigned int n, const unsigned int e) const override