MEF90HeatXferOperator Subroutine

  • Blaise Bourdin (2012-14, bourdin@lsu.edu) Blaise Bourdin (2022, bourdin@mcmaster.ca) Alexis Marboeuf (2022, marboeua@mcmaster.ca)
  • 454 statements
  • Source File

public subroutine MEF90HeatXferOperator(snesTemp, x, residual, MEF90HeatXferCtx, ierr)

MEF90HeatXferOperator: Build the operator. When called in type(tSNES), the solution time should always match the target time, so there is no need for interpolation of the fluxes, external, and boundary values

Arguments

Type IntentOptional Attributes Name
type(tSNES), intent(in) :: snesTemp
type(tVec), intent(in) :: x
type(tVec), intent(inout) :: residual
type(MEF90HeatXfer_Type), intent(in) :: MEF90HeatXferCtx
integer(kind=C_INT32_T), intent(inout) :: ierr