ecl_coarse_cell.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct ecl_coarse_cell_struct ecl_coarse_cell_type
 

Functions

bool ecl_coarse_cell_equal (const ecl_coarse_cell_type *coarse_cell1, const ecl_coarse_cell_type *coarse_cell2)
 
ecl_coarse_cell_typeecl_coarse_cell_alloc (void)
 
void ecl_coarse_cell_update (ecl_coarse_cell_type *coarse_cell, int i, int j, int k, int global_index)
 
void ecl_coarse_cell_free (ecl_coarse_cell_type *coarse_cell)
 
void ecl_coarse_cell_free__ (void *arg)
 
int ecl_coarse_cell_get_i1 (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_j1 (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_k1 (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_i2 (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_j2 (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_k2 (const ecl_coarse_cell_type *coarse_cell)
 
const int * ecl_coarse_cell_get_box_ptr (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_size (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_iget_cell_index (ecl_coarse_cell_type *coarse_cell, int group_index)
 
const int * ecl_coarse_cell_get_index_ptr (ecl_coarse_cell_type *coarse_cell)
 
const int_vector_type * ecl_coarse_cell_get_index_vector (ecl_coarse_cell_type *coarse_cell)
 
void ecl_coarse_cell_reset_active_index (ecl_coarse_cell_type *coarse_cell)
 
void ecl_coarse_cell_update_index (ecl_coarse_cell_type *coarse_cell, int global_index, int *active_index, int *active_fracture_index, int active_value)
 
int ecl_coarse_cell_get_active_index (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_get_active_fracture_index (const ecl_coarse_cell_type *coarse_cell)
 
int ecl_coarse_cell_iget_active_cell_index (const ecl_coarse_cell_type *coarse_cell, int index)
 
int ecl_coarse_cell_iget_active_value (const ecl_coarse_cell_type *coarse_cell, int index)
 
int ecl_coarse_cell_get_num_active (const ecl_coarse_cell_type *coarse_cell)
 
void ecl_coarse_cell_fprintf (const ecl_coarse_cell_type *coarse_cell, FILE *stream)
 

Typedef Documentation

◆ ecl_coarse_cell_type

typedef struct ecl_coarse_cell_struct ecl_coarse_cell_type

Function Documentation

◆ ecl_coarse_cell_alloc()

ecl_coarse_cell_type * ecl_coarse_cell_alloc ( void  )

◆ ecl_coarse_cell_equal()

bool ecl_coarse_cell_equal ( const ecl_coarse_cell_type coarse_cell1,
const ecl_coarse_cell_type coarse_cell2 
)

◆ ecl_coarse_cell_fprintf()

void ecl_coarse_cell_fprintf ( const ecl_coarse_cell_type coarse_cell,
FILE *  stream 
)

◆ ecl_coarse_cell_free()

void ecl_coarse_cell_free ( ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_free__()

void ecl_coarse_cell_free__ ( void *  arg)

◆ ecl_coarse_cell_get_active_fracture_index()

int ecl_coarse_cell_get_active_fracture_index ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_active_index()

int ecl_coarse_cell_get_active_index ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_box_ptr()

const int * ecl_coarse_cell_get_box_ptr ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_i1()

int ecl_coarse_cell_get_i1 ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_i2()

int ecl_coarse_cell_get_i2 ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_index_ptr()

const int * ecl_coarse_cell_get_index_ptr ( ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_index_vector()

const int_vector_type * ecl_coarse_cell_get_index_vector ( ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_j1()

int ecl_coarse_cell_get_j1 ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_j2()

int ecl_coarse_cell_get_j2 ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_k1()

int ecl_coarse_cell_get_k1 ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_k2()

int ecl_coarse_cell_get_k2 ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_num_active()

int ecl_coarse_cell_get_num_active ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_get_size()

int ecl_coarse_cell_get_size ( const ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_iget_active_cell_index()

int ecl_coarse_cell_iget_active_cell_index ( const ecl_coarse_cell_type coarse_cell,
int  index 
)

◆ ecl_coarse_cell_iget_active_value()

int ecl_coarse_cell_iget_active_value ( const ecl_coarse_cell_type coarse_cell,
int  index 
)

◆ ecl_coarse_cell_iget_cell_index()

int ecl_coarse_cell_iget_cell_index ( ecl_coarse_cell_type coarse_cell,
int  group_index 
)

◆ ecl_coarse_cell_reset_active_index()

void ecl_coarse_cell_reset_active_index ( ecl_coarse_cell_type coarse_cell)

◆ ecl_coarse_cell_update()

void ecl_coarse_cell_update ( ecl_coarse_cell_type coarse_cell,
int  i,
int  j,
int  k,
int  global_index 
)

◆ ecl_coarse_cell_update_index()

void ecl_coarse_cell_update_index ( ecl_coarse_cell_type coarse_cell,
int  global_index,
int *  active_index,
int *  active_fracture_index,
int  active_value 
)