![]() |
programmer's documentation
|
#include "cs_base.h"
#include "cs_cdo.h"
#include "cs_mesh.h"
#include "cs_mesh_adjacencies.h"
#include "cs_range_set.h"
#include "fvm_defs.h"
Go to the source code of this file.
Data Structures | |
struct | cs_cdo_connect_t |
Functions | |
cs_cdo_connect_t * | cs_cdo_connect_init (cs_mesh_t *mesh, cs_flag_t scheme_flag) |
Allocate and define a new cs_cdo_connect_t structure Range sets related to vertices and faces are computed inside and set as members of the cs_mesh_t structure. More... | |
cs_cdo_connect_t * | cs_cdo_connect_free (cs_cdo_connect_t *connect) |
Destroy a cs_cdo_connect_t structure. More... | |
void | cs_cdo_connect_summary (const cs_cdo_connect_t *connect) |
Summary of connectivity information. More... | |
void | cs_cdo_connect_dump (const cs_cdo_connect_t *connect) |
Dump a cs_cdo_connect_t structure. More... | |
void cs_cdo_connect_dump | ( | const cs_cdo_connect_t * | connect | ) |
Dump a cs_cdo_connect_t structure.
[in] | connect | pointer to cs_cdo_connect_t structure |
cs_cdo_connect_t* cs_cdo_connect_free | ( | cs_cdo_connect_t * | connect | ) |
Destroy a cs_cdo_connect_t structure.
[in] | connect | pointer to the cs_cdo_connect_t struct. to destroy |
cs_cdo_connect_t* cs_cdo_connect_init | ( | cs_mesh_t * | mesh, |
cs_flag_t | scheme_flag | ||
) |
Allocate and define a new cs_cdo_connect_t structure Range sets related to vertices and faces are computed inside and set as members of the cs_mesh_t structure.
[in,out] | mesh | pointer to a cs_mesh_t structure |
[in] | scheme_flag | flag storing requested space schemes |
void cs_cdo_connect_summary | ( | const cs_cdo_connect_t * | connect | ) |
Summary of connectivity information.
[in] | connect | pointer to cs_cdo_connect_t structure |