| Line 15... |
Line 15... |
int (*applyB)(ST,Vec,Vec);
|
int (*applyB)(ST,Vec,Vec);
|
int (*applynoB)(ST,Vec,Vec);
|
int (*applynoB)(ST,Vec,Vec);
|
int (*applytrans)(ST,Vec,Vec);
|
int (*applytrans)(ST,Vec,Vec);
|
int (*setshift)(ST,PetscScalar);
|
int (*setshift)(ST,PetscScalar);
|
int (*setfromoptions)(ST);
|
int (*setfromoptions)(ST);
|
int (*presolve)(ST);
|
|
int (*postsolve)(ST);
|
int (*postsolve)(ST);
|
int (*backtr)(ST,PetscScalar*,PetscScalar*);
|
int (*backtr)(ST,PetscScalar*,PetscScalar*);
|
int (*destroy)(ST);
|
int (*destroy)(ST);
|
int (*view)(ST,PetscViewer);
|
int (*view)(ST,PetscViewer);
|
};
|
};
|