#include <LOCA_Bifurcation_TPBord_NicDayModifiedBorderingGroup.H>
Inheritance diagram for LOCA::Bifurcation::TPBord::NicDayModifiedBorderingGroup:
The NicDayModifiedBorderingGroup is derived from the LOCA::Bifurcation::TPBord::ExtendedGroup and reimplements the applyJacobianInverse() and applyJacobianInverseMulti() methods using a modified bordering algorithm that avoids nearly-singular matrix solves. The algorithm is similar to the ModifedBorderingGroup algorithm but uses 5 solves of the original Jacobian instead of bordered solves. See applyJacobianInverse() for a description of the algorithm.
|
||||||||||||||||
|
Applies the inverse of the extended Jacobian matrix using a modified bordering algorithm. Computes the solution to the turning point system
using the following modified bordering algorithm:
where
are computed via the applyBorderedJacobianInverse() method of the underlying group. Reimplemented from LOCA::Bifurcation::TPBord::ExtendedGroup. |
|
||||||||||||||||||||||||
|
Performs a deflated solve. The current implemention solves each right hand side serially. |
1.3.9.1