Changeset 177495 for src/comm/comm.hpp
- Timestamp:
- Apr 17, 2013, 6:35:40 PM (13 years ago)
- Children:
- 4f3474
- Parents:
- d6a338
- File:
-
- 1 edited
-
src/comm/comm.hpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/comm.hpp
rd6a338 r177495 30 30 31 31 #include <map> 32 #include < list>32 #include <vector> 33 33 34 34 #include "base/defs.hpp" … … 41 41 { 42 42 43 class BoundaryValue; 43 44 class DomainDecomposition; 44 45 class GlobalIndices; … … 70 71 virtual void CommSubgrid(Grid& grid_old, Grid& grid_new, const int& direction) = 0; 71 72 virtual void CommAddSubgrid(Grid& grid_old, Grid& grid_new, const int& direction) = 0; 73 virtual std::vector<BoundaryValue> CommBoundaryValues() = 0; 72 74 73 75 virtual void CommToGhostsAsyncStart(Grid& grid) = 0; … … 139 141 const std::map<Index, std::vector<GlobalIndices> >& DecomposedGlobal() const {return decomposed_global;} 140 142 141 142 143 protected: 143 144 const std::string& OutputPath();
Note:
See TracChangeset
for help on using the changeset viewer.
