FEDEM Solver
R8.0
Source code of the dynamics solver
|
Module with a subroutine for initialization of the eigenvalue solver. More...
Functions/Subroutines | |
subroutine | initiatemodes (sam, sys, modes, err, nModes, eigSolver) |
Initializes the eigenvalue solver. More... | |
Module with a subroutine for initialization of the eigenvalue solver.
subroutine initiatemodestypemodule::initiatemodes | ( | type(samtype), intent(inout) | sam, |
type(systemtype), intent(inout) | sys, | ||
type(modestype), intent(inout) | modes, | ||
integer, intent(out) | err, | ||
integer, intent(in), optional | nModes, | ||
integer, intent(in), optional | eigSolver | ||
) |
Initializes the eigenvalue solver.
sam | Data for managing system matrix assembly | |
sys | System level model data | |
modes | Data for eigenmodes | |
[out] | err | Error flag |
[in] | nModes | Number of eigen modes to calculate |
[in] | eigSolver | Which eigensolver to use (override default) |