Code_Saturne
CFD tool
Typedefs | Functions
ecs_comm.h File Reference
#include "ecs_def.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef typedefBEGIN_C_DECLS struct _ecs_comm_t ecs_comm_t
 

Functions

ecs_comm_tecs_comm_initialize (const char *file_name)
 
void ecs_comm_finalize (ecs_comm_t **comm)
 
void ecs_comm_write_section (const char *name, size_t n_values, size_t location_id, size_t index_id, size_t n_location_values, bool embed, const void *values, ecs_type_t value_type, ecs_comm_t *comm)
 

Typedef Documentation

◆ ecs_comm_t

typedef typedefBEGIN_C_DECLS struct _ecs_comm_t ecs_comm_t

Function Documentation

◆ ecs_comm_finalize()

void ecs_comm_finalize ( ecs_comm_t **  comm)
Here is the call graph for this function:

◆ ecs_comm_initialize()

ecs_comm_t* ecs_comm_initialize ( const char *  file_name)

◆ ecs_comm_write_section()

void ecs_comm_write_section ( const char *  name,
size_t  n_values,
size_t  location_id,
size_t  index_id,
size_t  n_location_values,
bool  embed,
const void *  values,
ecs_type_t  value_type,
ecs_comm_t comm 
)