Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
已经定义一个cellZone,想把符合条件的网格编号添加到cellZone里面,有add之类的函数吗?有人知道吗?
@keke 是否可以用topoSet
@李东岳 太谢谢老师了。哈哈哈解决了。没有用topoSet这个功能,因为我需要根据自己的数据进行设置,利用cellSet自己设置个cellZone就行了。 顺便请教一下李老师,将速度场插值到点上,在并行运算的时候,不能找到cell的ID。单核是可以运行的。并行就报错。这是我随便给的点测试的代码。 需要找到cell所在分区?在找到它的速度?还是怎么样呐?谢谢了。
或者你应该在intU[1]=...之前加个if(cellID > -1).