Re: [deal.II] Evaluating a solution at a vertex, step-13

2021-10-24 Thread Wolfgang Bangerth
On 10/20/21 1:32 PM, Kyle Schwiebert wrote: error: ‘const class dealii::DoFCellAccessor, false>’ has no member named ‘vertex_indices’; did you mean ‘vertex_index’? The function was only added in a recent deal.II version I believe. What version are you using? I don't understand the differe

[deal.II] Evaluating a solution at a vertex, step-13

2021-10-20 Thread Kyle Schwiebert
Hello, I'm having trouble resolving the following complier error: error: ‘const class dealii::DoFCellAccessor, false>’ has no member named ‘vertex_indices’; did you mean ‘vertex_index’? I don't understand the difference between the following code and the double for-loop of step13::PointValueEv