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

Provides functions to generate structured point data. More...

+ Include dependency graph for gsPointGrid.h:

Go to the source code of this file.

Namespaces

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

Functions

template<class T >
gsMatrix< T > gsPointGrid (gsVector< T > const &a, gsVector< T > const &b, gsVector< unsigned > const &np)
 Construct a Cartesian grid of uniform points in a hypercube, using np[i] points in direction i. More...
 
template<class T >
gsMatrix< T > gsPointGrid (gsMatrix< T > const &ab, int numPoints)
 
template<class T , class CwiseContainer >
void gsPointGrid (CwiseContainer const &cwise, gsMatrix< T > &res)
 
template<class T , class CwiseContainer >
gsMatrix< T > gsPointGrid (CwiseContainer const &cwise)
 Construct a grid of points by coordinate vectors in the container cwise.
 
template<typename T >
gsMatrix< T > uniformPointGrid (const gsVector< T > &lower, const gsVector< T > &upper, int numPoints=1000)
 

Detailed Description

Provides functions to generate structured point data.

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): C. Hofreither, A. Mantzaflaris