/usr/lib/petscdir/3.4.2/include/petscpcasa.h is in libpetsc3.4.2-dev 3.4.2.dfsg1-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | /*
Defines the interface functions for the ASA geometric preconditioner
*/
#ifndef __PETSCPCASA_H
#define __PETSCPCASA_H
#include <petscksp.h>
#include <petscdm.h>
PETSC_EXTERN PetscErrorCode PCASASetTolerances(PC, PetscReal,PetscReal, PetscReal, PetscInt);
PETSC_EXTERN PetscErrorCode PCSolve_ASA(PC, Vec, Vec);
#endif
|