ecl_nnc_export.hpp File Reference
#include <math.h>
#include <ert/ecl/ecl_grid.hpp>
#include <ert/ecl/ecl_file.hpp>
#include <ert/ecl/ecl_kw.hpp>
Include dependency graph for ecl_nnc_export.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ecl_nnc_type
 

Macros

#define ERT_ECL_DEFAULT_NNC_TRANS   HUGE_VAL
 

Functions

bool ecl_nnc_intersect_format (const ecl_grid_type *grid, const ecl_file_type *init_file)
 
int ecl_nnc_export_get_size (const ecl_grid_type *grid, const ecl_file_type *init_file)
 
int ecl_nnc_export (const ecl_grid_type *grid, const ecl_file_type *init_file, ecl_nnc_type *nnc_data)
 
ecl_kw_typeecl_nnc_export_get_tranx_kw (const ecl_grid_type *grid, const ecl_file_type *init_file, int lgr_nr1, int lgr_nr2)
 
ecl_kw_typeecl_nnc_export_get_tranll_kw (const ecl_grid_type *grid, const ecl_file_type *init_file, int lgr_nr1, int lgr_nr2)
 
ecl_kw_typeecl_nnc_export_get_tran_kw (const ecl_file_type *init_file, const char *kw, int lgr_nr)
 
bool ecl_nnc_equal (const ecl_nnc_type *nnc1, const ecl_nnc_type *nnc2)
 
int ecl_nnc_sort_cmp (const ecl_nnc_type *nnc1, const ecl_nnc_type *nnc2)
 
void ecl_nnc_sort (ecl_nnc_type *nnc_list, int size)
 

Macro Definition Documentation

◆ ERT_ECL_DEFAULT_NNC_TRANS

#define ERT_ECL_DEFAULT_NNC_TRANS   HUGE_VAL

Function Documentation

◆ ecl_nnc_equal()

bool ecl_nnc_equal ( const ecl_nnc_type nnc1,
const ecl_nnc_type nnc2 
)

◆ ecl_nnc_export()

int ecl_nnc_export ( const ecl_grid_type grid,
const ecl_file_type init_file,
ecl_nnc_type nnc_data 
)

◆ ecl_nnc_export_get_size()

int ecl_nnc_export_get_size ( const ecl_grid_type grid,
const ecl_file_type init_file 
)

◆ ecl_nnc_export_get_tran_kw()

ecl_kw_type * ecl_nnc_export_get_tran_kw ( const ecl_file_type init_file,
const char *  kw,
int  lgr_nr 
)

◆ ecl_nnc_export_get_tranll_kw()

ecl_kw_type * ecl_nnc_export_get_tranll_kw ( const ecl_grid_type grid,
const ecl_file_type init_file,
int  lgr_nr1,
int  lgr_nr2 
)

◆ ecl_nnc_export_get_tranx_kw()

ecl_kw_type * ecl_nnc_export_get_tranx_kw ( const ecl_grid_type grid,
const ecl_file_type init_file,
int  lgr_nr1,
int  lgr_nr2 
)

◆ ecl_nnc_intersect_format()

bool ecl_nnc_intersect_format ( const ecl_grid_type grid,
const ecl_file_type init_file 
)

◆ ecl_nnc_sort()

void ecl_nnc_sort ( ecl_nnc_type nnc_list,
int  size 
)

◆ ecl_nnc_sort_cmp()

int ecl_nnc_sort_cmp ( const ecl_nnc_type nnc1,
const ecl_nnc_type nnc2 
)