Changeset d6a338 for src/comm/domain_decomposition.hpp
- Timestamp:
- Apr 16, 2013, 11:27:31 AM (13 years ago)
- Children:
- 177495
- Parents:
- e58835d
- File:
-
- 1 edited
-
src/comm/domain_decomposition.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/domain_decomposition.hpp
re58835d rd6a338 30 30 #define DOMAIN_DECOMPOSITION_HPP_ 31 31 32 #include <map> 32 33 #include <vector> 34 35 #include "base/index.hpp" 36 #include "grid/grid_properties.hpp" 33 37 34 38 namespace VMG … … 36 40 37 41 class Comm; 38 class GlobalIndices;39 42 class Interface; 40 43 class Multigrid; … … 46 49 virtual ~DomainDecomposition() {} 47 50 48 virtual void Compute(Comm * comm, const Interface* interface, std::vector<GlobalIndices>& global) = 0;51 virtual void Compute(Comm& comm, const Interface& interface, std::map<Index, std::vector<GlobalIndices> >& global) = 0; 49 52 }; 50 53
Note:
See TracChangeset
for help on using the changeset viewer.
