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
***
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
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
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