| Gerris Flow Solver Reference Manual |
|---|
#include <gfs.h> #define GFS_SOURCE_TENSION (obj) #define GFS_IS_SOURCE_TENSION (obj) GfsSourceTension;GfsSourceGenericClass * gfs_source_tension_class (void);
typedef struct {
GfsVariable * c, * t[FTT_DIMENSION];
gdouble sigma;
} GfsSourceTension;| <<< Source terms | Events >>> |