How to print tensor's name only as a string
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
add a comment