Hi Kyusik,

If you mean that you want to extract the solution at the quadrature points 
then this certainly is possible. You can do with functions like those in 
FEValues::get_function_values 
<https://www.dealii.org/developer/doxygen/deal.II/classFEValuesBase.html#a3f84ee49f0fbb32bfe01b2f4a473bb47>
 
and FE_Values::get_function_gradients 
<https://www.dealii.org/developer/doxygen/deal.II/classFEValuesBase.html#a69c63f8be0311c8970253276ac7df138>
 etc. 
Their use described in some of the later tutorials, for example step-9 
<https://www.dealii.org/developer/doxygen/deal.II/step_9.html> and step-15 
<https://www.dealii.org/developer/doxygen/deal.II/step_15.html#MinimalSurfaceProblemassemble_system>
 (scalar-valued 
problems), step-42 
<https://www.dealii.org/developer/doxygen/deal.II/step_42.html#PlasticityContactProblemassemble_newton_system>
 
(vector-valued problem) and step-44 
<https://www.dealii.org/developer/doxygen/deal.II/step_44.html#Solidupdate_qph_incremental>
 (multi-field 
problem).

Regards,
J-P


On Friday, September 9, 2016 at 9:35:27 AM UTC+2, hanks0...@gmail.com wrote:
>
>  Hi I'm Kyusik.
>
> I just wonder if it is possible that The result of the calculation can be 
> used for the other calculation.
>
> For example, In step5, The Eq is -div(alp(x)*grad(u(x)))=f with 
> appropriate Boundary Condition.
>
> After this calculation, is it possible for me to use the solution that is 
> u, for the other values?(for example grad(u), |grad(u)|^2/x etc...)
>
> If it is possible, Could you please explain to me...?
>
> Thanks.
>
> Best regards.
>
> Kyusik.
>
>

-- 
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