| LOCA::Bifurcation::HopfBord::AbstractGroup | Interface to underlying groups for Hopf point calculations |
| LOCA::Bifurcation::TPBord::AbstractGroup | Interface to underlying groups for turning point calculations |
| LOCA::Continuation::AbstractGroup | LOCA abstract interface for continuation, derived from the NOX::Abstract::Group. This abstract class provides the interface necessary to perform continuation, i.e., compute families of solutions to |
| LOCA::Extended::AbstractGroup | LOCA abstract interface for extended groups, derived from the NOX::Abstract::Group, i.e., an abstract interface for "super" groups that have an underlying group component |
| LOCA::Homotopy::AbstractGroup | Interface to underlying groups for homotopy calculations |
| LOCA::TimeDependent::AbstractGroup | Interface to underlying groups for time dependent systems |
| LOCA::StepSize::Adaptive | Adaptive step size control strategy |
| LOCA::Continuation::AnasaziGroup | LOCA abstract interface for continuation, derived from the NOX::Abstract::Group. This abstract class provides the interface necessary to perform continuation, i.e., compute families of solutions to |
| NOX::Parameter::Arbitrary | Support for Arbitrary parameters |
| LOCA::Continuation::ArcLengthGroup | Concrete implementation of a LOCA::Continuation::Group for pseudo arc-length continuation |
| NOX::LineSearch::Backtrack | Generic backtracking line search |
| LOCA::Epetra::BorderedOp | Epetra operator representing a bordered matrix |
| Broyden | Interface to modified Broyden problem defined in Broyden.C |
| BrusselatorProblemInterface | LOCA-LAPACK problem interface for the Brussselator problem |
| ChanProblemInterface | LOCA-LAPACK problem interface for the Chan problem |
| NOX::StatusTest::Combo | Arbitrary combination of status tests |
| LOCA::Predictor::Constant | Constant predictor computation class |
| LOCA::StepSize::Constant | Constant step size control strategy |
| NOX::LineSearch::Utils::Counters | Common counters that all line search algorithms should report |
| LOCA::SingularJacobianSolve::Default | Default singular Jacobian solve computation class |
| LOCA::DerivUtils | LOCA's generic derivative computation class to compute various derivatives via finite differencing |
| NOX::Parameter::DirectionConstructor | Support for user-defined directions |
| NOX::Parameter::DirectionConstructorT< T > | Templated instantiation of NOX::Parameter::DirectionConstructor |
| NOX::StatusTest::Divergence | Failure test based on a threshold value of the norm of F |
| NOX::Parameter::Entry | Manipulating single parameters, including sublists |
| LOCA::ErrorCheck | An Error checking algorithm for NOX/LOCA routines |
| LOCA::Bifurcation::HopfBord::ExtendedGroup | LOCA's Hopf point group. Implements the bordering algorithm to solve turning point equations |
| LOCA::Bifurcation::PitchforkBord::ExtendedGroup | LOCA's generic pitchfork group. Implements the bordering algorithm to solve pitchfork equations |
| LOCA::Bifurcation::TPBord::ExtendedGroup | LOCA's generic turning point group. Implements the bordering algorithm to solve turning point equations |
| LOCA::Continuation::ExtendedGroup | Base class for all continuation groups |
| LOCA::Bifurcation::HopfBord::ExtendedVector | Vector class to hold solution vectors, Newton vectors, etc. for Hopf equations |
| LOCA::Bifurcation::PitchforkBord::ExtendedVector | Vector class to hold solution vectors, Newton vectors, etc. for pitchfork equations |
| LOCA::Bifurcation::TPBord::ExtendedVector | Vector class to hold solution vectors, Newton vectors, etc. for turning point equations |
| LOCA::Continuation::ExtendedVector | Vector class to hold solution vectors, Newton vectors, etc. for continuation equations |
| NOX::Epetra::FiniteDifference | Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual |
| NOX::EpetraNew::FiniteDifference | Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual |
| NOX::Epetra::FiniteDifferenceColoring | Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual using coloring |
| NOX::EpetraNew::FiniteDifferenceColoring | Concrete implementation for creating an Epetra_RowMatrix Jacobian via finite differencing of the residual using coloring |
| LOCA::Bifurcation::HopfBord::FiniteDifferenceGroup | Concrete class that provides concrete implementations of the derivative computation methods of the LOCA::Bifurcation::HopfBord::AbstractGroup using first-order finite differencing |
| LOCA::Bifurcation::TPBord::FiniteDifferenceGroup | Concrete class that provides concrete implementations of the derivative computation methods of the LOCA::Bifurcation::TPBord::AbstractGroup using first-order finite differencing |
| LOCA::Continuation::FiniteDifferenceGroup | Concrete class that provides a concrete implementation of the computeDfDp() method of the LOCA::Continuation::AbstractGroup using first-order finite differencing |
| NOX::StatusTest::FiniteValue | Failure test based on whether the norm of a vector has a finite value |
| NOX::LineSearch::FullStep | Simplest line search - always take the full step |
| NOX::StatusTest::Generic | Generic status test to check for convergence or failure of the nonlinear solver |
| LOCA::Predictor::Generic | Generic predictor direction interface |
| LOCA::SingularJacobianSolve::Generic | Generic singular jacobian solve interface |
| LOCA::StepSize::Generic | Generic step size control interface |
| NOX::Direction::Generic | Generic direction interface |
| NOX::Solver::Generic | Abstract nonlinear solver method interface |
| NOX::LineSearch::Generic | Generic line search interface |
| LOCA::Abstract::Group | Compatiblity class for AbstractGroup hierarchy |
| NOX::Epetra::Group | Concrete implementation of NOX::Abstract::Group for Trilinos/Epetra |
| LOCA::Homotopy::Group | LOCA's Homotopy Algorithm |
| NOX::Abstract::Group | NOX pure abstract interface to a "group"; i.e., a solution vector and the corresponding F-vector, Jacobian matrix, gradient vector, and Newton vector |
| LOCA::Epetra::Group | Extension of the NOX::Epetra::Group to LOCA |
| LOCA::EpetraNew::Group | Extension of the NOX::Epetra:New:Group to LOCA |
| LOCA::LAPACK::Group | Extension of the NOX::LAPACK::Group to LOCA |
| NOX::EpetraNew::Group | Concrete implementation of NOX::Abstract::Group for Trilinos/Epetra |
| NOX::Petsc::Group | Concrete implementation of NOX::Abstract::Group for Petsc |
| NOX::LAPACK::Group | A simple example of a group structure, based on BLAS/LAPACK |
| LOCA::Continuation::HouseholderGroup | Arc-length continuation group using Householder projection |
| LOCA::Epetra::HouseholderJacOp | Epetra operator representing a bordered matrix |
| NOX::LAPACK::Interface | Virtual interface for NOX::BLAS::Group to provide a link to the external code for RHS and Jacobian fills |
| LOCA::Epetra::Interface | Used by LOCA::Epetra::Group to provide a link to the external code for RHS and Jacobian fills ()if needed |
| LOCA::LAPACK::Interface | Virtual interface for LOCA::LAPACK::Group to provide a link to the external code for RHS and Jacobian fills |
| NOX::Epetra::Interface | Used by NOX::Epetra::Group to provide a link to the external code for RHS and Jacobian fills ()if needed |
| NOX::Petsc::Interface | Used by NOX::Petsc::Group to provide a link to the external code for F and Jacobian evaluations (if needed) |
| LOCA::Abstract::Iterator | An abstract interface for implementing iteration |
| LOCA::SingularJacobianSolve::ItRef | This class computes the solution to using one step of iterative refinement |
| NOX::EpetraNew::Interface::Jacobian | Used by NOX::EpetraNew to provide a link to the external code for Jacobian fills |
| NOX::Epetra::JacobiPreconditioner | Concrete implementation of the NOX::Epetra::Preconditioner class for Jacobi (Diagonal) Preconditioning |
| NOX::EpetraNew::LinearSystem | Pure virtual class interface for allowing different linear solvers to be used by the NOX::EpetraNew::Group |
| NOX::EpetraNew::LinearSystemAztecOO | Concrete implementation of NOX::Epetra::LinearSolver for AztecOO |
| NOX::Solver::LineSearchBased | Nonlinear solver based on a line search (i.e., damping) |
| NOX::Parameter::LineSearchConstructor | Support for user-defined line searches |
| NOX::Parameter::LineSearchConstructorT< T > | Templated instantiation of NOX::Parameter::LineSearchConstructor |
| NOX::Parameter::List | Manipulating lists of parameters |
| LOCA::Bifurcation::Manager | A manager class for creating different bifurcation groups |
| NOX::Solver::Manager | Manager class to control the instatiation of the objects derived from the NOX::Solver::Generic object |
| LOCA::Continuation::Manager | A manager class for creating different continuation groups |
| LOCA::Predictor::Manager | Manager for all predictor direction computations |
| LOCA::SingularJacobianSolve::Manager | Manager for all singular Jacobian solve computations |
| LOCA::StepSize::Manager | Manager for step size control strategies |
| NOX::LineSearch::Manager | Manager for all different line searches |
| NOX::Direction::Manager | Manager for all direction computations |
| NOX::LAPACK::Matrix | A simple square matrix class for use by NOX::LAPACK::Group |
| NOX::Epetra::MatrixFree | Concrete implementation for creating an Epetra_Operator Jacobian based on the Matrix-Free Newton-Krylov method |
| NOX::EpetraNew::MatrixFree | Concrete implementation for creating an Epetra_Operator Jacobian based on the Matrix-Free Newton-Krylov method |
| NOX::StatusTest::MaxIters | Failure test based on the maximum number of nonlinear solver iterations |
| NOX::Parameter::MeritFunction | Derived from NOX::Parameter::Arbitrary class to support a user defined merit function that can be passed to line searches through the parameter list |
| LOCA::Bifurcation::TPBord::ModifiedBorderingGroup | Turning point group implementing a modified bordering algorithm |
| NOX::LineSearch::MoreThuente | More'-Thuente Line Search. Original code by Dianne O'Leary, modfified by Tammy Kolda and Roger Pawlowski for the NOX project. This version has been slightly optimized and also supports Homer Walker's work on adaptive forcing terms and Ared/Pred conditions. It also allows for arbitrary merit functions and norms to be supplied by the user |
| LOCA::Extended::MultiVector | Implemenatation of the NOX::Abstract::MultiVector class for extended multi-vectors comprised of an arbitrary number of multi-vectors and scalars |
| LOCA::Continuation::NaturalGroup | Concrete implementation of a LOCA::Continuation::Group for natural continuation |
| NOX::Direction::Newton | Newton direction computation |
| LOCA::SingularJacobianSolve::Nic | This class computes the solution to using the Nic method |
| LOCA::SingularJacobianSolve::NicDay | This class computes the solution to using the Nic-Day method |
| LOCA::Bifurcation::TPBord::NicDayModifiedBorderingGroup | Turning point group implementing a modified bordering algorithm |
| NOX::StatusTest::NormF | Various convergence tests based on the norm of the residual |
| NOX::StatusTest::NormUpdate | Various convergence tests based on the norm of the change in the solution vector, , between outer iterations |
| NOX::StatusTest::NormWRMS | Convergence test based on the weighted root mean square norm fo the solution update between iterations |
| LOCA::Bifurcation::PitchforkBord::StatusTest::NullVectorNormWRMS | A convergence test based on the weighted root-mean-square norm of the update to the null vector component for pitchfork location |
| LOCA::Bifurcation::TPBord::StatusTest::NullVectorNormWRMS | A convergence test based on the weighted root-mean-square norm of the update to the null vector component for turning point location |
| NOX::Epetra::Operator | Pure virtual class for creating an Operator for NOX. This class derives from the Epetra_Operator class with a single additional method: compute(). This allows the user to supply their own preconditioner or jacobian operators |
| NOX::Petsc::Options | Class to convert solver options from command line (or command input file) into a form usable by NOX |
| LOCA::Continuation::StatusTest::ParameterResidualNorm | A convergence test based on the parameter component of the residual for continuation |
| LOCA::Bifurcation::TPBord::StatusTest::ParameterUpdateNorm | A convergence test based on the update of the parameter component for turning point location |
| LOCA::Continuation::StatusTest::ParameterUpdateNorm | A convergence test based on the update of the parameter component for continuation |
| LOCA::Bifurcation::PitchforkBord::StatusTest::ParameterUpdateNorm | A convergence test based on the update of the parameter component for pitchfork location |
| LOCA::ParameterVector | LOCA's container for holding a set of parameters that are used by the LOCA continuation routines |
| PitchforkProblemInterface | LOCA-LAPACK problem interface for a 1D finite difference discretization of a simple PDE exhibiting a pitchfork bifurcation |
| NOX::LineSearch::Polynomial | A polynomial line search, either quadratic or cubic |
| NOX::EpetraNew::Interface::Preconditioner | Used by NOX::EpetraNew to provide a link to the external code for Precondtioner fills |
| NOX::Parameter::PrePostOperator | NOX's pure virtual class to allow users to insert pre and post operations into nox's solvers (before and after the NOX::Solver::Generic::iterate() and NOX::Solver::Generic::solve() methods) |
| NOX::LineSearch::Utils::Printing | Common line search utilites for printing line search information to the screen |
| NOX::Random | A class to compute uniformly distributed random numbers in (-1,1) |
| LOCA::Predictor::Random | Random predictor computation class |
| NOX::EpetraNew::Interface::Required | Supplies NOX with the set nonlinear equations |
| LOCA::EpetraNew::Interface::Required | Used by LOCA::EpetraNew::Group to provide a link to the external code for RHS and Jacobian fills if needed |
| Rosenbrock | An interface to the example described in Rosenbrock.C |
| NOX::Epetra::Scaling | Object to control scaling of a linear system |
| NOX::EpetraNew::Scaling | Object to control scaling of a linear system |
| LOCA::Predictor::Secant | Secant predictor computation class |
| NOX::Petsc::SharedJacobian | Shared Jacobian for NOX::Petsc::Group objects |
| NOX::SharedObject< Object, Owner > | Holder for objects that are shared between NOX::Abstract::Groups |
| NOX::Epetra::SharedOperator | Shared operator object for NOX::Epetra::Group objects |
| LOCA::Bifurcation::TPBord::SingularSolveGroup | Concrete class that provides concrete implementations of the singular Jacobian solve methods of the LOCA::Bifurcation::TPBord::AbstractGroup |
| LOCA::Bifurcation::PitchforkBord::StatusTest::SlackUpdateNorm | A convergence test based on the update of the slack variable component for pitchfork location |
| NOX::LineSearch::Utils::Slope | Common line search utilites for computing the slope of a function |
| NOX::StatusTest::Stagnation | Failure test based on the convergence rate between nonlinear iterations |
| NOX::Direction::SteepestDescent | Calculates the steepest descent direction |
| LOCA::Stepper | Implementation of LOCA::Abstract::Iterator for computing points along a continuation curve |
| LOCA::Predictor::Tangent | Tangent predictor computation class |
| NOX::Solver::TensorBased | Nonlinear solver based on a rank-1 tensor method |
| NOX::Solver::TrustRegionBased | Newton-like solver using a trust region |
| NOX::Parameter::UserNorm | Derived from NOX::Parameter::Arbitrary class to support a user defined norm that can be passed in throught the parameter list |
| NOX::Utils | Provides parallel communication and printing utilities |
| LOCA::Utils | Provides static parallel communication and printing utilities |
| NOX::Utils::Fill | Fill object - used to print the given character the number of times specified |
| NOX::Utils::Sci | Sci object - used to print the given value with the specified precision |
| NOX::Petsc::Vector | Implementation of NOX::Abstract::Vector for Petsc vectors |
| NOX::Epetra::Vector | Implementation of NOX::Abstract::Vector for Epetra vectors |
| NOX::LAPACK::Vector | Implementation of NOX::Abstract::Vector for STL vector<double> (using LAPACK for some computations) |
| NOX::Abstract::Vector | NOX's pure abstract vector interface for vectors that are used by the nonlinear solver |
| LOCA::Extended::Vector | Implemenatation of the NOX::Abstract::Vector class for extended vectors comprised of an arbitrary number of vectors and scalars |
| LOCA::StatusTest::Wrapper | A wrapper class for wrapping a NOX status test |
| LOCA::Solver::Wrapper | A wrapper class for wrapping a NOX solver |