which class or method takes instance of the procedure??

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
neallee
Posts: 62
Joined: Sun Aug 14, 2005 4:50 am
Location: Tianjin University

which class or method takes instance of the procedure??

Post by neallee »

which class or method takes instance of the procedure that transfor the general eigenvalue problems into standard eigenvalue problems???

and i think frank you could let me know whether this function was been achieved in the lapack or arpack functions???

thanks very much!
Li Ning, Ph.D. and Professor of Civil Engineering
TJU, China
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

the procedure for the eigen command can be found in OpenSees/SRC/commands.cpp ..
which lapack or arpack function is used depends on the class of EigenSolver selected by the user and construct3ed in this procedure .. the eigen solvers can be found in OpenSees/SRC/system_of_eqn/eigenSOE .. you can check out the calls here.
neallee
Posts: 62
Joined: Sun Aug 14, 2005 4:50 am
Location: Tianjin University

Post by neallee »

thankyou!
there are four kinds of eigen SOE there, and there are four kind of stiffness matrix storage schema,

isn't it? in eigen solvers?

Symarpack,bandarpack,fullgeneral, and symband

four kind of stiffness matrix...

$_$
thank you!
Li Ning, Ph.D. and Professor of Civil Engineering
TJU, China
Post Reply