monomial_info_struct Struct Reference

#include <monomial_info.h>

List of all members.

Public Member Functions

void init ()
 monomial_info_struct ()
 ~monomial_info_struct ()
 monomial_info_struct (const monomial_info_struct &other)
 Function needed for Chunks&Tasks usage.
void write_to_buffer (char *dataBuffer, size_t const bufferSize) const
 Function needed for Chunks&Tasks usage.
size_t get_size () const
 Function needed for Chunks&Tasks usage.
void assign_from_buffer (char const *dataBuffer, size_t const bufferSize)
 Function needed for Chunks&Tasks usage.

Public Attributes

int noOfMonomialsTot
monomial_structmonomial_list
int no_of_monomials_list [MONOMIAL_N_MAX+1]
int monomial_index_list [MONOMIAL_N_MAX+1][MONOMIAL_N_MAX+1][MONOMIAL_N_MAX+1]

Constructor & Destructor Documentation

monomial_info_struct::monomial_info_struct (  ) 
monomial_info_struct::~monomial_info_struct (  ) 

References monomial_list.

monomial_info_struct::monomial_info_struct ( const monomial_info_struct other  ) 

Function needed for Chunks&Tasks usage.

References monomial_index_list, monomial_list, no_of_monomials_list, and noOfMonomialsTot.


Member Function Documentation

void monomial_info_struct::assign_from_buffer ( char const *  dataBuffer,
size_t const   bufferSize 
)

Function needed for Chunks&Tasks usage.

References monomial_index_list, monomial_list, no_of_monomials_list, and noOfMonomialsTot.

Referenced by IntegralInfo::assign_from_buffer().

size_t monomial_info_struct::get_size (  )  const
void monomial_info_struct::init ( void   ) 
void monomial_info_struct::write_to_buffer ( char *  dataBuffer,
size_t const   bufferSize 
) const

Function needed for Chunks&Tasks usage.

References get_size(), monomial_index_list, monomial_list, no_of_monomials_list, and noOfMonomialsTot.

Referenced by IntegralInfo::write_to_buffer().


Member Data Documentation


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

Generated on 10 Jul 2018 for ergo by  doxygen 1.6.1