Lucas Esclapez

Results 26 comments of Lucas Esclapez

What are you trying to do ? Are you trying to restart a simulation with a fine resolution starting from a coarser one ? If _amr.max_level = 0_, you don't...

The HIT case is updated in #169

Is the Backtrace containing more information? Activating the Debug should enable narrowing down the problem.

By changing the transverse boundaries from _Interior_ to _NoSlipWallIsotherm_, the temperature _y_-boundaries changed to Dirichlet and need to be specified. All Dirichlet boundaries are specified in the `bcnormal` function of...

I'm assuming you're following the GettingStarted section ? https://pelelm.readthedocs.io/en/latest/GettingStarted.html Which of the two methods did you use to get the code and its dependencies ?

Okay, I think I get it. On Mac, the floating point error catching mechanism get false positive if activated while the code hasn't been compiled in Debug mode. Can you...

I've updated the default input file to prevent FPE checks so the problem should no longer arise. We'll activate them manually when doing tests.

This indicates that one of the linear solver did not managed to converge, probably because the tolerances are too tight. Could you increase the linear solver verbose: ``` mac_proj.verbose =...

So, if you keep the verbose to 2, the standard output will get significantly longer but you will be able to keep track of the linear solver(s) behavior. When it...

I'm closing this issue as it seems to have been addressed. Thanks !