<div dir="ltr"><div>Hi all,<br><br>Are there any any TS examples or tests for FEM using DMPlex? I want to solve a transient diffusion problem of the form below:<br><br></div><div>du/dt = div[grad[u]] + f<br></div><div><br> using backward euler method. I am curious as to how to implement this, namely into the pointwise functions. Working off of SNES ex12, if I understand this correctly, would I do something like the following:<br><br></div><div>1) Modify the f0 function such that f0[0] = u_t[0] + <forcing function><br></div><div>2) Add a g0_uu function such that g0[0] = 1.0<br></div><div>3) Setup the TS solver in the main function<br></div><div><br></div><div>Am I missing something crucial here, or am I kind of along the right track?<br><br></div><div>Thanks,<br>Justin<br></div></div>