Go to the source code of this file.
| Enumerator |
|---|
| BC_PRESSURE |
|
| BC_RESV |
|
| 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 | ) |
|