Hello,
On the help guide I found :
// Array of Array
real [int][int] V(10);
matrix[int] B(10);
real [int, int][int] A(10);
Do you have examples how to use the last line ?
Indeed I would like to use the two first indexes for tensorial properties, and the third index linked to the material domain.
Thanks in advance,
Bruno