You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be adjusted by including the nIter keyword in the addPointSet call.
If you are using ADflow, nIter can be passed to the CFD mesh point set by setting pointSetKwargs:
Description of feature
When using DVGeo,
pyBlock.py
is used in the background. In the functionattachPoints(...)
found here the iterations-limitnIter
is hardcoded to 100.I encountered a problem where 100 is not enough.
Potential solution
Either increase the default value or make it adjustable through the regular DVGeo-wrapper.
The text was updated successfully, but these errors were encountered: