Skip to content
Snippets Groups Projects
Commit 64443540 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add access function to cell type

parent 41bb3984
Branches
Tags
1 merge request!11Feature/mpi
...@@ -310,6 +310,11 @@ class Connectivity final ...@@ -310,6 +310,11 @@ class Connectivity final
} }
public: public:
PASTIS_INLINE
const CellValue<const CellType>& cellType() const
{
return m_cell_type;
};
PASTIS_INLINE PASTIS_INLINE
const bool& isConnectivityMatrixBuilt(const ItemType& item_type_0, const bool& isConnectivityMatrixBuilt(const ItemType& item_type_0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment