Interface to append a single point or array of points to growing array of points
This routine append a single point to growing array of points
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_grwPoints_type), | intent(inout) | :: | me |
Growing array of points in each dimension |
||
real(kind=rk), | intent(in) | :: | val(3) |
single point to append |
This routine append a array of points to growing array of points
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_grwPoints_type), | intent(inout) | :: | me |
Growing array of points in each dimension |
||
real(kind=rk), | intent(in) | :: | val(:,:) |
Array of points to append |