SetTriplet Interface

public interface SetTriplet

Contents


Module Procedures

private subroutine SetTriplet_r(this, index_column, index_row, point_value)

Set the values of a triplet.

Arguments

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

private subroutine SetTriplet_c(this, index_column, index_row, point_value)

Set the values of a triplet.

Arguments

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