From: Renato P. <re...@gm...> - 2021-07-09 19:53:35
|
Hi I am integrating two systems in a explicit time evolution. It seems useful to have a fem wrapper to compute variables back and forth. I need to compute the temperature at a quadrature point, to use for pressure solution. Is there any helper in libmesh? Or should I implement my own? I would need functions like "value at" and "reinit" wrapping all FEM initialization verbosity, for example. Thanks, Renato |