My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_create_thinwall (cs_mesh_t *mesh, cs_lnum_t *face_list, cs_lnum_t face_list_size) |
Insert thin walls into the mesh. More... | |
Insert thin walls into the mesh.
This is done by transforming interior faces into boundary faces. The created faces share vertices.
Note that the list of selected faces is sorted by this function.
[in] | mesh | pointer to mesh structure to modify |
[in,out] | face_list | list of selected (interior) faces (0 to n-1) |
[in] | face_list_size | number of selected (interior) faces |
This is done by transforming interior faces into boundary faces. The created faces share vertices.
Note that the list of selected faces is sorted by this function.
[in] | mesh | pointer to mesh structure to modify |
[in,out] | face_list | list of selected (interior) faces (0 to n-1) |
[in] | face_list_size | number of selected (interior) faces |