Changeset f57182 for src/grid/grid_properties.hpp
- Timestamp:
- Mar 30, 2013, 2:44:52 PM (13 years ago)
- Children:
- 8180d8
- Parents:
- d13e27
- git-author:
- Julian Iseringhausen <isering@…> (06/11/12 14:02:16)
- git-committer:
- Julian Iseringhausen <isering@…> (03/30/13 14:44:52)
- File:
-
- 1 edited
-
src/grid/grid_properties.hpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/grid/grid_properties.hpp
rd13e27 rf57182 43 43 global_finer_begin(0), global_finer_end(0), global_finer_size(0), 44 44 local_finer_begin(0), local_finer_end(0), local_finer_size(0), 45 finest_abs_begin(0), finest_abs_end(0), finest_abs_size(0),46 45 global_size(0), 47 46 boundary(EmptyGrid) … … 52 51 global_finer_begin(other.global_finer_begin), global_finer_end(other.global_finer_end), global_finer_size(other.global_finer_size), 53 52 local_finer_begin(other.local_finer_begin), local_finer_end(other.local_finer_end), local_finer_size(other.local_finer_size), 54 finest_abs_begin(other.finest_abs_begin), finest_abs_end(other.finest_abs_end), finest_abs_size(other.finest_abs_size),55 53 global_size(other.global_size), 56 54 boundary(other.boundary) … … 80 78 const Index& LocalFinerEnd() const {return local_finer_end;} 81 79 const Index& LocalFinerSize() const {return local_finer_size;} 82 83 Index& FinestAbsBegin() {return finest_abs_begin;}84 Index& FinestAbsEnd() {return finest_abs_end;}85 Index& FinestAbsSize() {return finest_abs_size;}86 87 const Index& FinestAbsBegin() const {return finest_abs_begin;}88 const Index& FinestAbsEnd() const {return finest_abs_end;}89 const Index& FinestAbsSize() const {return finest_abs_size;}90 80 91 81 Index& GlobalSize() {return global_size;} … … 99 89 Index global_finer_begin, global_finer_end, global_finer_size; 100 90 Index local_finer_begin, local_finer_end, local_finer_size; 101 Index finest_abs_begin, finest_abs_end, finest_abs_size;102 91 Index global_size; 103 92 BT boundary;
Note:
See TracChangeset
for help on using the changeset viewer.
