Next: Writing Routines
Up: NetCDF Interface
Previous: NetCDF Interface
The following constructor returns NetCDF id by the returned value.
- stokes_nc_mob_f_init (filename, np);
activated entries are f0, x, u.
- stokes_nc_mob_ft_init (filename, np);
activated entries are f0, t0, x, u, o.
- stokes_nc_mob_fts_init (filename, np);
activated entries are f0, t0, e0, x, u, o, s.
- stokes_nc_mob_fix_f_init (filename, nm, nf);
activated entries are xf0, f0, uf0, x, u, ff.
- stokes_nc_mob_fix_ft_init (filename, np);
activated entries are xf0, f0, t0, uf0, of0, x, u, o, ff, tf.
- stokes_nc_mob_fix_fts_init (filename, np);
activated entries are xf0, f0, t0, e0, uf0, of0, ef0,
x, u, o, s, ff, tf, sf.
- stokes_nc_free (nc);
destructor of NetCDF data structure.
Kengo Ichiki 2008-10-12