plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
LanczosMethod
Subroutine
MIT
15 statements
Source File
FEMSolverClass.f90
FEMSolverClass
LanczosMethod
Contents
public subroutine LanczosMethod(this, eigen_value, Eigen_vectors, max_itr)
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEMSolver_
),
intent(inout)
::
this
real(kind=real64),
allocatable
::
eigen_value
(:)
real(kind=real64),
allocatable
::
Eigen_vectors
(:,:)
integer(kind=int32),
intent(in)
::
max_itr