Skip to content

Re: Operate the whole vector field

#2688
steed188
Participant

I got the problem.

I mistakenly put the indicator Functor to create the whole simulation field “IndicatorCuboid3D<T> extendedDomain” before the main function. It means the IndicatorCuboid3D did not included in any functions but seemed as a global definition.

The mistake made simulation processed no fault and the results are correct but led to the fault in dealing with superdata3d.

But in my vtk files written from SuperDataF, the data of borders of Cuboids are missing. Does SuperData will deal with overlap data by itself? Or should I do some operation to catch overlap data myself?