Peter R.

Results 80 comments of Peter R.
trafficstars

This fix (at least partial) has been merged so I close this one.

You may have different set of reasons for this. For example, I suspect that you cannot run with 6 or 8 MPI tasks and all such tests seem to fail...

I added a keyword to alternate the order how nodal loads are computed vs. set in conjunction with "apply limiter" turned on. The problem is that sometimes you need to...

CI on github currently passes all the tests on 12 platforms/compilers. Also most cases here were resolved and we have no info on persisting issues related to this.

Have you tried with "EXTERNAL_UMFPACK=ON". This way you could use umfpack from SuiteSparse. It is a lot faster and more robust. The default version is ages old because at v....

Are you using perhaps pyElmer? Unfortunately this is a fully separate development line not too familiar for Elmer team.

Thanx for the PR! I had a look and would have some questions/comments before merging. - It seems that you need not only "Hvalue" but also "HvalueF". How are they...

Just comparing the Adaptive.F90 routine it seems that with these dirty definitions we could use the standard GmshOutputSolver. Just need to restructure a little... CALL ListAddLogical(Solver % Values,'File Append',.FALSE.) CALL...