And one more thing I forgot. Although it is typically a post-processing 
task I would like to get it during the integration (the problem is 
transient).

On Friday, September 23, 2016 at 5:56:16 PM UTC+1, Jean-Paul Pelteret wrote:
>
> Hi Dragan,
>
> What is it that you're trying to evaluate? Although you don't specifically 
> mention it, as you're wanting to do this in post-processing I presume that 
> you're wanting to evaluate something to do with the solution? If so, then 
> you can use the get_function_values 
> <https://www.dealii.org/developer/doxygen/deal.II/classFEValuesBase.html#a3f84ee49f0fbb32bfe01b2f4a473bb47>
>  and get_function_gradients 
> <https://www.dealii.org/developer/doxygen/deal.II/classFEValuesBase.html#a69c63f8be0311c8970253276ac7df138>
>  
> associated with the FEFaceValues 
> <https://www.dealii.org/developer/doxygen/deal.II/classFEFaceValues.html> 
> class to extract the solution at the face quadrature points.
>
> As a further example, in step-44 
> <https://www.dealii.org/developer/doxygen/deal.II/step_44.html> a 
> boundary integral is evaluated to compute the nodal contributions of a 
> force applied to a surface of a body.
>
> I hope this helps.
> J-P
>
> On Friday, September 23, 2016 at 6:29:37 PM UTC+2, [email protected] 
> <javascript:> wrote:
>>
>> Hello guys,
>>
>> I searched the forum about how to calculate the surface integral over a 
>> boundary (during the post-processing) and found one post, where he was 
>> directed to the step-12. I am not sure if I can understand from there.
>> Any directions how to do it or some other place to look?
>> Thanks.
>>
>> Dragan
>>
>

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

Reply via email to