MFEM v4.8.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, real_t s=0.5)
 
 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 1068 of file ncmesh.hpp.

Constructor & Destructor Documentation

◆ Point() [1/7]

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

Definition at line 1073 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 1077 of file ncmesh.hpp.

◆ Point() [4/7]

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

Definition at line 1080 of file ncmesh.hpp.

◆ Point() [5/7]

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

Definition at line 1083 of file ncmesh.hpp.

◆ Point() [6/7]

mfem::NCMesh::Point::Point ( const Point & p0,
const Point & p1,
real_t s = 0.5 )
inline

Definition at line 1086 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 1095 of file ncmesh.hpp.

Member Function Documentation

◆ operator=()

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

Definition at line 1106 of file ncmesh.hpp.

Member Data Documentation

◆ coord

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

Definition at line 1071 of file ncmesh.hpp.

◆ dim

int mfem::NCMesh::Point::dim

Definition at line 1070 of file ncmesh.hpp.


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