ergo
monomial_info.h File Reference

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
 

Detailed Description

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.

Author
: Elias Rudberg responsible

Variable Documentation

◆ MONOMIAL_N_MAX