fault_block_layer.hpp File Reference
Include dependency graph for fault_block_layer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct fault_block_layer_struct fault_block_layer_type
 

Functions

 UTIL_IS_INSTANCE_HEADER (fault_block_layer)
 
fault_block_layer_typefault_block_layer_alloc (const ecl_grid_type *grid, int k)
 
void fault_block_layer_free (fault_block_layer_type *layer)
 
void fault_block_layer_free__ (void *arg)
 
bool fault_block_layer_has_block (const fault_block_layer_type *layer, int block_id)
 
void fault_block_layer_del_block (fault_block_layer_type *layer, int block_id)
 
fault_block_typefault_block_layer_add_block (fault_block_layer_type *layer, int block_id)
 
fault_block_typefault_block_layer_get_block (const fault_block_layer_type *layer, int block_id)
 
fault_block_typefault_block_layer_iget_block (const fault_block_layer_type *layer, int storage_index)
 
fault_block_typefault_block_layer_safe_get_block (fault_block_layer_type *layer, int block_id)
 
int fault_block_layer_get_max_id (const fault_block_layer_type *layer)
 
int fault_block_layer_get_next_id (const fault_block_layer_type *layer)
 
int fault_block_layer_get_size (const fault_block_layer_type *layer)
 
bool fault_block_layer_scan_kw (fault_block_layer_type *layer, const ecl_kw_type *fault_block_kw)
 
bool fault_block_layer_load_kw (fault_block_layer_type *layer, const ecl_kw_type *fault_block_kw)
 
int fault_block_layer_get_k (const fault_block_layer_type *layer)
 
void fault_block_layer_scan_layer (fault_block_layer_type *fault_layer, layer_type *layer)
 
void fault_block_layer_insert_block_content (fault_block_layer_type *layer, const fault_block_type *src_block)
 
bool fault_block_layer_export (const fault_block_layer_type *layer, ecl_kw_type *faultblock_kw)
 
const ecl_grid_typefault_block_layer_get_grid (const fault_block_layer_type *layer)
 
layer_typefault_block_layer_get_layer (const fault_block_layer_type *layer)
 

Typedef Documentation

◆ fault_block_layer_type

typedef struct fault_block_layer_struct fault_block_layer_type

Function Documentation

◆ fault_block_layer_add_block()

fault_block_type * fault_block_layer_add_block ( fault_block_layer_type layer,
int  block_id 
)

◆ fault_block_layer_alloc()

fault_block_layer_type * fault_block_layer_alloc ( const ecl_grid_type grid,
int  k 
)

◆ fault_block_layer_del_block()

void fault_block_layer_del_block ( fault_block_layer_type layer,
int  block_id 
)

◆ fault_block_layer_export()

bool fault_block_layer_export ( const fault_block_layer_type layer,
ecl_kw_type faultblock_kw 
)

◆ fault_block_layer_free()

void fault_block_layer_free ( fault_block_layer_type layer)

◆ fault_block_layer_free__()

void fault_block_layer_free__ ( void *  arg)

◆ fault_block_layer_get_block()

fault_block_type * fault_block_layer_get_block ( const fault_block_layer_type layer,
int  block_id 
)

◆ fault_block_layer_get_grid()

const ecl_grid_type * fault_block_layer_get_grid ( const fault_block_layer_type layer)

◆ fault_block_layer_get_k()

int fault_block_layer_get_k ( const fault_block_layer_type layer)

◆ fault_block_layer_get_layer()

layer_type * fault_block_layer_get_layer ( const fault_block_layer_type layer)

◆ fault_block_layer_get_max_id()

int fault_block_layer_get_max_id ( const fault_block_layer_type layer)

◆ fault_block_layer_get_next_id()

int fault_block_layer_get_next_id ( const fault_block_layer_type layer)

◆ fault_block_layer_get_size()

int fault_block_layer_get_size ( const fault_block_layer_type layer)

◆ fault_block_layer_has_block()

bool fault_block_layer_has_block ( const fault_block_layer_type layer,
int  block_id 
)

◆ fault_block_layer_iget_block()

fault_block_type * fault_block_layer_iget_block ( const fault_block_layer_type layer,
int  storage_index 
)

◆ fault_block_layer_insert_block_content()

void fault_block_layer_insert_block_content ( fault_block_layer_type layer,
const fault_block_type src_block 
)

◆ fault_block_layer_load_kw()

bool fault_block_layer_load_kw ( fault_block_layer_type layer,
const ecl_kw_type fault_block_kw 
)

◆ fault_block_layer_safe_get_block()

fault_block_type * fault_block_layer_safe_get_block ( fault_block_layer_type layer,
int  block_id 
)

◆ fault_block_layer_scan_kw()

bool fault_block_layer_scan_kw ( fault_block_layer_type layer,
const ecl_kw_type fault_block_kw 
)

◆ fault_block_layer_scan_layer()

void fault_block_layer_scan_layer ( fault_block_layer_type fault_layer,
layer_type layer 
)

◆ UTIL_IS_INSTANCE_HEADER()

UTIL_IS_INSTANCE_HEADER ( fault_block_layer  )