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

#include <MeshUtilities.hpp>

Public Attributes

std::vector< Eigen::MatrixXd > Cell1DsBoundingBox
 
std::vector< Eigen::MatrixXd > Cell1DsVertices
 cell1D vertices coordinates
 
std::vector< Eigen::Vector3d > Cell1DsTangents
 cell1D tangents
 
std::vector< doubleCell1DsLengths
 cell1D lengths
 
std::vector< doubleCell1DsSquaredLengths
 cell1D squared lengths
 
std::vector< Eigen::Vector3d > Cell1DsCentroids
 cell1D centroids
 

Member Data Documentation

◆ Cell1DsBoundingBox

std::vector<Eigen::MatrixXd> Gedim::MeshUtilities::MeshGeometricData1D::Cell1DsBoundingBox

◆ Cell1DsCentroids

std::vector<Eigen::Vector3d> Gedim::MeshUtilities::MeshGeometricData1D::Cell1DsCentroids

cell1D centroids

◆ Cell1DsLengths

std::vector<double> Gedim::MeshUtilities::MeshGeometricData1D::Cell1DsLengths

cell1D lengths

◆ Cell1DsSquaredLengths

std::vector<double> Gedim::MeshUtilities::MeshGeometricData1D::Cell1DsSquaredLengths

cell1D squared lengths

◆ Cell1DsTangents

std::vector<Eigen::Vector3d> Gedim::MeshUtilities::MeshGeometricData1D::Cell1DsTangents

cell1D tangents

◆ Cell1DsVertices

std::vector<Eigen::MatrixXd> Gedim::MeshUtilities::MeshGeometricData1D::Cell1DsVertices

cell1D vertices coordinates


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