![]() |
MFEM v4.7.0
Finite element discretization library
|
#include <ncmesh.hpp>
Public Member Functions | |
| Point () | |
| Point (const Point &)=default | |
| Point (real_t x) | |
| Point (real_t x, real_t y) | |
| Point (real_t x, real_t y, real_t z) | |
| Point (const Point &p0, const Point &p1) | |
| Point (const Point &p0, const Point &p1, const Point &p2, const Point &p3) | |
| Point & | operator= (const Point &src) |
Public Attributes | |
| int | dim |
| real_t | coord [3] |
Definition at line 935 of file ncmesh.hpp.
|
inline |
Definition at line 940 of file ncmesh.hpp.
|
default |
|
inline |
Definition at line 944 of file ncmesh.hpp.
Definition at line 947 of file ncmesh.hpp.
Definition at line 950 of file ncmesh.hpp.
Definition at line 953 of file ncmesh.hpp.
|
inline |
Definition at line 962 of file ncmesh.hpp.
Definition at line 973 of file ncmesh.hpp.
| real_t mfem::NCMesh::Point::coord[3] |
Definition at line 938 of file ncmesh.hpp.
| int mfem::NCMesh::Point::dim |
Definition at line 937 of file ncmesh.hpp.