xc
Classes

Classes

class  XC::BFBRoydenBase
 ?? More...
 
class  XC::BFGS
 ?? More...
 
class  XC::Broyden
 Algoritmo de Broyden. More...
 
class  XC::EquiSolnAlgo
 EquiSolnAlgo is an abstract base class, i.e. More...
 
class  XC::EquiSolnConvAlgo
 EquiSolnConvAlgo is a class which performs a Newton-Raphson solution algorihm in solving the equations. More...
 
class  XC::KrylovNewton
 KrylovNewton is a class which uses a Krylov subspace accelerator on the modified Newton method. More...
 
class  XC::Linear
 performs a linear solution algorihm to solve the equations. More...
 
class  XC::BisectionLineSearch
 Bisection line search solution algorithm. More...
 
class  XC::InitialInterpolatedLineSearch
 This performs the search by using a form of linear interpolation to find the best solution. More...
 
class  XC::LineSearch
 LineSearch is an abstract base class, i.e. More...
 
class  XC::RegulaFalsiLineSearch
 performs the search for U(i+1) = U(i) + eta * deltaU(i) by regula falsi method to find the best solution. More...
 
class  XC::SecantLineSearch
 performs the search for U(i+1) = U(i) + eta * deltaU(i) by using the secant method to find the best solution. More...
 
class  XC::ModifiedNewton
 Uses the tangent stiffness matrix computed in the first iteration until convergence is achieved. More...
 
class  XC::NewtonBased
 Uses the tangent stiffness matrix on each iteration (with or without updating) until convergence is achieved. More...
 
class  XC::NewtonLineSearch
 performs a Newton-Raphson with line search solution algorithm in solving the equations as outline in Crissfields book. More...
 
class  XC::NewtonRaphson
 Uses the tangent stiffness matrix on each iteration until convergence is achieved. More...
 
class  XC::PeriodicNewton
 PeriodicNewton is a class which performs a Periodic Newton-Raphson solution algorihm in solving the equations. More...
 

Detailed Description