![]() |
Code_Saturne
CFD tool
|
#include "ecs_def.h"
Go to the source code of this file.
Typedefs | |
typedef typedefBEGIN_C_DECLS struct _ecs_comm_t | ecs_comm_t |
Functions | |
ecs_comm_t * | ecs_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 typedefBEGIN_C_DECLS struct _ecs_comm_t ecs_comm_t |
void ecs_comm_finalize | ( | ecs_comm_t ** | comm | ) |
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 | ||
) |