MPI_matmulFEMSolver Function

public function MPI_matmulFEMSolver(this, A, b) result(my_c)

Type Bound

FEMSolver_

Arguments

Type IntentOptional Attributes Name
class(FEMSolver_), intent(in) :: this
type(CRS_), intent(in), optional :: A
real(kind=real64), intent(in) :: b(:)

Return Value real(kind=real64), allocatable, (:)