On 10/15/23 10:04, Daniel Arndt wrote:

Using PETSc with complex values is pretty niche and there isn't much CI in place for this case.
It looks like

   boost::serialization::array_wrapper<const double> wrapper(

should be replaced with

   boost::serialization::array_wrapper<const PetscScalar> wrapper(

and similarly in VectorBase::load.

Now also here:
  https://github.com/dealii/dealii/issues/16146
Patches are, as always, very much welcome!

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/


--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/457a7932-dbc6-37d5-e158-aa24ade9c690%40colostate.edu.

Reply via email to