csr2sellc Interface

public interface csr2sellc

Module Procedures

private subroutine csr2sellc_sp(CSR, SELLC, chunk)

This algorithm was gracefully provided by Ivan Privec and adapted by Jose Alves

Arguments

Type IntentOptional Attributes Name
type(CSR_sp_type), intent(in) :: CSR
type(SELLC_sp_type), intent(out) :: SELLC
integer, intent(in), optional :: chunk

private subroutine csr2sellc_dp(CSR, SELLC, chunk)

This algorithm was gracefully provided by Ivan Privec and adapted by Jose Alves

Arguments

Type IntentOptional Attributes Name
type(CSR_dp_type), intent(in) :: CSR
type(SELLC_dp_type), intent(out) :: SELLC
integer, intent(in), optional :: chunk

private subroutine csr2sellc_csp(CSR, SELLC, chunk)

This algorithm was gracefully provided by Ivan Privec and adapted by Jose Alves

Arguments

Type IntentOptional Attributes Name
type(CSR_csp_type), intent(in) :: CSR
type(SELLC_csp_type), intent(out) :: SELLC
integer, intent(in), optional :: chunk

private subroutine csr2sellc_cdp(CSR, SELLC, chunk)

This algorithm was gracefully provided by Ivan Privec and adapted by Jose Alves

Arguments

Type IntentOptional Attributes Name
type(CSR_cdp_type), intent(in) :: CSR
type(SELLC_cdp_type), intent(out) :: SELLC
integer, intent(in), optional :: chunk