ply_sampling_var_allocate Subroutine

public subroutine ply_sampling_var_allocate(var, nElems, datalen)

Allocate memory for a sampled variable.

Arguments

Type IntentOptional 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.