PolyFEM
Loading...
Searching...
No Matches
polyfem::mesh::Mesh3DStorage Class Reference

#include <Mesh3DStorage.hpp>

Public Member Functions

void append (const Mesh3DStorage &other)
 

Public Attributes

MeshType type
 
Eigen::MatrixXd points
 
std::vector< Vertexvertices
 
std::vector< Edgeedges
 
std::vector< Facefaces
 
std::vector< Elementelements
 
Eigen::MatrixXi EV
 
Eigen::MatrixXi FV
 
Eigen::MatrixXi FE
 
Eigen::MatrixXi FH
 
Eigen::MatrixXi FHi
 
Eigen::MatrixXi HV
 
Eigen::MatrixXi HF
 

Detailed Description

Definition at line 63 of file Mesh3DStorage.hpp.

Member Function Documentation

◆ append()

void polyfem::mesh::Mesh3DStorage::append ( const Mesh3DStorage other)
inline

Definition at line 77 of file Mesh3DStorage.hpp.

References edges, elements, EV, faces, FE, FH, FHi, FV, HF, HV, polyfem::mesh::HYB, points, type, and vertices.

Referenced by polyfem::mesh::CMesh3D::append().

Here is the caller graph for this function:

Member Data Documentation

◆ edges

◆ elements

◆ EV

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::EV

◆ faces

◆ FE

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::FE

◆ FH

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::FH

◆ FHi

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::FHi

◆ FV

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::FV

◆ HF

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::HF

◆ HV

Eigen::MatrixXi polyfem::mesh::Mesh3DStorage::HV

◆ points

◆ type

◆ vertices


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