12#ifndef __PDETOOLS_MESH_MeshMatricesDAO_mesh_connectivity_data_HPP
13#define __PDETOOLS_MESH_MeshMatricesDAO_mesh_connectivity_data_HPP
52 inline unsigned int Cell0D_marker(
const unsigned int cell0D_index)
const
56 inline unsigned int Cell1D_marker(
const unsigned int cell1D_index)
const
60 inline unsigned int Cell2D_marker(
const unsigned int cell2D_index)
const
64 inline unsigned int Cell3D_marker(
const unsigned int cell3D_index)
const
69 inline std::array<unsigned int, 2>
Cell1D_vertices(
const unsigned int cell1D_index)
const
74 inline std::vector<unsigned int>
Cell2D_vertices(
const unsigned int cell2D_index)
const
79 inline std::vector<unsigned int>
Cell2D_edges(
const unsigned int cell2D_index)
const
84 inline std::vector<unsigned int>
Cell3D_vertices(
const unsigned int cell3D_index)
const
89 inline std::vector<unsigned int>
Cell3D_edges(
const unsigned int cell3D_index)
const
94 inline std::vector<unsigned int>
Cell3D_faces(
const unsigned int cell3D_index)
const
Definition IMeshDAO.hpp:1068
std::vector< unsigned int > Cell3DFaces(const unsigned int &cell3DIndex) const
Definition MeshMatricesDAO.cpp:1474
unsigned int Cell0DTotalNumber() const
Definition IMeshDAO.hpp:1163
std::vector< unsigned int > Cell3DEdges(const unsigned int &cell3DIndex) const
Definition MeshMatricesDAO.cpp:1463
unsigned int Cell1DTotalNumber() const
Definition IMeshDAO.hpp:1469
unsigned int Cell1DEnd(const unsigned int &cell1DIndex) const
Definition IMeshDAO.hpp:1484
unsigned int Dimension() const
Definition IMeshDAO.hpp:1141
unsigned int Cell1DMarker(const unsigned int &cell1DIndex) const
Definition IMeshDAO.hpp:1550
std::vector< unsigned int > Cell2DEdges(const unsigned int &cell2DIndex) const
Definition IMeshDAO.hpp:1785
unsigned int Cell2DTotalNumber() const
Definition IMeshDAO.hpp:1746
unsigned int Cell0DMarker(const unsigned int &cell0DIndex) const
Definition IMeshDAO.hpp:1189
unsigned int Cell1DOrigin(const unsigned int &cell1DIndex) const
Definition IMeshDAO.hpp:1479
std::vector< unsigned int > Cell3DVertices(const unsigned int &cell3DIndex) const
Definition MeshMatricesDAO.cpp:1371
std::vector< unsigned int > Cell2DVertices(const unsigned int &cell2DIndex) const
Definition IMeshDAO.hpp:1761
unsigned int Cell3DMarker(const unsigned int &cell3DIndex) const
Definition IMeshDAO.hpp:2097
unsigned int Cell3DTotalNumber() const
Definition IMeshDAO.hpp:2043
unsigned int Cell2DMarker(const unsigned int &cell2DIndex) const
Definition IMeshDAO.hpp:1802
Definition FEM_MCC_2D_LocalSpace.cpp:17