Construct a User remote without any arrow function
Construct a User remote with an arrow function
Set the arrow function of this user-defined remote. The signature is
cb(x: number, y: number, z: number): Tensor
The returned Array should be of size 6 with the following order for the components of the symetric tensor:
[xx, xy, xz, yy, yz, zz]
Example for defining an Andersonian remote stress
The callback
A flat array of tractions, one for each triangle making the surface
A user-defined remote using an arrow function.
Example for defining a gradient Andersonian remote stress