Hermes2D
2.0
|
#include <asmlist.h>
Public Member Functions | |
AsmList () | |
Constructor. | |
~AsmList () | |
Destructor. | |
int * | get_idx () |
int * | get_dof () |
unsigned int | get_cnt () |
Scalar * | get_coef () |
AsmList is a simple container for the element assembly arrays idx, dof and coef. These arrays are filled by Space::get_element_assembly_list() and used by the assembling procedure and the Solution class. The arrays are allocated and deallocated automatically by the class. The class provides a list of triples (idx, dof, coef). The triples are flattened to separate arrays of length 'cnt'.