Choral
Private Member Functions | List of all members
csr_mod::add Interface Reference

addition of csr matrices (with the same pattern) More...

Collaboration diagram for csr_mod::add:
Collaboration graph

Private Member Functions

subroutine csr_add_1 (m1, a, m2, b)
 m1 = a*m1 + b*m2 m1, m2 with identical patterns More...
 
subroutine csr_add_2 (m, m1, a, m2, b)
 m <= a*m1 + b*m2 m1, m2 with identical patterns More...
 

Detailed Description

addition of csr matrices (with the same pattern)

Definition at line 138 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_add_1()

subroutine csr_mod::add::csr_add_1 ( type(csr), intent(inout)  m1,
real(rp), intent(in)  a,
type(csr), intent(in)  m2,
real(rp), intent(in)  b 
)
private

m1 = a*m1 + b*m2 m1, m2 with identical patterns

Definition at line 598 of file csr_mod.F90.

◆ csr_add_2()

subroutine csr_mod::add::csr_add_2 ( type(csr), intent(inout)  m,
type(csr), intent(in)  m1,
real(rp), intent(in)  a,
type(csr), intent(in)  m2,
real(rp), intent(in)  b 
)
private

m <= a*m1 + b*m2 m1, m2 with identical patterns

Definition at line 563 of file csr_mod.F90.


The documentation for this interface was generated from the following file: