eigFEMSolver Subroutine

public recursive subroutine eigFEMSolver(this, num_eigen, eigen_value, eigen_vectors)

INPUT INPUT/OUTPUT INPUT OUTPUT

Type Bound

FEMSolver_

Arguments

Type IntentOptional Attributes Name
class(FEMSolver_), intent(inout) :: this
integer(kind=int32), intent(in), optional :: num_eigen
real(kind=real64), intent(inout), allocatable :: eigen_value(:)
real(kind=real64), intent(inout), allocatable :: eigen_vectors(:,:)