[petsc-users] DM/DS crash after update to 3.19 (Fortran)

Matthew Knepley knepley at gmail.com
Mon Aug 14 16:57:45 CDT 2023


On Tue, Aug 15, 2023 at 2:06 AM Martin Diehl <martin.diehl at kuleuven.be>
wrote:

> Dear PETSc team,
>
> my simulation crashes after updating from 3.18.5 to 3.19.4.
>
> The error message is attached, so is the main code. The mesh (variable
> named geomMesh) is read with DMPlexCreateFromFile in a different part
> of the code).
> I did not start serious debugging yet in the hope that you can point me
> into the right direction having recent changes in FE/DS in mind.
>
> If this does not ring a bell, I'll have a look with a PETSc debug
>

I put in code to force all fields to use the same quadrature by default
since many people had problems
with this. For some reason, it does not guess the quadrature for your mesh
correctly. You can turn this off
using

  -petscds_force_quad 0

  Thanks,

     Matt


> build.
>
> many thanks in advance,
> Martin
> --
> KU Leuven
> Department of Computer Science
> Department of Materials Engineering
> Celestijnenlaan 200a
> 3001 Leuven, Belgium
>
>

-- 
What most experimenters take for granted before they begin their
experiments is infinitely more interesting than any results to which their
experiments lead.
-- Norbert Wiener

https://www.cse.buffalo.edu/~knepley/ <http://www.cse.buffalo.edu/~knepley/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20230815/80fafa90/attachment.html>


More information about the petsc-users mailing list