16 #ifndef __H2D_ASMLIST_H
17 #define __H2D_ASMLIST_H
20 #include "shapeset/shapeset.h"
32 template<
typename Scalar>
45 unsigned int get_cnt();
48 int idx[H2D_MAX_LOCAL_BASIS_SIZE];
50 int dof[H2D_MAX_LOCAL_BASIS_SIZE];
52 Scalar coef[H2D_MAX_LOCAL_BASIS_SIZE];
57 void add_triplet(
int i,
int d, Scalar c);
Common definitions for Hermes2D.
unsigned short cnt
the number of items in the arrays idx, dof and coef