xref: /petsc/src/mat/impls/aij/seq/ftn-kernels/fsolve.h (revision 28842d8c8f9702c5004eed3a1f7e5b0f1201c825)
1 
2 #if !defined(__FSOLVE_H)
3 #include "petscsys.h"
4 #if defined(PETSC_USE_FORTRAN_KERNEL_SOLVEAIJ)
5 #if defined(PETSC_HAVE_FORTRAN_CAPS)
6 #define fortransolveaij_   FORTRANSOLVEAIJ
7 #elif !defined(PETSC_HAVE_FORTRAN_UNDERSCORE)
8 #define fortransolveaij_   fortransolveaij
9 #endif
10 EXTERN void fortransolveaij_(const PetscInt*,void*,const PetscInt*,const PetscInt*,const PetscInt*,const void*,const void*);
11 #endif
12 #endif
13 
14 
15