mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-31 12:04:33 +00:00 
			
		
		
		
	Checkerboard available for offloading pickCheckerboard
This commit is contained in:
		| @@ -82,6 +82,7 @@ public: | |||||||
|   bool _isCheckerBoarded;  |   bool _isCheckerBoarded;  | ||||||
|   int        LocallyPeriodic; |   int        LocallyPeriodic; | ||||||
|   Coordinate _checker_dim_mask; |   Coordinate _checker_dim_mask; | ||||||
|  |   int              _checker_dim; | ||||||
|  |  | ||||||
| public: | public: | ||||||
|  |  | ||||||
|   | |||||||
| @@ -38,7 +38,7 @@ class GridCartesian: public GridBase { | |||||||
|  |  | ||||||
| public: | public: | ||||||
|   int dummy; |   int dummy; | ||||||
|   Coordinate _checker_dim_mask; |   //  Coordinate _checker_dim_mask; | ||||||
|   virtual int  CheckerBoardFromOindexTable (int Oindex) { |   virtual int  CheckerBoardFromOindexTable (int Oindex) { | ||||||
|     return 0; |     return 0; | ||||||
|   } |   } | ||||||
| @@ -106,6 +106,7 @@ public: | |||||||
|     _rdimensions.resize(_ndimension); |     _rdimensions.resize(_ndimension); | ||||||
|     _simd_layout.resize(_ndimension); |     _simd_layout.resize(_ndimension); | ||||||
|     _checker_dim_mask.resize(_ndimension);; |     _checker_dim_mask.resize(_ndimension);; | ||||||
|  |     _checker_dim = -1; | ||||||
|     _lstart.resize(_ndimension); |     _lstart.resize(_ndimension); | ||||||
|     _lend.resize(_ndimension); |     _lend.resize(_ndimension); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user