1*34b254c5SRichard Tran Mills module petscregressordef 2*34b254c5SRichard Tran Mills use petsctaodef 3*34b254c5SRichard Tran Mills#include <petsc/finclude/petscregressor.h> 4*34b254c5SRichard Tran Mills#include <../ftn/ml/petscregressor.h> 5*34b254c5SRichard Tran Mills 6*34b254c5SRichard Tran Mills end module petscregressordef 7*34b254c5SRichard Tran Mills 8*34b254c5SRichard Tran Mills module petscregressor 9*34b254c5SRichard Tran Mills use petscregressordef 10*34b254c5SRichard Tran Mills use petsctao 11*34b254c5SRichard Tran Mills 12*34b254c5SRichard Tran Mills#include <../ftn/ml/petscregressor.h90> 13*34b254c5SRichard Tran Mills 14*34b254c5SRichard Tran Mills contains 15*34b254c5SRichard Tran Mills 16*34b254c5SRichard Tran Mills#include <../ftn/ml/petscregressor.hf90> 17*34b254c5SRichard Tran Mills 18*34b254c5SRichard Tran Mills end module 19*34b254c5SRichard Tran Mills 20*34b254c5SRichard Tran Mills! ---------------------------------------------- 21*34b254c5SRichard Tran Mills 22*34b254c5SRichard Tran Mills module petscmldef 23*34b254c5SRichard Tran Mills use petscregressordef 24*34b254c5SRichard Tran Mills#include <petsc/finclude/petscml.h> 25*34b254c5SRichard Tran Mills end module 26*34b254c5SRichard Tran Mills 27*34b254c5SRichard Tran Mills! ---------------------------------------------- 28*34b254c5SRichard Tran Mills 29*34b254c5SRichard Tran Mills module petscml 30*34b254c5SRichard Tran Mills use petscregressor 31*34b254c5SRichard Tran Mills use petscmldef 32*34b254c5SRichard Tran Mills end module 33