2
0
mirror of https://github.com/LCPQ/DEHam synced 2024-07-07 11:55:55 +02:00
DEHam/src/read2.h

21 lines
332 B
C
Raw Normal View History

2016-12-19 23:26:16 +01:00
#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* );