thanks a lot. I got it now.


best,
chandra

On Mon, Aug 6, 2018 at 11:51 PM Jean-Paul Pelteret <jppelte...@gmail.com>
wrote:

> Dear Chandra,
>
> Its a little unclear to me as to what you mean when you say
>
> to give dof per each element/node
>
>
> Do you mean that you assign DoFs to the mesh? If so, then what Rakesh has
> sketched out for you gives an outline of the steps needed to do this are.
> This is mirrored in the second tutorial step-2
> <https://dealii.org/9.0.0/doxygen/deal.II/step_2.html>. (Have you seen
> the tutorials?)
>
> Ifs that not what you want to do, but rather you want to ask how many DoFs
> like on each finite element cell, then you can simply ask the finite
> element itself:
>
> const FE_Q <dim> fe (2 /*polynomial order*/);
> fe.n_dofs_per_cell()
> <https://dealii.org/9.0.0/doxygen/deal.II/classFiniteElementData.html#ae441da583aa2beff77c3ae9e6f7203e8>
> ;
>
> I hope that this helps you.
>
> Best,
> Jean-Paul
>
> On 03 Aug 2018, at 07:55, chandra sekhar yaswanth devarakonda <
> yaswanthdevarako...@gmail.com> wrote:
>
> hello,
> I am new to dealii.Can anyone tell me how to give dof per each
> element/node.I want to write fem code to find out mode shapes of a
> cantilever beam in 1d.I did that in matlab.But i want to use dealii.Can
> anyone help?
> I watched few lectures but felt little difficult to understand.
>
> --
> 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 dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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 dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to