Code used to organize monomials; contributions like x, y, z, xy, xz etc. More...
#include <cstring>#include "polydegree.h"Go to the source code of this file.
Classes | |
| struct | monomial_struct |
| struct | monomial_info_struct |
Variables | |
| const int | MONOMIAL_N_MAX = BASIS_FUNC_POLY_MAX_DEGREE*4 |
Code used to organize monomials; contributions like x, y, z, xy, xz etc.
that can be used to describe e.g. basis functions and basis function products.
| const int MONOMIAL_N_MAX = BASIS_FUNC_POLY_MAX_DEGREE*4 |
Referenced by monomial_info_struct::init(), and monomial_info_struct::monomial_info_struct().
1.6.1