SyTen

◆ fwd_evolve_kss() [1/2]

template<typename Matrix , typename Vec , typename Ortho , class SolverPolicy >
std::tuple< IterativeExit, std::vector< Vec >, DenseTensor< 2, SDef > > syten::Krylov::Evolution::fwd_evolve_kss ( Standard< Matrix, Vec, Ortho, SolverPolicy > &  k,
Vec s,
IterativeConfig conf,
SDef  dt 
)
inline

template-matched forwarder to the Standard solver: Builds up a new Krylov space and evolve one time step

References std::move(), syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::reinit(), syten::Krylov::Standard< Matrix, Vector, OrthoPolicy, SolverPolicy >::solve(), and std::tie().

Referenced by syten::Krylov::Evolution::Evolver< Solver >::virt_evolve().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: