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
I am thinking of a way to compare datasets easier.
A function that allows the qualitative comparison between any function implemented in uPPPP with any dataset.
Example:
Return type/plot of this would be a cell by cell coomparison of a field (1D, 2D, or 3D) like this plot:
where both axis show the value of the individual cell (velocity for example) and a straight line would mean that the cells are the same.
Problem would be that experiments normally do not overlap spatially with the simulation. hence we would need to translate the whole dataset and we would need to automatically do that.
The text was updated successfully, but these errors were encountered:
I am thinking of a way to compare datasets easier.
A function that allows the qualitative comparison between any function implemented in uPPPP with any dataset.
Example:
Return type/plot of this would be a cell by cell coomparison of a field (1D, 2D, or 3D) like this plot:
where both axis show the value of the individual cell (velocity for example) and a straight line would mean that the cells are the same.
Problem would be that experiments normally do not overlap spatially with the simulation. hence we would need to translate the whole dataset and we would need to automatically do that.
The text was updated successfully, but these errors were encountered: