PolyFEM
Loading...
Searching...
No Matches
polyfem::mesh::Face Struct Reference

#include <Mesh3DStorage.hpp>

Public Attributes

int id
 
std::vector< uint32_t > vs
 
std::vector< uint32_t > es
 
std::vector< uint32_t > neighbor_hs
 
bool boundary
 
bool boundary_hex
 

Detailed Description

Definition at line 32 of file Mesh3DStorage.hpp.

Member Data Documentation

◆ boundary

bool polyfem::mesh::Face::boundary

Definition at line 38 of file Mesh3DStorage.hpp.

◆ boundary_hex

bool polyfem::mesh::Face::boundary_hex

Definition at line 39 of file Mesh3DStorage.hpp.

◆ es

std::vector<uint32_t> polyfem::mesh::Face::es

Definition at line 36 of file Mesh3DStorage.hpp.

◆ id

◆ neighbor_hs

std::vector<uint32_t> polyfem::mesh::Face::neighbor_hs

Definition at line 37 of file Mesh3DStorage.hpp.

◆ vs

std::vector<uint32_t> polyfem::mesh::Face::vs

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