plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
30 statements
Source File
MPI_Matmul_test.f90
main
Contents
Variables
Test_Matrix_COO
Test_Matrix_CRS
RHS
solver
mpid
n
i
Uses
FEMSolverClass
Variables
Type
Attributes
Name
Initial
type(
COO_
)
::
Test_Matrix_COO
type(
CRS_
)
::
Test_Matrix_CRS
real(kind=real64),
allocatable
::
RHS
(:)
type(
FEMSolver_
)
::
solver
type(
MPI_
),
target
::
mpid
integer(kind=int32),
parameter
::
n
=
3
integer(kind=int32)
::
i