MEF90HeatXferIJacobian Subroutine

public subroutine MEF90HeatXferIJacobian(tempTS, t, x, xdot, shift, A, M, PETScCtx, ierr)

MEF90HeatXferIJacobian: wraps calls to MEF90HeatXferIJacobian from m_MEF90_HeatXferAssembly since overloading cannot be used here

Arguments

Type IntentOptional Attributes Name
type(tTS), intent(in) :: tempTS
real(kind=C_DOUBLE), intent(in) :: t
type(tVec), intent(in) :: x
type(tVec), intent(in) :: xdot
real(kind=C_DOUBLE), intent(in) :: shift
type(tMat), intent(inout) :: A
type(tMat), intent(inout) :: M
type(c_ptr), intent(in) :: PETScCtx
integer(kind=C_INT32_T), intent(inout) :: ierr