Hi, I have a tensor
ct = M.tensor_field(1,1, name='c')
.
Is there a way to just get the name of this tensor (c
) out as a string? Thanks
1 | initial version | asked 2022-05-03 14:13:15 +0100 Anonymous |
Hi, I have a tensor
ct = M.tensor_field(1,1, name='c')
.
Is there a way to just get the name of this tensor (c
) out as a string? Thanks