Function elemd_allocate#
Defined in File fem/element/real/base.h
Function Documentation#
-
int64_t elemd_allocate(elemd_t *elemd, uint64_t intorder)#
Allocates memory for the element structure.
- Parameters:
elemd – [inout] Address of the element structure. Must come after a call to elemd_start(…).
intorder – [in] Integration order, defines number of integration points for numerical integration.