The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
Public Member Functions | List of all members
eigsolver_apply Interface Reference

Detailed Description

Apply eigensystem solver to compute eigenvalues/eigenvectors of the system \( A u_i = \lambda_i u_i \).

Note
This subroutine is a dummy routine used to specify the interface of the member function and catch errors in uninitialized solvers

Public Member Functions

subroutine eigsolver_apply (self, u, alam)
 

Constructor & Destructor Documentation

◆ eigsolver_apply()

subroutine eigsolver_apply ( class(oft_eigsolver), intent(inout)  self,
class(oft_vector), intent(inout)  u,
real(r8), intent(inout)  alam 
)
virtual
Parameters
[in,out]selfSolver object
[in,out]uGuess/Solution field
[in,out]alamEigenvalue

The documentation for this interface was generated from the following file: