Hi there, 

I'm trying to use a space-time HDG method to solve time-dependent problems 
with deforming domains. Specifically, we want the solution process to adopt 
a slab-by-slab approach. Please see the picture attached. 

As shown in blue dots and arrows, we want the solution on the top boundary 
of the n^{th} space-time slab to contribute to boundary conditions of the 
(n+1)^{th} space-time slab. I'm wondering how to go about doing this in 
dealii. 

The closest thing I found is the get_function_values function whereby a 
finite element function is evaluated at face quadrature points. My 
reference is the static condensation routine in step-51. The specific line 
reads: 

        fe_face_values.get_function_values(solution, trace_values); 

The problem I have with this is that the FEFaceValues object needs to be on 
the same page with the solution vector in terms of the global DoF indices 
whereas for my case, it doesn't seem quite possible without getting hacky 
since I have two different triangulations. 

Any help would be much appreciated! 

Best, 
Greg 

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/eb1c79bf-e84a-4afa-a655-13122262280fn%40googlegroups.com.

Reply via email to