This is the complete list of members for Linear, including all inherited members.
Algorithm(const std::shared_ptr< Mesh > &mesh, unsigned int flag=1, double NormFactor=1.0) | Algorithm | |
ComputeConvergence(const Eigen::VectorXd &Force, const Eigen::VectorXd &Delta, const Eigen::VectorXd &delta, unsigned int k) | Algorithm | |
ComputeNewIncrement(std::shared_ptr< Mesh > &mesh, unsigned int i=0) | Linear | virtual |
dU | Linear | protected |
GetDisplacementIncrement() | Linear | virtual |
Linear(std::unique_ptr< LinearSystem > &solver, std::shared_ptr< Mesh > &mesh, double tol=1E-6, double ldFactor=1.00, unsigned int nIters=1) | Linear | |
LoadFactor | Linear | protected |
nMaxIterations | Linear | protected |
ReducedParallelResidual(const Eigen::VectorXd &Feff, double &Residual) | Algorithm | |
ReverseStatesIncrements(std::shared_ptr< Mesh > &mesh) | Algorithm | |
SetIntegrator(std::shared_ptr< Integrator > &integrator) | Linear | virtual |
SetLoadFactor(double factor) | Linear | virtual |
theIntegrator | Linear | protected |
theSolver | Linear | protected |
Tolerance | Linear | protected |
Total2FreeMatrix | Algorithm | protected |
UpdateStatesIncrements(std::shared_ptr< Mesh > &mesh, const Eigen::VectorXd &dU) | Algorithm | |
~Algorithm()=0 | Algorithm | pure virtual |
~Linear() | Linear |