71 std::size_t iT = vars.template get<fd::fdParams::Timestep>();
72 T f[MODEL::extent()*DESCRIPTOR::d], F[MODEL::extent()*DESCRIPTOR::d];
76 for (
int iN=1; iN<=MODEL::extent(); ++iN) {
85 MODEL::apply(fNew, f0, f, F, u, vars);
86 this->applySourceTerm(fNew, cell);