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 |
( |
| ) |
|
|
virtualdefault |
◆ Duplicate()
- Note
- The returned object should be deleted by the caller.
Implements mfem::Element.
Definition at line 66 of file point.hpp.
◆ GetEdgeVertices()
const int * mfem::Point::GetEdgeVertices |
( |
int | ei | ) |
const |
|
inlineoverridevirtual |
◆ GetFaceVertices()
const int * mfem::Point::GetFaceVertices |
( |
int | fi | ) |
const |
|
inlineoverridevirtual |
◆ GetNEdges()
int mfem::Point::GetNEdges |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetNFaces() [1/2]
int mfem::Point::GetNFaces |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ GetNFaces() [2/2]
MFEM_DEPRECATED int mfem::Point::GetNFaces |
( |
int & | nFaceVertices | ) |
const |
|
inlineoverridevirtual |
◆ GetNFaceVertices()
int mfem::Point::GetNFaceVertices |
( |
int | | ) |
const |
|
inlineoverridevirtual |
◆ GetNVertices()
int mfem::Point::GetNVertices |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetType()
Type mfem::Point::GetType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetVertices() [1/2]
int * mfem::Point::GetVertices |
( |
| ) |
|
|
inlineoverridevirtual |
- Note
- The returned array should NOT be deleted by the caller.
Implements mfem::Element.
Definition at line 45 of file point.hpp.
◆ GetVertices() [2/2]
void mfem::Point::GetVertices |
( |
Array< int > & | v | ) |
const |
|
overridevirtual |
◆ SetVertices() [1/2]
void mfem::Point::SetVertices |
( |
const Array< int > & | v | ) |
|
|
overridevirtual |
◆ SetVertices() [2/2]
void mfem::Point::SetVertices |
( |
const int * | ind | ) |
|
|
overridevirtual |
◆ indices
int mfem::Point::indices[1] |
|
protected |
The documentation for this class was generated from the following files: