xref: /petsc/src/ml/ftn-mod/petscmlmod.F90 (revision 37cc6f304616a29cbb1c64b2a582f7f770743237)
134b254c5SRichard Tran Mills        module petscregressordef
2fe66ebccSMartin Diehluse, intrinsic :: ISO_C_binding
334b254c5SRichard Tran Mills        use petsctaodef
434b254c5SRichard Tran Mills#include <petsc/finclude/petscregressor.h>
534b254c5SRichard Tran Mills#include <../ftn/ml/petscregressor.h>
634b254c5SRichard Tran Mills
734b254c5SRichard Tran Mills        end module petscregressordef
834b254c5SRichard Tran Mills
934b254c5SRichard Tran Mills        module petscregressor
1034b254c5SRichard Tran Mills        use petscregressordef
1134b254c5SRichard Tran Mills        use petsctao
1234b254c5SRichard Tran Mills
1334b254c5SRichard Tran Mills#include <../ftn/ml/petscregressor.h90>
1434b254c5SRichard Tran Mills
1534b254c5SRichard Tran Mills        contains
1634b254c5SRichard Tran Mills
1734b254c5SRichard Tran Mills#include <../ftn/ml/petscregressor.hf90>
1834b254c5SRichard Tran Mills
19*37cc6f30SBarry Smith      end module petscregressor
2034b254c5SRichard Tran Mills
2134b254c5SRichard Tran Mills!     ----------------------------------------------
2234b254c5SRichard Tran Mills
2334b254c5SRichard Tran Mills        module petscmldef
2434b254c5SRichard Tran Mills        use petscregressordef
2534b254c5SRichard Tran Mills#include <petsc/finclude/petscml.h>
26*37cc6f30SBarry Smith        end module petscmldef
2734b254c5SRichard Tran Mills
2834b254c5SRichard Tran Mills!     ----------------------------------------------
2934b254c5SRichard Tran Mills
3034b254c5SRichard Tran Mills        module petscml
3134b254c5SRichard Tran Mills        use petscregressor
3234b254c5SRichard Tran Mills        use petscmldef
33*37cc6f30SBarry Smith      end module petscml
34