MFEM
v4.3.0
Finite element discretization library
|
Data type line segment element. More...
#include <segment.hpp>
Public Types | |
typedef Geometry::Constants < Geometry::SEGMENT > | geom_t |
Public Types inherited from mfem::Element | |
enum | Type { POINT, SEGMENT, TRIANGLE, QUADRILATERAL, TETRAHEDRON, HEXAHEDRON, WEDGE } |
Constants for the classes derived from Element. More... | |
Public Member Functions | |
Segment () | |
Segment (const int *ind, int attr=1) | |
Constructs triangle by specifying the indices and the attribute. More... | |
Segment (int ind1, int ind2, int attr=1) | |
Constructs triangle by specifying the indices and the attribute. More... | |
virtual void | SetVertices (const int *ind) |
Set the indices the element according to the input. More... | |
virtual Type | GetType () const |
Return element's type. More... | |
virtual void | GetVertices (Array< int > &v) const |
Returns the indices of the element's vertices. More... | |
virtual int * | GetVertices () |
virtual int | GetNVertices () const |
virtual int | GetNEdges () const |
virtual const int * | GetEdgeVertices (int ei) const |
virtual MFEM_DEPRECATED int | GetNFaces (int &nFaceVertices) const |
virtual int | GetNFaces () const |
virtual int | GetNFaceVertices (int) const |
virtual const int * | GetFaceVertices (int fi) const |
virtual Element * | Duplicate (Mesh *m) const |
virtual | ~Segment () |
Public Member Functions inherited from mfem::Element | |
Element (Geometry::Type bg=Geometry::POINT) | |
Default element constructor. More... | |
Geometry::Type | GetGeometryType () const |
int | GetAttribute () const |
Return element's attribute. More... | |
void | SetAttribute (const int attr) |
Set element's attribute. More... | |
const int * | GetVertices () const |
virtual void | MarkEdge (const DSTable &v_to_v, const int *length) |
Mark the longest edge by assuming/changing the order of the vertices. More... | |
virtual int | NeedRefinement (HashTable< Hashed2 > &v_to_v) const |
Return 1 if the element needs refinement in order to get conforming mesh. More... | |
virtual void | ResetTransform (int tr) |
Set current coarse-fine transformation number. More... | |
virtual void | PushTransform (int tr) |
Add 'tr' to the current chain of coarse-fine transformations. More... | |
virtual unsigned | GetTransform () const |
Return current coarse-fine transformation. More... | |
virtual | ~Element () |
Destroys element. More... | |
Protected Attributes | |
int | indices [2] |
Protected Attributes inherited from mfem::Element | |
int | attribute |
Element's attribute (specifying material property, etc). More... | |
Geometry::Type | base_geom |
Element's type from the Finite Element's perspective. More... | |
Data type line segment element.
Definition at line 22 of file segment.hpp.
Definition at line 28 of file segment.hpp.
|
inline |
Definition at line 30 of file segment.hpp.
mfem::Segment::Segment | ( | const int * | ind, |
int | attr = 1 |
||
) |
Constructs triangle by specifying the indices and the attribute.
Definition at line 18 of file segment.cpp.
mfem::Segment::Segment | ( | int | ind1, |
int | ind2, | ||
int | attr = 1 |
||
) |
Constructs triangle by specifying the indices and the attribute.
Definition at line 27 of file segment.cpp.
|
inlinevirtual |
Definition at line 68 of file segment.hpp.
Implements mfem::Element.
Definition at line 65 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 53 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 63 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 51 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 56 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 59 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 61 of file segment.hpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 49 of file segment.hpp.
|
inlinevirtual |
|
virtual |
Returns the indices of the element's vertices.
Implements mfem::Element.
Definition at line 40 of file segment.cpp.
|
inlinevirtual |
Implements mfem::Element.
Definition at line 47 of file segment.hpp.
|
virtual |
Set the indices the element according to the input.
Reimplemented from mfem::Element.
Definition at line 34 of file segment.cpp.
|
protected |
Definition at line 25 of file segment.hpp.