Data type point element.
More...
#include <point.hpp>
Data type point element.
Definition at line 22 of file point.hpp.
◆ geom_t
◆ Point() [1/2]
◆ Point() [2/2]
mfem::Point::Point |
( |
const int * |
ind, |
|
|
int |
attr = -1 |
|
) |
| |
Constructs point by specifying the indices and the attribute.
Definition at line 18 of file point.cpp.
◆ ~Point()
virtual mfem::Point::~Point |
( |
| ) |
|
|
inlinevirtual |
◆ Duplicate()
virtual Element* mfem::Point::Duplicate |
( |
Mesh * |
m | ) |
const |
|
inlinevirtual |
- Note
- The returned object should be deleted by the caller.
Implements mfem::Element.
Definition at line 59 of file point.hpp.
◆ GetEdgeVertices()
virtual const int* mfem::Point::GetEdgeVertices |
( |
int |
ei | ) |
const |
|
inlinevirtual |
◆ GetFaceVertices()
virtual const int* mfem::Point::GetFaceVertices |
( |
int |
fi | ) |
const |
|
inlinevirtual |
◆ GetNEdges()
virtual int mfem::Point::GetNEdges |
( |
| ) |
const |
|
inlinevirtual |
◆ GetNFaces() [1/2]
virtual MFEM_DEPRECATED int mfem::Point::GetNFaces |
( |
int & |
nFaceVertices | ) |
const |
|
inlinevirtual |
◆ GetNFaces() [2/2]
virtual int mfem::Point::GetNFaces |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ GetNFaceVertices()
virtual int mfem::Point::GetNFaceVertices |
( |
int |
| ) |
const |
|
inlinevirtual |
◆ GetNVertices()
virtual int mfem::Point::GetNVertices |
( |
| ) |
const |
|
inlinevirtual |
◆ GetType()
virtual Type mfem::Point::GetType |
( |
| ) |
const |
|
inlinevirtual |
◆ GetVertices() [1/2]
void mfem::Point::GetVertices |
( |
Array< int > & |
v | ) |
const |
|
virtual |
◆ GetVertices() [2/2]
virtual int* mfem::Point::GetVertices |
( |
| ) |
|
|
inlinevirtual |
- Note
- The returned array should NOT be deleted by the caller.
Implements mfem::Element.
Definition at line 41 of file point.hpp.
◆ indices
int mfem::Point::indices[1] |
|
protected |
The documentation for this class was generated from the following files: