8 #ifndef _PETSC_INTERFACE_CPP_H_ 9 #define _PETSC_INTERFACE_CPP_H_ 30 PetscErrorCode
PetscIJacobian(TS,PetscReal,Vec,Vec,PetscReal,Mat,Mat,
void*);
int TransferVecToPETSc(const double *const, Vec, void *, const int, const int)
PetscErrorCode PetscPostTimeStep(TS)
PetscErrorCode PetscPreTimeStep(TS)
int PetscJacobianMatNonzeroEntriesImpl(Mat, int, void *)
PetscErrorCode PetscPreStage(TS, PetscReal)
int PetscComputePreconMatIMEX(Mat, Vec, void *)
PetscErrorCode PetscJacobianFunctionIMEX_Linear(Mat, Vec, Vec)
int PetscGlobalDOF(void *)
PetscErrorCode PetscRHSFunctionExpl(TS, PetscReal, Vec, Vec, void *)
int PetscComputePreconMatImpl(Mat, Vec, void *)
int TransferMatToPETSc(void *, Mat, void *)
int PetscRegisterTIMethods(int)
PetscErrorCode PetscPostStage(TS, PetscReal, PetscInt, Vec *)
PetscErrorCode PetscJacobianFunction_JFNK(Mat, Vec, Vec)
PetscErrorCode PetscSetInitialGuessROM(SNES, Vec, void *)
PetscErrorCode PetscIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *)
PetscErrorCode PetscIJacobianIMEX(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, void *)
PetscErrorCode PetscRHSFunctionIMEX(TS, PetscReal, Vec, Vec, void *)
PetscErrorCode PetscTimeError(TS)
int PetscCreatePointList(void *)
PetscErrorCode PetscIFunctionIMEX(TS, PetscReal, Vec, Vec, Vec, void *)
Contains structure that defines the interface for time integration with PETSc (https://petsc.org/release/)
int TransferVecFromPETSc(double *const, const Vec, void *, const int, const int)
PetscErrorCode PetscJacobianFunctionIMEX_JFNK(Mat, Vec, Vec)
PetscErrorCode PetscIFunctionImpl(TS, PetscReal, Vec, Vec, Vec, void *)
PetscErrorCode PetscJacobianFunction_Linear(Mat, Vec, Vec)