XC Open source finite element analysis program
Classes

Classes

class  XC::FactoredSOEBase
 Base class for factored systems of equations. More...
 
class  XC::LinearSOE
 Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base class and thus no objects of it's type can be instantiated. It has pure virtual functions which must be implemented in it's derived classes. LinearSystemOfEqn is an abstraction of the linear system of equation given by : [A]{X} = {B} - {C}, where A is a matrix and B,C and X are vectors. To solve the equation means given A, B and C to find the unknown X such that the equation is satisfied. More...
 
class  XC::DistributedSparseGenColLinSOE
 Sparse nonsymmetric matrix distributed system of equations. More...
 
class  XC::SparseGenSOEBase
 Sparse unsymmetric matris system of equations. More...
 
class  XC::SparseSOEBase
 Base class for sparse matrix systems of equations. More...
 

Detailed Description