EPSJDSetBOrth#

Selects the orthogonalization that will be used in the search subspace in case of generalized Hermitian problems.

Synopsis#

#include "slepceps.h" 
PetscErrorCode EPSJDSetBOrth(EPS eps,PetscBool borth)

Logically Collective

Input Parameters#

  • eps - the eigenproblem solver context

  • borth - whether to B-orthogonalize the search subspace

Options Database Key#

  • -eps_jd_borth - Set the orthogonalization used in the search subspace

See Also#

EPSJDGetBOrth()

Level#

advanced

Location#

src/eps/impls/davidson/jd/jd.c


Index of all EPS routines Table of Contents for all manual pages Index of all manual pages