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