Code_Saturne
CFD tool
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Functions
ecs_comm.c File Reference
#include "ecs_def.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ecs_file.h"
#include "ecs_mem.h"
#include "ecs_comm.h"

Data Structures

struct  _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)
 

Function Documentation

void ecs_comm_finalize ( ecs_comm_t **  comm)

Here is the call graph for this function:

ecs_comm_t* ecs_comm_initialize ( const char *  file_name)
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 
)

Here is the call graph for this function: