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
{{ message }}
This repository has been archived by the owner on May 9, 2022. It is now read-only.
I never programmed pointZones, only created them from sets using the utility setsToZones. So I would start with looking at that utility. Next week I will check it out myself, but I though lets add it to the issue list :).
I've made a simple implementation to dump the positions matrix to disk. The exportSelectedPoints option should be set in the dynamicMeshDictFile.
This is an example python script to visualize the points for a 3d test case with matplotlib.
CSV output is already possible, using something like this:
IOFormat CSVFmt(FullPrecision, 0, ", ");
// or
IOFormat CSVFmt(FullPrecision, DontAlignCols, ",\t");
// and then
std::cout << A.format(CSVFmt);
To see which points are selected for RBF motion a pointZone would be ideal, since a pointZone can be opened by paraview.
The text was updated successfully, but these errors were encountered: