Examples icon indicating copy to clipboard operation
Examples copied to clipboard

body_fitted_hessian_cylinder3D fails when reaching parmmg process

Open SeiDPierre opened this issue 9 months ago • 0 comments

Hi everyone, I have trouble with running the cyliner3d example. As soon as the parmmg process is reached the code exits:

## Warning: MMG5_intersecmet22: null metric det : 9.799319E-16

  ## Warning: MMG5_mmgIntextmet: impossible metric inersection: surfacic metric skipped.

  ## Error: MMG3D_defsiz_ani: unable to intersect metrics at point 4900.

  ## Metric undefined. Exit program.

  ## MMG remeshing problem. Exit program.

  ## Warning: MMG5_intersecmet22: null metric det : 7.169265E-17

  ## Warning: MMG5_mmgIntextmet: impossible metric inersection: surfacic metric skipped.

  ## Error: MMG3D_defsiz_ani: unable to intersect metrics at point 193.

  ## Metric undefined. Exit program.

  ## MMG remeshing problem. Exit program.

I found a discussion related to this issue (for mmg2d) on mmg forum and it looks like it was solved: https://forum.mmgtools.org/t/mmg2d-null-metric-det-error/445

Versions of everything used: Kratos: 9.4 (latest) Parmmg: 1.4.0 Mmg: 5.6.0 gcc: 11.2.0 cmake: 3.27.0 openmpi: 4.1.5 lapacke: 3.9.1 python: 3.9.6 boost: 1.80.0 metis: 5.1.0 Thanks in advance, Pierre

SeiDPierre avatar Sep 25 '23 13:09 SeiDPierre