Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Wrapper type for the routine to compute the scalar residual on the CPU. More...
Static Public Member Functions | |
procedure, nopass | compute (ax, s, s_res, f_xh, c_xh, msh, xh, lambda, rhocp, bd, dt, n) |
Compute the residual. | |
Definition at line 20 of file scalar_residual_cpu.f90.
|
staticvirtual |
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. |
Implements scalar_residual::scalar_residual_t.
Definition at line 23 of file scalar_residual_cpu.f90.