mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
11 lines
295 B
C
11 lines
295 B
C
#ifndef MIMETIC_H_INCLUDED
|
|
#define MIMETIC_H_INCLUDED
|
|
|
|
void mim_ip_simple(MAT_SIZE_T nf, MAT_SIZE_T d, double v,
|
|
double *A, double *K, double *C, double *N,
|
|
double *Binv,
|
|
double *work, MAT_SIZE_T lwork);
|
|
|
|
|
|
#endif /* MIMETIC_H_INCLUDED */
|