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

2016-11-08 Thread Julian Dorn
Dear Wolfgang, below is the code, where the function template void HeatEquation::tensor1_output() { ... } performs the gmv-output of template class AdvectionField : public TensorFunction<1,dim> { // define 2D velocity vector field } Best wishes, JD ***

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> >> { >> // define 2D velocity vector field >> } >> >> How to

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

2016-11-03 Thread Wolfgang Bangerth
On 11/03/2016 07:54 AM, Julian Dorn wrote: template class AdvectionField : public TensorFunction<1,dim> { // define 2D velocity vector field } How to do its Paraview/GMV-output? The easiest way is probably to create an FESystem(FE_Q, dim) (i.e., a finite element with as many c

[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