Hi,
I am solving the linear elasticity problem and will like to access all the
degrees of freedom in a particular cell. Please how do I go about this? So
far, this is what I have.
feU (FE_Q<dim>(fe_degree), dim)
const unsigned dofs_per_cell = feU.dofs_per_cell;
std::vector<Tensor<1, dim>> cell_dof (dofs_per_cell);
const FEValuesExtractors::Vector displacements(0);
for (; cell!=endc; ++cell)
{
cell_dof()??? How do I get all the dofs for this cell?
}
Thank you.
Chuks
--
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.