PolyFEM
Loading...
Searching...
No Matches
polyfem::mesh::Mesh::CellNodes Class Reference

Class to store the high-order cells nodes. More...

#include <Mesh.hpp>

Public Attributes

int v1
 
int v2
 
int v3
 
int v4
 
std::vector< int > nodes_ids
 
Eigen::MatrixXd nodes
 

Detailed Description

Class to store the high-order cells nodes.

Definition at line 60 of file Mesh.hpp.

Member Data Documentation

◆ nodes

Eigen::MatrixXd polyfem::mesh::Mesh::CellNodes::nodes

Definition at line 65 of file Mesh.hpp.

◆ nodes_ids

std::vector<int> polyfem::mesh::Mesh::CellNodes::nodes_ids

Definition at line 64 of file Mesh.hpp.

◆ v1

int polyfem::mesh::Mesh::CellNodes::v1

Definition at line 63 of file Mesh.hpp.

◆ v2

int polyfem::mesh::Mesh::CellNodes::v2

Definition at line 63 of file Mesh.hpp.

◆ v3

int polyfem::mesh::Mesh::CellNodes::v3

Definition at line 63 of file Mesh.hpp.

◆ v4

int polyfem::mesh::Mesh::CellNodes::v4

Definition at line 63 of file Mesh.hpp.


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