G+Smo  24.08.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsGridIterator.h File Reference

Provides iteration over integer or numeric points in a (hyper-)cube. More...

Go to the source code of this file.

Classes

class  gsGridIterator< T, CWISE, d, false >
 Iterator over a Cartesian product of points, which is given by coordinate-wise point sets. More...
 
class  gsGridIterator< T, mode, d, false >
 Iterator over a Cartesian product of uniformly distributed numeric points inside a (hyper-)cube. More...
 
class  gsGridIterator< Z, mode, d, true >
 Iterator over the Cartesian product of integer points in a tensor-product grid. More...
 

Namespaces

 gismo
 The G+Smo namespace, containing all definitions for the library.
 

Enumerations

enum  gsGridIteratorMode {
  CUBE,
  BDR,
  VERTEX,
  CWISE
}
 Specifies aliases describing the modes for gismo::gsGridIterator. More...
 

Detailed Description

Provides iteration over integer or numeric points in a (hyper-)cube.

This file is part of the G+Smo library.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author(s): A. Mantzaflaris