Set the values of a triplet.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Triplet_r), | intent(inout) | :: | this | The triplet to set the values of. |
||
integer, | intent(in) | :: | index_column | The column value. |
||
integer, | intent(in) | :: | index_row | The row value. |
||
real(kind=NTREAL), | intent(in) | :: | point_value | The value at that point. |
Set the values of a triplet.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Triplet_c), | intent(inout) | :: | this | The triplet to set the values of. |
||
integer, | intent(in) | :: | index_column | The column value. |
||
integer, | intent(in) | :: | index_row | The row value. |
||
complex(kind=NTCOMPLEX), | intent(in) | :: | point_value | The value at that point. |