xref: /petsc/src/tao/ftn-mod/petsctaomod.F90 (revision f0b74427b291237450348b8514d67555ad08bce6)
16dd63270SBarry Smith        module petsctaodef
26dd63270SBarry Smith        use petsckspdef
36dd63270SBarry Smith
46dd63270SBarry Smith#include <../ftn/tao/petscall.h>
56dd63270SBarry Smith        end module petsctaodef
66dd63270SBarry Smith
76dd63270SBarry Smith        module petsctao
86dd63270SBarry Smith        use petscts
96dd63270SBarry Smith        use petsctaodef
106dd63270SBarry Smith
116dd63270SBarry Smith#include <../ftn/tao/petscall.h90>
126dd63270SBarry Smith
136dd63270SBarry Smith        contains
146dd63270SBarry Smith
156dd63270SBarry Smith#include <../ftn/tao/petscall.hf90>
166dd63270SBarry Smith
176dd63270SBarry Smith        end module petsctao
186dd63270SBarry Smith
19*f0b74427SPierre Jolivet! The all encompassing PETSc module
206dd63270SBarry Smith
216dd63270SBarry Smith        module petsc
226dd63270SBarry Smith        use petsctao
236dd63270SBarry Smith        use petscao
246dd63270SBarry Smith        use petscpf
256dd63270SBarry Smith        use petscdmplex
266dd63270SBarry Smith        use petscdmswarm
276dd63270SBarry Smith        use petscdmnetwork
286dd63270SBarry Smith        use petscdmda
296dd63270SBarry Smith        use petscdmcomposite
306dd63270SBarry Smith        use petscdmforest
316dd63270SBarry Smith        use petsccharacteristic
326dd63270SBarry Smith        use petscbag
336dd63270SBarry Smith        end module petsc
34