Re: [deal.II] coordinates of dof (Q1)

2016-11-10 Thread Julian Dorn
Gupta wrote: > > Dear Julian, > > This question has been asked in the past and there are already some > threads which might be of help to you: > > https://groups.google.com/forum/#!searchin/dealii/dof$20coordinates%7Csort:relevance > > Best, > Deepak > > On Thu, Nov

[deal.II] coordinates of dof (Q1)

2016-11-10 Thread Julian Dorn
Dear all, if I have FE_Q fe; // to be Q1 finite element in 2D DoFHandler dof_handler; how to get coordinates of dofs (for Q1 this will be exactly coordinates of quads' vertices)? Thank you in advance! -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options

Re: [deal.II] Postprocessing output of TensorFunction<1,dim>

2016-11-08 Thread Julian Dorn
r()); data_out.write_gmv(output); // release solution_names.clear(); data_out.clear(); local_dof_handler.clear(); } On Thu, Nov 3, 2016 at 3:44 PM, Wolfgang Bangerth wrote: > On 11/03/2016 07:54 AM, Julian Dorn wrote: > >> >> >> template >>

Re: [deal.II] Postprocessing output of TensorFunction<1,dim>

2016-11-04 Thread Julian Dorn
Thank you for the answer! I will make a try. On Thu, Nov 3, 2016 at 3:44 PM, Wolfgang Bangerth wrote: > On 11/03/2016 07:54 AM, Julian Dorn wrote: > >> >> >> template >> class AdvectionField : public TensorFunction<1,dim> >> { >> //

[deal.II] Postprocessing output of TensorFunction<1,dim>

2016-11-03 Thread Julian Dorn
hello everybody, in (taken from the example 9): template class AdvectionField : public TensorFunction<1,dim> { // define 2D velocity vector field } How to do its Paraview/GMV-output? Thank you! -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum o