PolyFEM
Loading...
Searching...
No Matches
polyfem::mesh::NCMesh2D::ncVert Struct Reference

#include <NCMesh2D.hpp>

Public Member Functions

 ncVert (const Eigen::VectorXd pos_)
 
 ~ncVert ()
 

Public Attributes

Eigen::VectorXd pos
 
bool isboundary = false
 
int edge = -1
 
int face = -1
 
double weight = -1.
 
int n_elem = 0
 

Detailed Description

Definition at line 39 of file NCMesh2D.hpp.

Constructor & Destructor Documentation

◆ ncVert()

polyfem::mesh::NCMesh2D::ncVert::ncVert ( const Eigen::VectorXd  pos_)
inline

Definition at line 41 of file NCMesh2D.hpp.

◆ ~ncVert()

polyfem::mesh::NCMesh2D::ncVert::~ncVert ( )
inline

Definition at line 42 of file NCMesh2D.hpp.

Member Data Documentation

◆ edge

int polyfem::mesh::NCMesh2D::ncVert::edge = -1

Definition at line 47 of file NCMesh2D.hpp.

◆ face

int polyfem::mesh::NCMesh2D::ncVert::face = -1

Definition at line 48 of file NCMesh2D.hpp.

◆ isboundary

bool polyfem::mesh::NCMesh2D::ncVert::isboundary = false

Definition at line 45 of file NCMesh2D.hpp.

◆ n_elem

int polyfem::mesh::NCMesh2D::ncVert::n_elem = 0

Definition at line 52 of file NCMesh2D.hpp.

◆ pos

Eigen::VectorXd polyfem::mesh::NCMesh2D::ncVert::pos

Definition at line 44 of file NCMesh2D.hpp.

◆ weight

double polyfem::mesh::NCMesh2D::ncVert::weight = -1.

Definition at line 50 of file NCMesh2D.hpp.


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