~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/io/matlab.h

  • Committer: logg
  • Date: 2002-09-13 12:55:37 UTC
  • Revision ID: devnull@localhost-20020913125537-gz6ry1id9xsvu6np
Tailorized "2002-09-13 07:55:37 by logg"
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __MATLAB_H
 
2
#define __MATLAB_H
 
3
 
 
4
#include "Output.hh"
 
5
 
 
6
void matlab_write_header (FILE *fp, DataInfo *datainfo, SysInfo *sysinfo);
 
7
void matlab_write_grid   (FILE *fp, Grid *grid);
 
8
void matlab_write_field  (FILE *fp, DataInfo *datainfo, Vector **u, real t, int frame, int no_vectors);
 
9
 
 
10
#endif