Allocate memory for a sampled variable.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ply_sampling_var_type), | intent(inout) | :: | var | The variable to allocate the space for. |
||
integer, | intent(in) | :: | nElems | Number of elements the data lives in. |
||
integer, | intent(in) | :: | datalen | Size of the container to use for representation of the polynomial data across all elements. |