| Line 65... |
Line 65... |
|
|
if (eps->extraction) {
|
if (eps->extraction) {
|
ierr = PetscInfo(eps,"Warning: extraction type ignored\n");CHKERRQ(ierr);
|
ierr = PetscInfo(eps,"Warning: extraction type ignored\n");CHKERRQ(ierr);
|
}
|
}
|
|
|
if (eps->balance!=EPSBALANCE_NONE)
|
if (eps->balance!=EPS_BALANCE_NONE)
|
SETERRQ(PETSC_ERR_SUP,"Balancing not supported in the Arpack interface");
|
SETERRQ(PETSC_ERR_SUP,"Balancing not supported in the Arpack interface");
|
|
|
ierr = EPSDefaultGetWork(eps,2);CHKERRQ(ierr);
|
ierr = EPSDefaultGetWork(eps,2);CHKERRQ(ierr);
|
ierr = EPSAllocateSolution(eps);CHKERRQ(ierr);
|
ierr = EPSAllocateSolution(eps);CHKERRQ(ierr);
|
|
|