AppendToTripletList Interface

public interface AppendToTripletList

Contents


Module Procedures

public subroutine AppendToTripletList_r(this, triplet_value)

Add a value to the end of the triplet list.

Arguments

Type IntentOptional AttributesName
type(TripletList_r), intent(inout) :: this

This the triplet list to append to.

type(Triplet_r), intent(in) :: triplet_value

The value to append.

public subroutine AppendToTripletList_c(this, triplet_value)

Add a value to the end of the triplet list.

Arguments

Type IntentOptional AttributesName
type(TripletList_c), intent(inout) :: this

This the triplet list to append to.

type(Triplet_c), intent(in) :: triplet_value

The value to append.