> A quick question. I think I understand what is done in
> https://github.com/geodynamics/aspect/blob/master/source/simulator/helper_functions.cc#L1041
> Weirdfully, I found the "pickaxe" version easier to understand (Love the 
> comments by the way, this is awesome)

:-) I suspect that Timo gets credit for that one!


> A question I have is related to the _pressure_shape_function_integrals_ 
> member.
> My understanding is that this is the integration over the element cellI of 
> the 
> shape function associated with pressure.

I believe it's actually the integral over all cells the shape function is 
associated with.


> However, I have looked over the ASPECT documentation and I have not been able 
> to find where this is implemented. Is it a vector that is manually filled or 
> is there a helper function that can be used to automatically generate it?

Yes, that required a bit of searching. This is filled here:
https://github.com/geodynamics/aspect/blob/master/source/simulator/assemblers/stokes.cc#L601

Best
  W.


-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                            www: http://www.math.colostate.edu/~bangerth/

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to