mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added subrepo for libmimetic. It is currently on internal server.
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
#ifndef MIMETIC_H_INCLUDED
|
#ifndef MIMETIC_H_INCLUDED
|
||||||
#define MIMETIC_H_INCLUDED
|
#define MIMETIC_H_INCLUDED
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
void mim_ip_span_nullspace(int nf, int nconn, int d,
|
void mim_ip_span_nullspace(int nf, int nconn, int d,
|
||||||
double *C,
|
double *C,
|
||||||
@@ -30,4 +33,8 @@ void mim_ip_simple_all(int ncells, int d, int max_ncf, int *ncf,
|
|||||||
double *farea, double *ccentroid, double *cvol,
|
double *farea, double *ccentroid, double *cvol,
|
||||||
double *perm, double *Binv);
|
double *perm, double *Binv);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* MIMETIC_H_INCLUDED */
|
#endif /* MIMETIC_H_INCLUDED */
|
||||||
|
|||||||
Reference in New Issue
Block a user