xref: /petsc/src/ksp/ftn-mod/petsckspmod.F90 (revision fe66ebcc023cb303106674d426ee542bea707d38)
16dd63270SBarry Smith        module petsckspdef
2*fe66ebccSMartin Diehluse, intrinsic :: ISO_C_binding
36dd63270SBarry Smith        use petscdmdef
46dd63270SBarry Smith
56dd63270SBarry Smith#include <../ftn/ksp/petscall.h>
66dd63270SBarry Smith        end module petsckspdef
76dd63270SBarry Smith
86dd63270SBarry Smith!     ----------------------------------------------
96dd63270SBarry Smith
106dd63270SBarry Smith        module petscksp
116dd63270SBarry Smith        use petscdm
126dd63270SBarry Smith        use petsckspdef
136dd63270SBarry Smith
146dd63270SBarry Smith#include <../src/ksp/ftn-mod/petscksp.h90>
156dd63270SBarry Smith#include <../ftn/ksp/petscall.h90>
166dd63270SBarry Smith
176dd63270SBarry Smith        contains
186dd63270SBarry Smith
196dd63270SBarry Smith#include <../ftn/ksp/petscall.hf90>
206dd63270SBarry Smith
216dd63270SBarry Smith        end module petscksp
226dd63270SBarry Smith
23