Beispiel #1
0
 def _to_6component(self):
     """
     Returns the unique 6-components of the tensor in USE format
     [Mrr, Mtt, Mpp, Mrt, Mrp, Mtp]
     """
     return utils.tensor_to_6component(self.tensor, self.ref_frame)
Beispiel #2
0
 def _to_6component(self):
     """
     Returns the unique 6-components of the tensor in USE format
     [Mrr, Mtt, Mpp, Mrt, Mrp, Mtp]
     """
     return utils.tensor_to_6component(self.tensor, self.ref_frame)