CRA_Assembly.add_to_interfaces

CRA_Assembly.add_to_interfaces(u, v, type, size, points, frame)[source]

Add interface to edge (u, v) interfaces.

Parameters
  • u (int) – block_j id.

  • v (int) – block_k id.

  • type (str) – Interface type.

  • size (float) – Interface area.

  • points (int) – Interface vertices.

  • frame (int) – Local coordinate.

Returns

None