Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1345 Rev 1364
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*);