XC Open source finite element analysis program
|
Classes | |
class | XC::BandArpackppSolver |
Arpack++ based band matrix eigenproblem solver. More... | |
class | XC::BandArpackSolver |
Arpack solver for banded matrices. The ARnoldi PACKage, is a numerical software library written in FORTRAN 77 for solving large scale eigenvalue problems. More... | |
class | XC::BandSPDLinThreadSolver |
Solves the BandSPDLinSOE in parallel using solaris threads. More... | |
class | XC::ConjugateGradientSolver |
Base class for conjugate gradient linear SOE solvers. More... | |
class | XC::DomainSolver |
used to solve a system of equations and to do static condensation operations on the linear system of equations. More... | |
class | XC::LinearSOESolver |
Solution of the linear system of equations. More... | |
class | XC::ProfileSPDLinDirectSkypackSolver |
Skypakc based linear SOE solver. More... | |
class | XC::ProfileSPDLinDirectSolver |
It solves a ProfileSPDLinSOE object using the LDL^t factorization. More... | |
class | XC::ProfileSPDLinDirectThreadSolver |
solves a ProfileSPDLinSOE object using the LDL^t factorization (threaded version). More... | |
class | XC::ProfileSPDLinSolver |
Base class for profile matrix linear SOE solvers. More... | |
class | XC::ProfileSPDLinSubstrSolver |
Some kind of profile matrix linear SOE solver. More... | |
class | XC::DistributedSparseGenRowLinSolver |
Base class for distributed (many processors) sparse general matrix linear based SOE solver. More... | |
class | XC::DistributedSuperLU |
SuperLU based solver for distributed sparse matrix linear systems of equations. It uses Gaussian elimination with partial pivoting (GEPP). The columns of A may be preordered before factorization; the preordering for sparsity is completely separate from the factorization and a number of ordering schemes are provided. More... | |
class | XC::SparseGenColLinSolver |
Base class for sparse general matrix linear SOE solver. More... | |
class | XC::SparseGenRowLinSolver |
Base class for sparse general matrix linear SOE solvers. More... | |
class | XC::SuperLU |
SuperLU based sparse general matrix linear SOE solver. More... | |
class | XC::ThreadedSuperLU |
Threaded SuperLU based sparse general matrix linear SOE solver. More... | |