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).
各位好 我在KinematicCloud.C中如果想在一个函数中输出计算时间: scalar t0 = runTime.elapsedCpuTime(); 但是编译报错,runtime没有声明 我该怎样解决这个问题呢 谢谢各位!
@杨英狄 试试这个
scalar t0 = mesh_.time().elapsedCpuTime();
@tens 感谢!