cpraveen / dflo

Discontinuous Galerkin solver for compressible flows
54 stars 34 forks source link

Changes for compiling with deal.II v8.3.0 #21

Closed koecher closed 3 years ago

koecher commented 9 years ago

I've updated some files to make (./src) compilable with deal.II v8.3.0. But there are more deprecations!

cpraveen commented 9 years ago

Is it not better to replace Point<dim> with Tensor<1,dim> rather than converting to Point<dim> ?

koecher commented 9 years ago

This would be also an option. But in your code is the final data type the Point< dim >, which is a specialization of Tensor<1,dim>. I really do not understand, why the (automatic) type cast is not working in this case. Maybe something new in v8.3.0