AppendUtility
This module defines methods for appending fortran arrays of real and integer types. Following routines are described in this module.
Methodsβ
ποΈ Append
Append is a generic subroutine to append entries to vector of real or integer.
ποΈ ColConcat
This function concatenates the columns of array (of rank 1 or 2).
ποΈ Expand
Expand method expands a vector (if necessary) and add an element to it.
ποΈ RowConcat
This function concates the rows of array (of rank 1 or 2).