Function elem_allocate#

Function Documentation#

int64_t elem_allocate(elem_t *elem, uint64_t intorder)#

Allocates memory for the element structure.

Parameters:
  • elem[inout] Address of the element structure. Must come after a call to elem_start(…).

  • intorder[in] Integration order, defines number of integration points for numerical integration.