First time here? Check out the FAQ!
asked 3 years ago
Hi, I have a tensor ct = M.tensor_field(1,1, name='c') And I want get the name of ct ('c') as a string. Is there a way to do this? Thanks
ct = M.tensor_field(1,1, name='c')
ct
'c'