xref: /petsc/src/tao/ftn-mod/petsctaomod.F90 (revision edb0e59d3c097acd4a4005a4e51d4daa5c739255)
16dd63270SBarry Smithmodule petsctaodef
2*fe66ebccSMartin Diehl  use, intrinsic :: ISO_C_binding
36dd63270SBarry Smith  use petsckspdef
46dd63270SBarry Smith
56dd63270SBarry Smith#include <../ftn/tao/petscall.h>
66dd63270SBarry Smithend module petsctaodef
76dd63270SBarry Smith
86dd63270SBarry Smithmodule petsctao
96dd63270SBarry Smith  use petscts
106dd63270SBarry Smith  use petsctaodef
116dd63270SBarry Smith
126dd63270SBarry Smith#include <../ftn/tao/petscall.h90>
136dd63270SBarry Smith
146dd63270SBarry Smithcontains
156dd63270SBarry Smith
166dd63270SBarry Smith#include <../ftn/tao/petscall.hf90>
176dd63270SBarry Smith
186dd63270SBarry Smithend module petsctao
196dd63270SBarry Smith
20f0b74427SPierre Jolivet! The all encompassing PETSc module
216dd63270SBarry Smith
226dd63270SBarry Smithmodule 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 Smithend module petsc
35