GetFEM  5.4.2
bgeot::power_index Class Reference

Vector of integer (16 bits type) which represent the powers of a monomial. More...

#include <bgeot_poly.h>

Public Member Functions

const power_indexoperator++ ()
 Gives the next power index.
 
const power_index operator++ (int)
 Gives the next power index.
 
const power_indexoperator-- ()
 Gives the next previous index.
 
const power_index operator-- (int)
 Gives the next previous index.
 
size_type global_index () const
 Gives the global number of the index (i.e. More...
 
short_type degree () const
 Gives the degree.
 
 power_index (short_type nn)
 Constructor.
 
 power_index ()
 Constructor.
 

Detailed Description

Vector of integer (16 bits type) which represent the powers of a monomial.

Definition at line 64 of file bgeot_poly.h.

Member Function Documentation

◆ global_index()

size_type bgeot::power_index::global_index ( ) const

Gives the global number of the index (i.e.

the position of the corresponding monomial

Definition at line 96 of file bgeot_poly.cc.


The documentation for this class was generated from the following files: