[petsc-dev] explicit FEM
Mark Adams
mfadams at lbl.gov
Tue May 16 19:22:26 CDT 2017
I am having problems with explicit + FEM. I set the DM with something like:
ierr = DMTSSetRHSFunctionLocal(dm, DMPlexTSComputeRHSFunctionFVM,
&ctx);CHKERRQ(ierr);
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).
I'm not sure if I am missing something or if PETSc is missing this
functionality.
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20170516/3ca14d6b/attachment.html>
More information about the petsc-dev
mailing list