Subversion Repositories slepc-dev

Compare Revisions

Regard whitespace Rev 1779 → Rev 1804

/trunk/include/private/stimpl.h
54,6 → 54,8
/*------------------------- Misc data --------------------------*/
KSP ksp;
Vec w;
Vec D; /* diagonal matrix for balancing */
Vec wb; /* balancing requires an extra work vector */
void *data;
PetscInt setupcalled;
PetscInt lineariterations;