|
Gerris
|
Functions | |
| void | gfs_gedge_link_boxes (GfsGEdge *edge) |
| GfsGEdge * | gfs_gedge_new (GfsGEdgeClass *klass, GfsBox *b1, GfsBox *b2, FttDirection d) |
Link between #GfsBox.
| void gfs_gedge_link_boxes | ( | GfsGEdge * | edge | ) |
| edge | a #GfsGEdge. |
Links the two boxes connected by edge. The boxes are set as their respective neighbors in the direction defined by edge (note that their relative positions are not set).

| GfsGEdge* gfs_gedge_new | ( | GfsGEdgeClass * | klass, |
| GfsBox * | b1, | ||
| GfsBox * | b2, | ||
| FttDirection | d | ||
| ) |
| klass | a #GfsGEdgeClass. |
| b1 | a #GfsBox. |
| b2 | another #GfsBox. |
| d | a direction. |
1.7.3