<div dir="ltr"><div>I am having problems with explicit + FEM. I set the DM with something like:<br></div><div><br></div><div><div>    ierr = DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVM, &ctx);CHKERRQ(ierr);</div></div><div><br></div><div>But DMPlexTSComputeRHSFunctionFVM calls DMPlexComputeResidual_Internal without a "locX_t" so there is no time derivative and so the FEM point functions do not get a time derivative (u_t).</div><div><br></div><div>I'm not sure if I am missing something or if PETSc is missing this functionality.</div><div><br></div><div>Mark</div></div>