Base class for the remotes (user or pre-defined)
Evaluate the traction at pos(x,y,z) with normal n(x,y,z)
The position in 3D (e.g., center of a triangle)
The normal at point pos
The traction vector in the form [x, y, z]
[x, y, z]
Get the resolved stress at a surface's triangles
A flat array of tractions, one for each triangle making the surface
Evaluate the remote at pos(x,y,z)
The position in 3D
The remote at pos. The returned array is in the form [xx, xy, xz, yy, yz, zz]
[xx, xy, xz, yy, yz, zz]
Base class for the remotes (user or pre-defined)