YinLiu-91 / dealii

The development repository for the deal.II finite element library.
https://www.dealii.org/
Other
0 stars 0 forks source link

dealii:latest can compile #4

Open YinLiu-91 opened 1 year ago

YinLiu-91 commented 1 year ago
  1. v9.1.0 compile failed
  2. v9.2.0 can compiled success
  3. /home/exwave/source/wave_equation_operations.cc:1735:18: required from here /home/exwave/source/wave_equation_operations.cc:1094:39: error: ‘const value_type’ {aka ‘const struct dealii::internal::MatrixFreeFunctions::ShapeInfo<dealii::VectorizedArray<double, 2> >’} has no member named ‘shape_gradients_collocation_eo’ 1094 | shape_infos[reduce_step].shape_gradients_collocation_eo, | ~~~~~^~~~~~~~~~ /home/exwave/source/wave_equation_operations.cc:1244:216: error: ‘const value_type’ {aka ‘const struct dealii::internal::MatrixFreeFunctions::ShapeInfo<dealii::VectorizedArray<double, 2> >’} has no member named ‘shape_hessians_eo’ 1244 | ee+1,my_degree+1,dim+1,VectorizedArray,VectorizedArray >::do_backward(shape_infos_embed[reduce_step].shape_hessians_eo, false, spectral_array, spectral_array); | ~~~~~~~^~~~~
YinLiu-91 commented 1 year ago

dealii:v9.1.1-xxx

  1. exwave can compile direct ly
YinLiu-91 commented 4 months ago
  1. 使用deallii/dealii image创建的容器dgfem_acoustic
  2. 最新master可编译(2024.06.22)