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
design a hash function that calculates a hash number for a given mesh type and mesh points.
- Of course, it will be best for each mesh type to implement their specialized hash function
- If not, a generic hash function can be used based on the iterator interface.
Add meshash field in MeshArray struct
Based on meshhash, now one can check meshes of the incoming MeshArrays in +,-,*,/ operations on the fly.
The text was updated successfully, but these errors were encountered:
design a hash function that calculates a hash number for a given mesh type and mesh points.
- Of course, it will be best for each mesh type to implement their specialized hash function
- If not, a generic hash function can be used based on the iterator interface.
Add meshash field in MeshArray struct
Based on meshhash, now one can check meshes of the incoming MeshArrays in +,-,*,/ operations on the fly.
The text was updated successfully, but these errors were encountered: