Initialize row data objects based on a set of evolved global coordinates, the row/col var name, and a function that returns column coordinates given a row coordinate input. Requires a reference Indexing object.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(MatrixTerm), | intent(inout) | :: | this | |||
| integer(kind=ik), | intent(in), | dimension(:,:) | :: | rowCoords | ||
| procedure(coordMapping) | :: | rowToColMapping | ||||
| type(Indexing), | intent(in) | :: | indexingObj |