Hi all,

I have a vector fe like fe(FE_DGQ<dim>(degree), n_components).

On each cell I want to separate the solution dofs into support points like

W[support_point_index][component_index]

I then want to use W to compute a flux at every support point. This flux
depends on the n_components at the support point.

Note that I dont want to compute the support point coordinates.

Can you tell which class/functions to use for this ? My search of the docs
has not yielded any success.

Thanks
praveen
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to