Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
Interface for computing the residual of a scalar transport equation. More...
Private Member Functions | |
subroutine | scalar_residual_interface (Ax, s, s_res, f_Xh, c_Xh, msh, Xh, lambda, rhocp, bd, dt, n) |
Ax | The Helmholtz operator. |
s | The values of the scalar. |
s_res | The values of the scalar residual. |
f_xH | The right hand side. |
c_xH | The SEM coefficients. |
msh | The mesh. |
Xh | The SEM function space. |
lambda | The thermal conductivity. |
rhocp | The density multiplied by the specific heat capacity. |
bd | The coefficeints from the BDF differencing scheme. |
dt | The timestep. |
n | The total number of degrees of freedom. |
Definition at line 67 of file scalar_residual.f90.
|
private |
Definition at line 67 of file scalar_residual.f90.