main Program

Variables

Type Attributes Name Initial
type(COO_) :: A_COO
type(COO_) :: Test_Matrix_COO
type(CRS_) :: A_CRS
type(CRS_) :: Test_Matrix_CRS
real(kind=real64), allocatable :: x(:)
real(kind=real64), allocatable :: RHS(:)
type(FEMSolver_) :: solver
type(MPI_), target :: mpid
real(kind=real64) :: dbug_val
integer(kind=int32), parameter :: n = 3
integer(kind=int32) :: i