PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::OpenVolumeMeshInterface::OVMMesh Struct Referencefinal

#include <OpenVolumeMeshInterface.hpp>

Classes

struct  Cell3D
 

Public Attributes

unsigned int NumCell0Ds
 
unsigned int NumCell1Ds
 
unsigned int NumCell2Ds
 
unsigned int NumCell3Ds
 
Eigen::MatrixXd Cell0Ds
 
Eigen::MatrixXi Cell1Ds
 
std::vector< Eigen::MatrixXi > Cell2Ds
 
std::vector< Cell3DCell3Ds
 

Member Data Documentation

◆ Cell0Ds

Eigen::MatrixXd Gedim::OpenVolumeMeshInterface::OVMMesh::Cell0Ds

◆ Cell1Ds

Eigen::MatrixXi Gedim::OpenVolumeMeshInterface::OVMMesh::Cell1Ds

◆ Cell2Ds

std::vector<Eigen::MatrixXi> Gedim::OpenVolumeMeshInterface::OVMMesh::Cell2Ds

◆ Cell3Ds

std::vector<Cell3D> Gedim::OpenVolumeMeshInterface::OVMMesh::Cell3Ds

◆ NumCell0Ds

unsigned int Gedim::OpenVolumeMeshInterface::OVMMesh::NumCell0Ds

◆ NumCell1Ds

unsigned int Gedim::OpenVolumeMeshInterface::OVMMesh::NumCell1Ds

◆ NumCell2Ds

unsigned int Gedim::OpenVolumeMeshInterface::OVMMesh::NumCell2Ds

◆ NumCell3Ds

unsigned int Gedim::OpenVolumeMeshInterface::OVMMesh::NumCell3Ds

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