00001 #ifndef _MY_FEOrthoMeshInterface_ 00002 #define _MY_FEOrthoMeshInterface_ 00003 #include "orthomesh.h" 00004 00009 class FEOrthoMeshInterface 00010 { 00011 private: 00012 00013 protected: 00014 00015 public: 00016 virtual void reinit(OrthoMesh &mesh)=0; 00026 virtual const VecIndex& get_global_map(OrthoMesh::Cell_It &cell)=0; 00027 00028 00029 }; 00030 00031 #endif