MPI_dot_productFEMSolver Function

public function MPI_dot_productFEMSolver(this, a, b) result(dp)

Type Bound

FEMSolver_

Arguments

Type IntentOptional Attributes Name
class(FEMSolver_), intent(in) :: this
real(kind=real64), intent(in) :: a(:)
real(kind=real64), intent(in) :: b(:)

Return Value real(kind=real64)