XC Open source finite element analysis program
|
Classes | |
class | XC::ArpackSOE |
Arpack++ based system of equations. More... | |
class | XC::BandArpackppSOE |
Arpack++ based band matrix eigenvalue SOE solver. More... | |
class | XC::BandArpackSOE |
BandArpackSOE is a subclass of ArpackSOE. It uses the LAPACK storage scheme to store the components of the K, M matrix, which is a full matrix. It uses the Arpack to do eigenvalue analysis. More... | |
class | XC::EigenSOE |
Base class for eigenproblem systems of equations. More... | |
class | XC::FullGenEigenSOE |
Dense matrix eigenproblem system of equations. More... | |
class | XC::SymArpackSOE |
Arpack system of equations for symmetric matrices. More... | |
class | XC::SymBandEigenSOE |
Band symmetric matrix eigenvaules system of equations. More... | |