Function elemso_allocate#
Defined in File fem/element/soti/base.h
Function Documentation#
-
int64_t elemso_allocate(elemso_t *elemso, uint64_t intorder, bases_t bases, ord_t order, dhelpl_t dhl)#
Allocates memory for the element structure.
- Parameters:
elemso – [inout] Address of the element structure. Must come after a call to elemso_start(…).
intorder – [in] Integration order, defines number of integration points for numerical integration.