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

#include <NCMesh2D.hpp>

Public Member Functions

 follower_face (int id_, Eigen::Vector2d p1_, Eigen::Vector2d p2_, Eigen::Vector2d p3_)
 

Public Attributes

int id
 
Eigen::Vector2d p1
 
Eigen::Vector2d p2
 
Eigen::Vector2d p3
 

Detailed Description

Definition at line 25 of file NCMesh2D.hpp.

Constructor & Destructor Documentation

◆ follower_face()

polyfem::mesh::NCMesh2D::follower_face::follower_face ( int  id_,
Eigen::Vector2d  p1_,
Eigen::Vector2d  p2_,
Eigen::Vector2d  p3_ 
)
inline

Definition at line 30 of file NCMesh2D.hpp.

References p1, p2, and p3.

Member Data Documentation

◆ id

int polyfem::mesh::NCMesh2D::follower_face::id

Definition at line 27 of file NCMesh2D.hpp.

◆ p1

Eigen::Vector2d polyfem::mesh::NCMesh2D::follower_face::p1

Definition at line 28 of file NCMesh2D.hpp.

Referenced by follower_face().

◆ p2

Eigen::Vector2d polyfem::mesh::NCMesh2D::follower_face::p2

Definition at line 28 of file NCMesh2D.hpp.

Referenced by follower_face().

◆ p3

Eigen::Vector2d polyfem::mesh::NCMesh2D::follower_face::p3

Definition at line 28 of file NCMesh2D.hpp.

Referenced by follower_face().


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