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

#include <Mesh3DStorage.hpp>

Public Attributes

int id
 
std::vector< double > v
 
std::vector< uint32_t > neighbor_vs
 
std::vector< uint32_t > neighbor_es
 
std::vector< uint32_t > neighbor_fs
 
std::vector< uint32_t > neighbor_hs
 
bool boundary
 
bool boundary_hex
 

Detailed Description

Definition at line 10 of file Mesh3DStorage.hpp.

Member Data Documentation

◆ boundary

bool polyfem::mesh::Vertex::boundary

Definition at line 19 of file Mesh3DStorage.hpp.

◆ boundary_hex

bool polyfem::mesh::Vertex::boundary_hex

Definition at line 20 of file Mesh3DStorage.hpp.

◆ id

◆ neighbor_es

std::vector<uint32_t> polyfem::mesh::Vertex::neighbor_es

Definition at line 15 of file Mesh3DStorage.hpp.

◆ neighbor_fs

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

Definition at line 16 of file Mesh3DStorage.hpp.

◆ neighbor_hs

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

Definition at line 17 of file Mesh3DStorage.hpp.

◆ neighbor_vs

std::vector<uint32_t> polyfem::mesh::Vertex::neighbor_vs

Definition at line 14 of file Mesh3DStorage.hpp.

◆ v


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