Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class for the remotes (user or pre-defined)

Hierarchy

  • Remote

Implemented by

Index

Methods

  • brief

    Evaluate the traction at pos(x,y,z) with normal n(x,y,z)

    Parameters

    • pos: Vector

      The position in 3D (e.g., center of a triangle)

    • normal: Vector

      The normal at point pos

    Returns Vector

    The traction vector in the form [x, y, z]

  • brief

    Get the resolved stress at a surface's triangles

    Parameters

    Returns FlatVectors

    A flat array of tractions, one for each triangle making the surface

  • brief

    Evaluate the remote at pos(x,y,z)

    Parameters

    • pos: Vector

      The position in 3D

    Returns Tensor

    The remote at pos. The returned array is in the form [xx, xy, xz, yy, yz, zz]