Dear All,
Does anyone know if it would be possible to plot history locations for histories created using FISH (e.g. acceleration of a structural node as shown below)?
fish define get_node1
_node1 = struct.node.find(1)
end
@get_node1
fish define _acceleration1x
_acceleration1x = struct.node.acc.global(_node1,1)
end
fish history _acceleration1x
Thank you so much.