Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
cs_search.h File Reference
#include <fvm_defs.h>
#include "cs_base.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_C_DECLS int cs_search_g_binary (size_t size, cs_gnum_t gnum, const cs_gnum_t lst[])
 
int cs_search_binary (size_t size, cs_int_t num, const cs_int_t lst[])
 
int cs_search_gindex_binary (size_t size, cs_gnum_t gnum, const cs_gnum_t index[])
 

Function Documentation

int cs_search_binary ( size_t  size,
cs_int_t  num,
const cs_int_t  lst[] 
)
BEGIN_C_DECLS int cs_search_g_binary ( size_t  size,
cs_gnum_t  gnum,
const cs_gnum_t  lst[] 
)
int cs_search_gindex_binary ( size_t  size,
cs_gnum_t  gnum,
const cs_gnum_t  index[] 
)