MEF90HeatXFerEnergy:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(MEF90HeatXfer_Type), | intent(in) | :: | MEF90HeatXferCtx | |||
| real(kind=C_DOUBLE), | dimension(:), pointer | :: | energy | |||
| real(kind=C_DOUBLE), | dimension(:), pointer | :: | bodyWork | |||
| real(kind=C_DOUBLE), | dimension(:), pointer | :: | surfaceWork | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90HeatXFerIFunction:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tTS), | intent(in) | :: | tempTS | |||
| real(kind=C_DOUBLE), | intent(in) | :: | time | |||
| type(tVec), | intent(in) | :: | x | |||
| type(tVec), | intent(in) | :: | xdot | |||
| type(tVec), | intent(inout) | :: | F | |||
| type(MEF90HeatXfer_Type), | intent(in) | :: | MEF90HeatXferCtx | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90HeatXferBilinearForm:
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tSNES), | intent(in) | :: | snesTemp | |||
| type(tVec), | intent(in) | :: | x | |||
| type(tMat), | intent(inout) | :: | A | |||
| type(tMat), | intent(inout) | :: | M | |||
| type(MEF90HeatXfer_Type), | intent(in) | :: | MEF90HeatXferCtx | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | ierr |
MEF90HeatXferIJacobian:
| Type | Intent | Optional | 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(MEF90HeatXfer_Type), | intent(in) | :: | MEF90HeatXferCtx | |||
| integer(kind=C_INT32_T), | intent(inout) | :: | 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
| Type | Intent | Optional | 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 |