Martin,
I haven't tried implementing it with FEValues yet, but when I do I will
loop you in.
-Jack
On Wednesday, April 24, 2024 at 1:28:07 PM UTC-7 Martin Kronbichler wrote:
> Dear Jack,
>
> Two-point fluxes are something we have not yet included in deal.II. I
> would be very interested if we
Chen,
Have a look at how the subdomain id is added to the output results in
step-40
(https://www.dealii.org/current/doxygen/deal.II/step_40.html#LaplaceProblemoutput_results).
Best,
Daniel
On Mon, Apr 29, 2024 at 9:23 AM 陈敏 wrote:
>
> Dear all
>
> I'm dealing with a fluid-structure interaction
Dear all
I'm dealing with a fluid-structure interaction problem, and I want ot
output the domain id to the cell to the vtk/vtu result files. By the
way, partitioning the fluid and solid domain by the id can be
very convenient in paraview. But I don't know how to output the domain id
when using dea