directedEdgeToBoundary method

int directedEdgeToBoundary(
  1. int edge,
  2. Pointer<CellBoundary> gb
)

@defgroup directedEdgeToBoundary directedEdgeToBoundary Functions for directedEdgeToBoundary @{ / /** @brief Returns the CellBoundary containing the coordinates of the edge

Implementation

int directedEdgeToBoundary(
  int edge,
  ffi.Pointer<CellBoundary> gb,
) {
  return _directedEdgeToBoundary(
    edge,
    gb,
  );
}