Re: [deal.II] How to add 2nd iterator to MeshWorker::mesh_loop ?

2021-07-16 Thread Sylvain Mathonnière
Adding the & did the trick indeed. Thank you. Thank you as well for the FAQ entry on this. I completely overlooked it... Best, Sylvain El viernes, 16 de julio de 2021 a la(s) 07:22:25 UTC+2, Jean-Paul Pelteret escribió: > To add to what Wolfgang has already said, there’s this entry in our

[deal.II] Writing outputs of type tensor in cells

2021-07-16 Thread shahab.g...@gmail.com
Dear All, I have a parameter of type Tensor<1, dim> for each active cell in the triangulation. When I write this parameter as output, I face some difficulties: 1, Vectors in deal.II do not accept tensor elements. 2, add_data_vector does not work for std::vectors. 3, I tried using