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