Salome HOME
OK thanks to INV !
[modules/med.git] / src / MEDCoupling / MEDCouplingStructuredMesh.hxx
index 1e79a9f462eba809f7e6d07231c87b436f043e39..b04db7adde241d2aacdabbd3c070b680f9136709 100644 (file)
@@ -34,6 +34,7 @@ namespace ParaMEDMEM
     int getNumberOfCellsWithType(INTERP_KERNEL::NormalizedCellType type) const;
     DataArrayInt *giveCellsWithType(INTERP_KERNEL::NormalizedCellType type) const throw(INTERP_KERNEL::Exception);
     DataArrayInt *computeNbOfNodesPerCell() const throw(INTERP_KERNEL::Exception);
+    DataArrayInt *computeNbOfFacesPerCell() const throw(INTERP_KERNEL::Exception);
     static void GetPosFromId(int nodeId, int meshDim, const int *split, int *res);
     void getNodeIdsOfCell(int cellId, std::vector<int>& conn) const;
     std::size_t getHeapMemorySize() const;