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

Class that maintains parametrization. More...

+ Include dependency graph for gsParametrization.h:

Go to the source code of this file.

Classes

class  gsParametrization< T >
 Class that maintains parametrization This class Parametrization stores the mesh information and the two-dimensional parameter points. The parameter points are stored in a vector, where the i-th vector element is the parameter point for the vertex with index i. This means that the first n elements in the vector are the inner parameter points, the rest of them are the boundary parameter points. More...
 
class  gsParametrization< T >::LocalNeighbourhood
 Class that maintains the local neighbourhood properties. More...
 
class  gsParametrization< T >::LocalParametrization
 Class maintains local parametrization This class represents a local parametrization for a point in the triangle mesh, which is identified by the vertex index. The parametrization is given by the weights lambda(i,j) which is the weight of vertex x(i) regarding x(j) according to Floater's algorithm. More...
 
class  gsParametrization< T >::Neighbourhood
 Class that maintains neighbourhood information of triangle mesh. Represents the neighbourhood properties of a vertex in the triangle mesh. More...
 

Namespaces

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

Detailed Description

Class that maintains parametrization.

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): L. Groiss, J. Vogl, D. Mokris