Gerris
|
Classes | |
GfsBoundaryMpi | |
Functions | |
GfsBoundaryPeriodic * | gfs_boundary_periodic_new (GfsBoundaryClass *klass, GfsBox *box, FttDirection d, GfsBox *matching) |
void | gfs_boundary_periodic_rotate (GfsBoundaryPeriodic *boundary, FttDirection rotate, gdouble orientation) |
GfsBoundaryPeriodic * | gfs_boundary_periodic_rotate_new (GfsBoundaryClass *klass, GfsBox *box, FttDirection d, GfsBox *matching, FttDirection rotate, gdouble orientation) |
Periodic boundary.
GfsBoundaryPeriodic* gfs_boundary_periodic_new | ( | GfsBoundaryClass * | klass, |
GfsBox * | box, | ||
FttDirection | d, | ||
GfsBox * | matching | ||
) |
klass | a #GfsBoundaryClass. |
box | a #GfsBox. |
d | a #FttDirection. |
matching | a #GfsBox. |
void gfs_boundary_periodic_rotate | ( | GfsBoundaryPeriodic * | boundary, |
FttDirection | rotate, | ||
gdouble | orientation | ||
) |
boundary | a #GfsBoundaryPeriodic. |
rotate | a #FttDirection. |
orientation | the orientation (+1 or -1). |
Rotates #boundary according to rotate and orientation.
GfsBoundaryPeriodic* gfs_boundary_periodic_rotate_new | ( | GfsBoundaryClass * | klass, |
GfsBox * | box, | ||
FttDirection | d, | ||
GfsBox * | matching, | ||
FttDirection | rotate, | ||
gdouble | orientation | ||
) |
klass | a #GfsBoundaryClass. |
box | a #GfsBox. |
d | a #FttDirection. |
matching | a #GfsBox. |
rotate | a #FttDirection. |
orientation | the orientation (+1 or -1). |