|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Interface for computing the residual of a scalar transport equation. More...
Public 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.
|
virtual |
Definition at line 67 of file scalar_residual.f90.