2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-06-01 19:05:24 +02:00
DEHam/src/read2.h
2016-12-19 23:34:17 +01:00

21 lines
332 B
C

#include <stdio.h>
#include <slepceps.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
typedef struct {
PetscInt n;
long int nnz,npar;
long int ntrou,isz;
long int l1[700];
long int l2[700];
long int ktyp[700];
double xjjz[700];
double xjjxy[700];
double xtt[700];
} Data ;
void Data_new(FILE* , Data* );