mpi_matmulFEMDomain Function

public function mpi_matmulFEMDomain(this, A, x, mpid) result(ret)

Type Bound

FEMDomain_

Arguments

Type IntentOptional Attributes Name
class(FEMDomain_), intent(inout) :: this
type(CRS_), intent(in), optional :: A
real(kind=real64), intent(in) :: x(:)
type(MPI_), intent(inout) :: mpid

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