#include <pmesh.hpp>
|
| Vert3 ()=default |
|
| Vert3 (int v0, int v1, int v2) |
|
void | Set (int v0, int v1, int v2) |
|
void | Set (const int *w) |
|
Definition at line 40 of file pmesh.hpp.
◆ Vert3() [1/2]
mfem::ParMesh::Vert3::Vert3 |
( |
| ) |
|
|
default |
◆ Vert3() [2/2]
mfem::ParMesh::Vert3::Vert3 |
( |
int |
v0, |
|
|
int |
v1, |
|
|
int |
v2 |
|
) |
| |
|
inline |
◆ Set() [1/2]
void mfem::ParMesh::Vert3::Set |
( |
int |
v0, |
|
|
int |
v1, |
|
|
int |
v2 |
|
) |
| |
|
inline |
◆ Set() [2/2]
void mfem::ParMesh::Vert3::Set |
( |
const int * |
w | ) |
|
|
inline |
int mfem::ParMesh::Vert3::v[3] |
The documentation for this struct was generated from the following file: