Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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