This is the complete list of members for NewtonRaphson, 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) | NewtonRaphson | virtual |
dU | NewtonRaphson | protected |
GetDisplacementIncrement() | NewtonRaphson | virtual |
LoadFactor | NewtonRaphson | protected |
NewtonRaphson(std::unique_ptr< LinearSystem > &solver, std::shared_ptr< Mesh > &mesh, double tol=1E-6, unsigned int nIters=50, unsigned int flag=1, double ldFactor=0.02) | NewtonRaphson | |
nMaxIterations | NewtonRaphson | protected |
ReducedParallelResidual(const Eigen::VectorXd &Feff, double &Residual) | Algorithm | |
ReverseStatesIncrements(std::shared_ptr< Mesh > &mesh) | Algorithm | |
SetIntegrator(std::shared_ptr< Integrator > &integrator) | NewtonRaphson | virtual |
SetLoadFactor(double factor) | NewtonRaphson | virtual |
theIntegrator | NewtonRaphson | protected |
theSolver | NewtonRaphson | protected |
Tolerance | NewtonRaphson | protected |
Total2FreeMatrix | Algorithm | protected |
UpdateStatesIncrements(std::shared_ptr< Mesh > &mesh, const Eigen::VectorXd &dU) | Algorithm | |
~Algorithm()=0 | Algorithm | pure virtual |
~NewtonRaphson() | NewtonRaphson |