xref: /petsc/src/ksp/ftn-mod/petsckspmod.F90 (revision 03047865b8d8757cf1cf9cda45785c1537b01dc1)
16dd63270SBarry Smithmodule petsckspdef
2*fe66ebccSMartin Diehl  use, intrinsic :: ISO_C_binding
36dd63270SBarry Smith  use petscdmdef
46dd63270SBarry Smith
56dd63270SBarry Smith#include <../ftn/ksp/petscall.h>
66dd63270SBarry Smithend module petsckspdef
76dd63270SBarry Smith
86dd63270SBarry Smithmodule petscksp
96dd63270SBarry Smith  use petscdm
106dd63270SBarry Smith  use petsckspdef
116dd63270SBarry Smith
126dd63270SBarry Smith#include <../src/ksp/ftn-mod/petscksp.h90>
136dd63270SBarry Smith#include <../ftn/ksp/petscall.h90>
146dd63270SBarry Smith
156dd63270SBarry Smithcontains
166dd63270SBarry Smith
176dd63270SBarry Smith#include <../ftn/ksp/petscall.hf90>
186dd63270SBarry Smith
196dd63270SBarry Smithend module petscksp
20