plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
mpi_matmulFEMDomain
Function
MIT
29 statements
Source File
FEMDomainClass.f90
FEMDomainClass
mpi_matmulFEMDomain
Contents
public function mpi_matmulFEMDomain(this, A, x, mpid) result(ret)
Type Bound
FEMDomain_
Arguments
Type
Intent
Optional
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, (:)