Changeset dfed1c for src/grid/multigrid.hpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/grid/multigrid.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/grid/multigrid.hpp
r66f24d rdfed1c 13 13 #include <vector> 14 14 15 #include "grid/grid_indexing.hpp" 15 #include "base/object.hpp" 16 #include "grid/grid_properties.hpp" 16 17 17 18 namespace VMG … … 61 62 int levelIndex, levelCurrent; 62 63 int numLevels; 63 64 private:65 LocalIndices InitDirichlet(const GlobalIndices& global,66 const SpatialExtent& extent,67 const Index& pos,68 const Index& procs);69 70 LocalIndices InitPeriodic(const GlobalIndices& global,71 const SpatialExtent& extent,72 const Index& pos,73 const Index& procs);74 64 }; 75 65
Note:
See TracChangeset
for help on using the changeset viewer.
