PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::VoroInterface::Cell0D Struct Reference

#include <VoroInterface.hpp>

Public Member Functions

 Cell0D (const Eigen::VectorXd &coordinates)
 

Public Attributes

const Eigen::VectorXd coordinates
 
unsigned int marker
 
bool active = true
 
std::vector< unsigned intneighbors_1D
 
std::vector< unsigned intneighbors_2D
 

Constructor & Destructor Documentation

◆ Cell0D()

Gedim::VoroInterface::Cell0D::Cell0D ( const Eigen::VectorXd &  coordinates)
inline

Member Data Documentation

◆ active

bool Gedim::VoroInterface::Cell0D::active = true

◆ coordinates

const Eigen::VectorXd Gedim::VoroInterface::Cell0D::coordinates

◆ marker

unsigned int Gedim::VoroInterface::Cell0D::marker

◆ neighbors_1D

std::vector<unsigned int> Gedim::VoroInterface::Cell0D::neighbors_1D

◆ neighbors_2D

std::vector<unsigned int> Gedim::VoroInterface::Cell0D::neighbors_2D

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