I want to use fe_function_values to get values for the entire of degrees and am using
fe_values.get_function_values (Velocity_solution.block(0),x_value); where size of (Velocity_solution.block(0) is supposed to be dof_handler.n_dofs() but because x_value is defined only for a particular cell, I get the error Dimension 0 not equal to 1. How do I get function values for the entire degrees of freedom? With thanks, Benard -- 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.
