compr_bc.h File Reference

Go to the source code of this file.

Classes

struct  compr_bc
 

Enumerations

enum  compr_bc_type { BC_PRESSURE, BC_RESV }
 

Functions

struct compr_bccompr_bc_allocate (int np, int nbc)
 
void compr_bc_deallocate (struct compr_bc *bc)
 
int compr_bc_append (enum compr_bc_type type, int f, int np, double p, double v, const double *sat, struct compr_bc *bc)
 
void compr_bc_clear (struct compr_bc *bc)
 

Enumeration Type Documentation

Enumerator
BC_PRESSURE 
BC_RESV 

Function Documentation

struct compr_bc* compr_bc_allocate ( int  np,
int  nbc 
)
int compr_bc_append ( enum compr_bc_type  type,
int  f,
int  np,
double  p,
double  v,
const double *  sat,
struct compr_bc bc 
)
void compr_bc_clear ( struct compr_bc bc)
void compr_bc_deallocate ( struct compr_bc bc)