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

#include <Mesh3DStorage.hpp>

Public Attributes

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

Detailed Description

Definition at line 22 of file Mesh3DStorage.hpp.

Member Data Documentation

◆ boundary

bool polyfem::mesh::Edge::boundary

◆ boundary_hex

bool polyfem::mesh::Edge::boundary_hex

Definition at line 30 of file Mesh3DStorage.hpp.

◆ id

int polyfem::mesh::Edge::id

◆ neighbor_fs

std::vector<uint32_t> polyfem::mesh::Edge::neighbor_fs

Definition at line 26 of file Mesh3DStorage.hpp.

◆ neighbor_hs

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

Definition at line 27 of file Mesh3DStorage.hpp.

◆ vs

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

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