PierluigiP29
i can see you are using
listdr = DEFI_LIST_REEL(DEBUT=0.0,
INFO=1,
INTERVALLE=_F(JUSQU_A=0.024,
PAS=0.0001))
PAS is somewhat larger than the book's example which uses
listdr = DEFI_LIST_REEL(DEBUT=0.0,
INFO=1,
INTERVALLE=_F(JUSQU_A=0.24,
PAS=6.4e-05))
i state in the book in 10.1 that the time stepping has to be related to the element size to ensure a good solution
regarding MPI
i wonder whether such a small problem, as far as number of element is concerned, MPI is really usefull (i have heard of small problems where parallel computing was slower!)
while the iteration for the time stepping are purely sequential
solving at instant n depends entirely on solution at step n
anyhow i can read in the last message file you posted
Parallélisme MPI : inactif
you are not using MPI
but
Parallélisme OpenMP : actif
Nombre de processus utilisés : 4
which is a rather different story