MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::NCMesh::Point Struct Reference

#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)
 
Pointoperator= (const Point &src)
 

Public Attributes

int dim
 
real_t coord [3]
 

Detailed Description

Definition at line 935 of file ncmesh.hpp.

Constructor & Destructor Documentation

◆ Point() [1/7]

mfem::NCMesh::Point::Point ( )
inline

Definition at line 940 of file ncmesh.hpp.

◆ Point() [2/7]

mfem::NCMesh::Point::Point ( const Point & )
default

◆ Point() [3/7]

mfem::NCMesh::Point::Point ( real_t x)
inline

Definition at line 944 of file ncmesh.hpp.

◆ Point() [4/7]

mfem::NCMesh::Point::Point ( real_t x,
real_t y )
inline

Definition at line 947 of file ncmesh.hpp.

◆ Point() [5/7]

mfem::NCMesh::Point::Point ( real_t x,
real_t y,
real_t z )
inline

Definition at line 950 of file ncmesh.hpp.

◆ Point() [6/7]

mfem::NCMesh::Point::Point ( const Point & p0,
const Point & p1 )
inline

Definition at line 953 of file ncmesh.hpp.

◆ Point() [7/7]

mfem::NCMesh::Point::Point ( const Point & p0,
const Point & p1,
const Point & p2,
const Point & p3 )
inline

Definition at line 962 of file ncmesh.hpp.

Member Function Documentation

◆ operator=()

Point & mfem::NCMesh::Point::operator= ( const Point & src)
inline

Definition at line 973 of file ncmesh.hpp.

Member Data Documentation

◆ coord

real_t mfem::NCMesh::Point::coord[3]

Definition at line 938 of file ncmesh.hpp.

◆ dim

int mfem::NCMesh::Point::dim

Definition at line 937 of file ncmesh.hpp.


The documentation for this struct was generated from the following file: