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

Go to the source code of this file.

Typedefs

typedef struct well_conn_collection_struct well_conn_collection_type
 

Functions

well_conn_collection_typewell_conn_collection_alloc (void)
 
void well_conn_collection_free (well_conn_collection_type *wellcc)
 
void well_conn_collection_free__ (void *arg)
 
int well_conn_collection_get_size (const well_conn_collection_type *wellcc)
 
const well_conn_typewell_conn_collection_iget_const (const well_conn_collection_type *wellcc, int index)
 
well_conn_typewell_conn_collection_iget (const well_conn_collection_type *wellcc, int index)
 
void well_conn_collection_add (well_conn_collection_type *wellcc, well_conn_type *conn)
 
void well_conn_collection_add_ref (well_conn_collection_type *wellcc, well_conn_type *conn)
 
int well_conn_collection_load_from_kw (well_conn_collection_type *wellcc, const ecl_kw_type *iwel_kw, const ecl_kw_type *icon_kw, const ecl_kw_type *scon_kw, const ecl_kw_type *xcon_kw, int iwell, const ecl_rsthead_type *rst_head)
 
 UTIL_IS_INSTANCE_HEADER (well_conn_collection)
 

Typedef Documentation

◆ well_conn_collection_type

typedef struct well_conn_collection_struct well_conn_collection_type

Function Documentation

◆ UTIL_IS_INSTANCE_HEADER()

UTIL_IS_INSTANCE_HEADER ( well_conn_collection  )

◆ well_conn_collection_add()

void well_conn_collection_add ( well_conn_collection_type wellcc,
well_conn_type conn 
)

◆ well_conn_collection_add_ref()

void well_conn_collection_add_ref ( well_conn_collection_type wellcc,
well_conn_type conn 
)

◆ well_conn_collection_alloc()

well_conn_collection_type * well_conn_collection_alloc ( void  )

◆ well_conn_collection_free()

void well_conn_collection_free ( well_conn_collection_type wellcc)

◆ well_conn_collection_free__()

void well_conn_collection_free__ ( void *  arg)

◆ well_conn_collection_get_size()

int well_conn_collection_get_size ( const well_conn_collection_type wellcc)

◆ well_conn_collection_iget()

well_conn_type * well_conn_collection_iget ( const well_conn_collection_type wellcc,
int  index 
)

◆ well_conn_collection_iget_const()

const well_conn_type * well_conn_collection_iget_const ( const well_conn_collection_type wellcc,
int  index 
)

◆ well_conn_collection_load_from_kw()

int well_conn_collection_load_from_kw ( well_conn_collection_type wellcc,
const ecl_kw_type iwel_kw,
const ecl_kw_type icon_kw,
const ecl_kw_type scon_kw,
const ecl_kw_type xcon_kw,
int  iwell,
const ecl_rsthead_type rst_head 
)