Detailed Description
Storage for Cartesian grid data.
- See also:
Syntax reference
Function Documentation
gboolean gfs_cartesian_grid_interpolate |
( |
GfsCartesianGrid * |
g, |
|
|
gdouble * |
p, |
|
|
gdouble * |
val |
|
) |
| |
- Parameters:
-
g | a Cartesian grid. |
p | a position vector of dimension g->N. |
val | the interpolated value at position p. |
- Returns:
- TRUE if val has been computed, FALSE if p is not contained within g.
GfsCartesianGrid* gfs_cartesian_grid_read |
( |
const gchar * |
name, |
|
|
GtsFile * |
fp |
|
) |
| |
- Parameters:
-
name | a .cgd filename. |
fp | a #GtsFile or NULL. |
- Returns:
- the #GfsCartesianGrid stored in name, or NULL if an error occured, in which case an error message is set in fp (if not NULL).