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
We have the so-called 'diff'-mode in precice-aste-evaluate in order to compute error metrics on our output mesh. The diff mode takes as input arguments the diffdata (data used for the difference calculation) and a function in order to generate reference data. However, computing the difference between two data fields is not possible. We should extend the current CLI to also accept a second ('reference') data field and compute the error between these two data fields instead of an analytic function.
The text was updated successfully, but these errors were encountered:
Here, the diffdata is already the data we use to compute the difference and difference is the name of the data we store on the mesh file. We could make the function argument optional and enable two 'diffdata':
We have the so-called 'diff'-mode in
precice-aste-evaluate
in order to compute error metrics on our output mesh. The diff mode takes as input arguments thediffdata
(data used for the difference calculation) and a function in order to generate reference data. However, computing the difference between two data fields is not possible. We should extend the current CLI to also accept a second ('reference') data field and compute the error between these two data fields instead of an analytic function.The text was updated successfully, but these errors were encountered: