Sabet Seraj
Sabet Seraj
I opened issue #234 to keep track of updating the opt flags based on what we discussed in the maintenance meeting. I think it makes sense to update the flags...
Alternatively, you may not see the PETSc error but the output will still look something like this: ``` #------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- # Grid | Iter | Iter | Iter | CFL |...
4. Additional f2py warnings include: `getarrdims:warning: assumed shape array, using 0 instead of ':'` and `warning: assignment from incompatible pointer type`
Can you try setting these three options to `False`? ``` 'lowspeedpreconditioner': True, 'useqcr': True, 'userotationsa': True, ``` You should not need the low speed preconditioner with the ANK solver and...
Thanks for working on this! If you fork ADflow, you can submit a PR from a branch on your fork.
> @ArshSaja When you make changes to the PR and address people's comments, can you please mark conversations as resolved that way other people also know what has and hasn't...
To dos: - [x] Add note on creating PLOT3D files - [x] Update AVX config based on #228
fprettify is failing because of this issue https://github.com/pseewald/fprettify/issues/93 The issue has been fixed but is not available on the latest tag on pyPI.
I am converting this PR into a draft until we merge another PR that removes label statements. Labels are not considered best practice for F90 and cause problems with fprettify.
The labels are not changed in #228. I will open another PR for the label fixes, but I have not had time to work on that lately. I will try...