Hello,
I am running a nonlinear simulation using the path-following method with PILOTAGE=_F(TYPE="DEFORMATION", ...) in STAT_NON_LINE, and it works as expected.
However, when I switch to a partitioned mesh by adding PARTITIONNEUR="PTSCOTCH" in LIRE_MAILLAGE, the computation stops with the following error:
<EXCEPTION> <CHARGES_1>
Le pilotage est interdit avec un maillage parallèle découpé
Does this mean that it is not possible to use any kind of path-following method with a distributed mesh?
And if this is not possible, is support for this combination planned in future versions?