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
Currently they are either calculated on the fly (distanceDir, distanceVec) or stored in a different data structure (orientation -> cvm::rotation object). There can be two solutions to this:
add additional 3-vectors in each cvm::atom object (problem: increases memory usage for all variables);
store additional vectors of 3-vectors as needed in cvm::atom_group (problems: breaks data contiguity).
The text was updated successfully, but these errors were encountered:
Currently they are either calculated on the fly (distanceDir, distanceVec) or stored in a different data structure (orientation -> cvm::rotation object). There can be two solutions to this:
The text was updated successfully, but these errors were encountered: