plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
matmulDiagMatrixFEMSolver
Subroutine
MIT
17 statements
Source File
FEMSolverClass.f90
FEMSolverClass
matmulDiagMatrixFEMSolver
Contents
public subroutine matmulDiagMatrixFEMSolver(this, diagMat)
diag is diagonal component of n x n matrix
Type Bound
FEMSolver_
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMSolver_
),
intent(inout)
::
this
real(kind=real64),
intent(in)
::
diagMat
(:)