Hello, I would like to modify step-14 and calculate stress at nodes, but I found step-14 complicated and also unfortunately my c++ is not good :(
I would like to add stress_strain_nodal_values method to classes Base, PrimalSolver and WeightedResidual ( similar to output_solution() ) then inside template <int dim> void Framework<dim>::run (const ProblemDescription &descriptor) invoke it by solver->stress_strain_nodal_values() The problem is if I do so, inside stress_strain_nodal_values() method I can not extract required data to calculate stresses from this pointer. For example this->quadrature returns ambiguity error or I do not have access to fe_value to calculate stress. Can you please help me to solve this problem. Maybe this question is so simple but consider this point that I have started OOP programing and c++ recently. Best regards. Elena -- 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.
