plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
MPI_matmulFEMSolver
Function
MIT
35 statements
Source File
FEMSolverClass.f90
FEMSolverClass
MPI_matmulFEMSolver
Contents
public function MPI_matmulFEMSolver(this, A, b) result(my_c)
Type Bound
FEMSolver_
Arguments
Type
Intent
Optional
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, (:)