for NETGEN to work after StdMeshers_ViscousLayers
+ bool IsTemporary(const SMDS_MeshElement* elem ) const;
_elemsInMesh.insert( face );
}
+//================================================================================
+/*!
+ * \brief Return true if the element is a temporary one
+ */
+//================================================================================
+
+bool StdMeshers_ProxyMesh::IsTemporary(const SMDS_MeshElement* elem ) const
+{
+ return ( elem->GetID() < 1 ) || _elemsInMesh.count( elem );
+}
+
//================================================================================
/*!
* \brief Return a proxy node or an input node
// Return total nb of faces taking into account substitutions
int NbFaces() const;
+ bool IsTemporary(const SMDS_MeshElement* elem ) const;
//--------------------------------------------------------------------------------
// Interface for descendants