ESyS-Particle
4.0.1
|
00001 00002 // // 00003 // Copyright (c) 2003-2011 by The University of Queensland // 00004 // Earth Systems Science Computational Centre (ESSCC) // 00005 // http://www.uq.edu.au/esscc // 00006 // // 00007 // Primary Business: Brisbane, Queensland, Australia // 00008 // Licensed under the Open Software License version 3.0 // 00009 // http://www.opensource.org/licenses/osl-3.0.php // 00010 // // 00012 00013 #ifndef __GETREF_CMD_H 00014 #define __GETREF_CMD_H 00015 00016 00017 // -- project includes -- 00018 #include "Parallel/BroadCast_cmd.h" 00019 00027 class GetNodeRefCommand : public BroadcastCommand 00028 { 00029 public: 00030 GetNodeRefCommand(const MpiRankAndComm&,const string&); 00031 }; 00032 00040 class GetFaceRefCommand : public BroadcastCommand 00041 { 00042 public: 00043 GetFaceRefCommand(const MpiRankAndComm&,const string&); 00044 }; 00045 00046 #endif // __GETREF_CMD_H