| Line 671... |
Line 671... |
. -eps_lanczos_orthog - Sets the reorthogonalization type (either 'local', 'selective',
|
. -eps_lanczos_orthog - Sets the reorthogonalization type (either 'local', 'selective',
|
'periodic', 'partial' or 'full')
|
'periodic', 'partial' or 'full')
|
|
|
Level: advanced
|
Level: advanced
|
|
|
.seealso: EPSLanczosGetReorthog()
|
.seealso: EPSLanczosGetReorthog(), EPSLanczosReorthogType
|
@*/
|
@*/
|
PetscErrorCode EPSLanczosSetReorthog(EPS eps,EPSLanczosReorthogType reorthog)
|
PetscErrorCode EPSLanczosSetReorthog(EPS eps,EPSLanczosReorthogType reorthog)
|
{
|
{
|
PetscErrorCode ierr, (*f)(EPS,EPSLanczosReorthogType);
|
PetscErrorCode ierr, (*f)(EPS,EPSLanczosReorthogType);
|
|
|
| Line 714... |
Line 714... |
Input Parameter:
|
Input Parameter:
|
. reorthog - the type of reorthogonalization
|
. reorthog - the type of reorthogonalization
|
|
|
Level: advanced
|
Level: advanced
|
|
|
.seealso: EPSLanczosSetReorthog()
|
.seealso: EPSLanczosSetReorthog(), EPSLanczosReorthogType
|
@*/
|
@*/
|
PetscErrorCode EPSLanczosGetReorthog(EPS eps,EPSLanczosReorthogType *reorthog)
|
PetscErrorCode EPSLanczosGetReorthog(EPS eps,EPSLanczosReorthogType *reorthog)
|
{
|
{
|
PetscErrorCode ierr, (*f)(EPS,EPSLanczosReorthogType*);
|
PetscErrorCode ierr, (*f)(EPS,EPSLanczosReorthogType*);
|
|
|